.subhead .koowa-toolbar .btn-success {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  padding-left: 2em;
  padding-right: 2em; }

.koowa-toolbar {
  font-size: inherit !important; }

.breadcrumb {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

.toolbar-list a.disabled, .toolbar-list .unauthorized span {
  color: gray;
  font-weight: normal; }

.toolbar-list .disabled span, .toolbar-list .unauthorized span {
  background-position: bottom; }

.search__container {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative; }
  .search__container label {
    position: absolute;
    left: 2px;
    top: 4px;
    opacity: 0.75;
    margin: 0; }
  .search__container input,
  .search__container input[type="search"] {
    margin: 0;
    max-width: 250px;
    padding: 2px 2px 2px 17px;
    font-size: 11px; }
  .search__container.search__container--has_empty_button input {
    padding-right: 22px; }
  .search__container .search_button--empty {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 0;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background: transparent; }
    .search__container .search_button--empty span {
      margin: 3px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 16px;
      height: 16px;
      display: inline-block;
      line-height: 16px;
      text-align: center;
      border-radius: 100%;
      color: #777;
      text-decoration: none;
      font-weight: bold;
      font-family: Arial, helvetica, sans-serif;
      font-size: 10px; }
    .search__container .search_button--empty:hover {
      cursor: pointer; }
      .search__container .search_button--empty:hover span {
        background: #ea9393;
        border: 1px solid #ce4c4c;
        color: #fff;
        text-shadow: 1px 1px 1px #ce4c4c;
        -webkit-box-shadow: inset 1px 2px 1px #d97474;
        -moz-box-shadow: inset 1px 2px 1px #d97474;
        box-shadow: inset 1px 2px 1px #d97474; }

.uploader-flash-container {
  display: none;
  display: block\9; }

#spinner_container, .koowa_spinner_container {
  position: relative;
  min-height: 100px; }
  #spinner_container .spinner, .koowa_spinner_container .spinner {
    position: absolute;
    top: 50px !important;
    left: 50% !important; }

.koowa_wrapped_content {
  display: table;
  table-layout: fixed;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

body.admin {
  height: auto !important; }
  @media screen and (min-width: 738px) and (max-width: 767px) {
    body.admin {
      padding-top: 0 !important; } }
  @media screen and (min-width: 480px) {
    body.admin .subhead-collapse {
      min-height: 49px; }
      body.admin .subhead-collapse:after, body.admin .subhead-collapse:before {
        content: " ";
        display: table; }
      body.admin .subhead-collapse:after {
        clear: both; } }
  body.admin .btn.disabled,
  body.admin .btn.disabled:hover,
  body.admin .btn.disabled:active {
    color: #333;
    background-color: #e6e6e6; }

/**
 * 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
 *
 */
.datepicker {
  direction: ltr; }
  .datepicker.datepicker-inline {
    width: 220px; }
  .datepicker.datepicker-rtl {
    direction: rtl; }
    .datepicker.datepicker-rtl table tr td span {
      float: right; }
  .datepicker.datepicker-dropdown {
    top: 0;
    left: 0; }
    .datepicker.datepicker-dropdown:before {
      content: '';
      display: inline-block;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ccc;
      border-top: 0;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      position: absolute; }
    .datepicker.datepicker-dropdown:after {
      content: '';
      display: inline-block;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff;
      border-top: 0;
      position: absolute; }
    .datepicker.datepicker-dropdown.datepicker-orient-left:before {
      left: 6px; }
    .datepicker.datepicker-dropdown.datepicker-orient-left:after {
      left: 7px; }
    .datepicker.datepicker-dropdown.datepicker-orient-right:before {
      right: 6px; }
    .datepicker.datepicker-dropdown.datepicker-orient-right:after {
      right: 7px; }
    .datepicker.datepicker-dropdown.datepicker-orient-top:before {
      top: -7px; }
    .datepicker.datepicker-dropdown.datepicker-orient-top:after {
      top: -6px; }
    .datepicker.datepicker-dropdown.datepicker-orient-bottom:before {
      bottom: -7px;
      border-bottom: 0;
      border-top: 7px solid #999; }
    .datepicker.datepicker-dropdown.datepicker-orient-bottom:after {
      bottom: -6px;
      border-bottom: 0;
      border-top: 6px solid #fff; }
  .datepicker > div {
    display: none; }
  .datepicker.days div.datepicker-days {
    display: block; }
  .datepicker.months div.datepicker-months {
    display: block; }
  .datepicker.years div.datepicker-years {
    display: block; }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .datepicker td,
  .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent; }
  .datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer; }
  .datepicker table tr td.old, .datepicker table tr td.new {
    color: #999; }
  .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default; }
  .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #fde19a;
    background-image: -moz-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(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFDD49A', endColorstr='#FFFDF59A', 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);
    *background-color: #fdf59a;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000; }
    .datepicker table tr td.today:hover, .datepicker table tr td.today:focus, .datepicker table tr td.today:active, .datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover[disabled] {
      color: #fff;
      background-color: #fdf59a;
      *background-color: #fcf282; }
    .datepicker table tr td.today:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover.active {
      background-color: #fbf069 \9; }
  .datepicker table tr td.today:hover:hover {
    color: #000; }
  .datepicker table tr td.today.active:hover {
    color: #fff; }
  .datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3C17A', endColorstr='#FFF3E97A', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f3e97a;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover:focus, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover[disabled] {
      color: #fff;
      background-color: #f3e97a;
      *background-color: #f1e663; }
    .datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover.active {
      background-color: #efe24b \9; }
  .datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #9f9f9f;
    background-image: -moz-linear-gradient(top, #b3b3b3, gray);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));
    background-image: -webkit-linear-gradient(top, #b3b3b3, gray);
    background-image: -o-linear-gradient(top, #b3b3b3, gray);
    background-image: linear-gradient(to bottom, #b3b3b3, gray);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB3B3B3', endColorstr='#FF808080', GradientType=0);
    border-color: gray gray #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: gray;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    .datepicker table tr td.selected:hover, .datepicker table tr td.selected:focus, .datepicker table tr td.selected:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover:focus, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover[disabled] {
      color: #fff;
      background-color: gray;
      *background-color: #737373; }
    .datepicker table tr td.selected:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover.active {
      background-color: #666666 \9; }
  .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #08c, #0044cc);
    background-image: -o-linear-gradient(top, #08c, #0044cc);
    background-image: linear-gradient(to bottom, #08c, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
    border-color: #0044cc #0044cc #002b80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    .datepicker table tr td.active:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:active, .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover[disabled] {
      color: #fff;
      background-color: #0044cc;
      *background-color: #003cb3; }
    .datepicker table tr td.active:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover.active {
      background-color: #003399 \9; }
  .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; }
    .datepicker table tr td span:hover {
      background: #eee; }
    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
      background: none;
      color: #999;
      cursor: default; }
    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #006dcc;
      background-image: -moz-linear-gradient(top, #08c, #0044cc);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
      background-image: -webkit-linear-gradient(top, #08c, #0044cc);
      background-image: -o-linear-gradient(top, #08c, #0044cc);
      background-image: linear-gradient(to bottom, #08c, #0044cc);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
      border-color: #0044cc #0044cc #002b80;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      *background-color: #0044cc;
      /* Darken IE7 buttons by default so they stand out more given they won't have borders */
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
      .datepicker table tr td span.active:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover[disabled] {
        color: #fff;
        background-color: #0044cc;
        *background-color: #003cb3; }
      .datepicker table tr td span.active:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active {
        background-color: #003399 \9; }
    .datepicker table tr td span.old, .datepicker table tr td span.new {
      color: #999; }
  .datepicker th.datepicker-switch {
    width: 145px; }
  .datepicker thead tr:first-child th,
  .datepicker tfoot tr th {
    cursor: pointer; }
    .datepicker thead tr:first-child th:hover,
    .datepicker tfoot tr th:hover {
      background: #eee; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }
  .datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.input-daterange input {
  text-align: center; }
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

@font-face {
  font-family: 'koowa';
  src: url("../../../koowa/com_koowa/fonts/koowa.eot");
  src: url("../../../koowa/com_koowa/fonts/koowa.eot?#iefix") format("embedded-opentype"), url("../../../koowa/com_koowa/fonts/koowa.ttf") format("truetype"), url("../../../koowa/com_koowa/fonts/koowa.woff") format("woff"), url("../../../koowa/com_koowa/fonts/koowa.svg#koowa") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="koowa_icon--"],
[class*=" koowa_icon--"],
.koowa_icon_font,
#files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.files__sortable--indicator,
#files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.files__sortable--indicator {
  font-family: 'koowa';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Styling the span element */
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  /* Styling the before element */
  /* Hiding the i element */ }
  [class^="koowa_icon--"]:before,
  [class*=" koowa_icon--"]:before,
  .koowa_icon_font:before,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.files__sortable--indicator:before,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.files__sortable--indicator:before {
    font-family: 'koowa';
    display: block;
    overflow: visible;
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    background-size: cover; }
  [class^="koowa_icon--"] i,
  [class*=" koowa_icon--"] i,
  .koowa_icon_font i,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.files__sortable--indicator i,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.files__sortable--indicator i {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  [class^="koowa_icon--"].koowa_icon--12, #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span[class^="koowa_icon--"].files__sortable--indicator, #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span[class^="koowa_icon--"].files__sortable--indicator,
  [class*=" koowa_icon--"].koowa_icon--12,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span[class*=" koowa_icon--"].files__sortable--indicator,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span[class*=" koowa_icon--"].files__sortable--indicator,
  .koowa_icon_font.koowa_icon--12,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.files__sortable--indicator,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.files__sortable--indicator {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px; }
    [class^="koowa_icon--"].koowa_icon--12:before, #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span[class^="koowa_icon--"].files__sortable--indicator:before, #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span[class^="koowa_icon--"].files__sortable--indicator:before,
    [class*=" koowa_icon--"].koowa_icon--12:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span[class*=" koowa_icon--"].files__sortable--indicator:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span[class*=" koowa_icon--"].files__sortable--indicator:before,
    .koowa_icon_font.koowa_icon--12:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.files__sortable--indicator:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.files__sortable--indicator:before {
      width: 12px;
      height: 12px;
      font-size: 12px;
      line-height: 12px; }
  [class^="koowa_icon--"].koowa_icon--24,
  [class*=" koowa_icon--"].koowa_icon--24,
  .koowa_icon_font.koowa_icon--24,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.koowa_icon--24.files__sortable--indicator,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.koowa_icon--24.files__sortable--indicator {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px; }
    [class^="koowa_icon--"].koowa_icon--24:before,
    [class*=" koowa_icon--"].koowa_icon--24:before,
    .koowa_icon_font.koowa_icon--24:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.koowa_icon--24.files__sortable--indicator:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.koowa_icon--24.files__sortable--indicator:before {
      width: 24px;
      height: 24px;
      font-size: 24px;
      line-height: 24px; }
  [class^="koowa_icon--"].koowa_icon--48,
  [class*=" koowa_icon--"].koowa_icon--48,
  .koowa_icon_font.koowa_icon--48,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.koowa_icon--48.files__sortable--indicator,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.koowa_icon--48.files__sortable--indicator {
    width: 48px;
    height: 48px;
    font-size: 48px;
    line-height: 48px; }
    [class^="koowa_icon--"].koowa_icon--48:before,
    [class*=" koowa_icon--"].koowa_icon--48:before,
    .koowa_icon_font.koowa_icon--48:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.koowa_icon--48.files__sortable--indicator:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.koowa_icon--48.files__sortable--indicator:before {
      width: 48px;
      height: 48px;
      font-size: 48px;
      line-height: 48px; }

.koowa_icon--default:before {
  content: "\e600"; }

.koowa_icon--image:before {
  content: "\e602"; }

.koowa_icon--video:before {
  content: "\e603"; }

.koowa_icon--archive:before {
  content: "\e601"; }

.koowa_icon--folder:before {
  content: "\e604"; }

.koowa_icon--pdf:before {
  content: "\e608"; }

.koowa_icon--audio:before {
  content: "\e60d"; }

.koowa_icon--document:before {
  content: "\e605"; }

.koowa_icon--spreadsheet:before {
  content: "\e606"; }

.koowa_icon--locked:before {
  content: "\e607"; }

.koowa_icon--unlocked:before {
  content: "\e609"; }

.koowa_icon--disabled:before {
  content: "\e60a"; }

.koowa_icon--enabled:before {
  content: "\e60b"; }

.koowa_icon--open:before {
  content: "\e60c"; }

.koowa_icon--close:before {
  content: "\e60e"; }

.koowa_icon--folder_open:before {
  content: "\e60f"; }

.koowa_icon--calendar:before {
  content: "\e610"; }

.koowa_icon--sort:before {
  content: "\e611"; }

.koowa_icon--caret_down:before {
  content: "\e612"; }

.koowa_icon--caret_up:before {
  content: "\e613"; }

.koowa_icon--caret_left:before {
  content: "\e614"; }

.koowa_icon--caret_right:before {
  content: "\e615"; }

.koowa_icon--sort_down:before {
  content: "\e616"; }

.koowa_icon--sort_up:before {
  content: "\e617"; }

.koowa_icon--menu:before {
  content: "\e618"; }

.koowa_icon--menu_open:before {
  content: "\e619"; }

.jqtree-tree [class^="koowa_icon--"],
.jqtree-tree [class*=" koowa_icon--"] {
  vertical-align: baseline;
  width: 13px;
  height: 13px; }
  .jqtree-tree [class^="koowa_icon--"]:before,
  .jqtree-tree [class*=" koowa_icon--"]:before {
    width: 13px;
    height: 13px;
    font-size: 13px;
    line-height: 13px; }
.jqtree-tree .icon-toggler {
  vertical-align: top; }

.old-ie [class^="koowa_icon--"] .koowa_icon--24,
.old-ie [class*=" koowa_icon--"] .koowa_icon--24 {
  width: 24px;
  height: 24px; }
  .old-ie [class^="koowa_icon--"] .koowa_icon--24:before,
  .old-ie [class*=" koowa_icon--"] .koowa_icon--24:before {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px; }
.old-ie [class^="koowa_icon--"] .koowa_icon--48,
.old-ie [class*=" koowa_icon--"] .koowa_icon--48 {
  width: 48px;
  height: 48px; }
  .old-ie [class^="koowa_icon--"] .koowa_icon--48:before,
  .old-ie [class*=" koowa_icon--"] .koowa_icon--48:before {
    width: 48px;
    height: 48px;
    font-size: 48px;
    line-height: 48px; }

html.koowa-html,
body.koowa_template {
  height: 100% !important; }

.koowa-html {
  position: relative; }

.koowa-html.old-ie-html {
  position: static; }

.koowa-html {
  margin: auto;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .koowa-html * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .koowa-html a {
    text-decoration: none; }
    .koowa-html a:hover, .koowa-html a:focus {
      text-decoration: underline; }
  .koowa-html.joomla_modal {
    padding: 0; }
  .koowa-html.inside_modal {
    padding: 10px; }
    @media screen and (min-width: 600px) {
      .koowa-html.inside_modal {
        overflow: hidden; } }
    .koowa-html.inside_modal body {
      margin: 0; }
    .koowa-html.inside_modal.joomla_modal {
      padding: 0 !important; }
    .koowa-html.inside_modal .koowa_template {
      padding: 0;
      background: #fff;
      margin: auto; }
      .koowa-html.inside_modal .koowa_template .koowa_template_container {
        background: #fff;
        margin: auto;
        max-width: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        *zoom: 1; }
        .koowa-html.inside_modal .koowa_template .koowa_template_container:before, .koowa-html.inside_modal .koowa_template .koowa_template_container:after {
          display: table;
          content: "";
          line-height: 0; }
        .koowa-html.inside_modal .koowa_template .koowa_template_container:after {
          clear: both; }
  .koowa-html .koowa_template {
    margin: 0;
    padding: 50px 0 20px;
    background: #333;
    height: 100%;
    overflow: auto; }
    @media screen and (min-width: 600px) {
      .koowa-html .koowa_template {
        padding: 65px 10px 30px; } }
    .koowa-html .koowa_template .koowa_template_container {
      margin: 0 auto;
      max-width: 1020px;
      height: 100%;
      *zoom: 1; }
      .koowa-html .koowa_template .koowa_template_container:before, .koowa-html .koowa_template .koowa_template_container:after {
        display: table;
        content: "";
        line-height: 0; }
      .koowa-html .koowa_template .koowa_template_container:after {
        clear: both; }
      .koowa-html .koowa_template .koowa_template_container .koowa {
        height: auto; }
        .koowa-html .koowa_template .koowa_template_container .koowa.full_height {
          height: 100%; }
        .koowa-html .koowa_template .koowa_template_container .koowa .koowa_form {
          background: #fff;
          -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.75);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.75); }
    .koowa-html .koowa_template #sbox-window iframe {
      max-width: 100%;
      max-height: 100%; }
    .koowa-html .koowa_template label {
      font-size: 13px; }
    .koowa-html .koowa_template .btn {
      display: inline-block;
      padding: 4px 12px;
      font-size: 13px;
      margin-bottom: 0;
      line-height: 18px;
      text-align: center;
      vertical-align: middle; }
    .koowa-html .koowa_template .koowa_toolbar {
      *zoom: 1;
      position: fixed;
      z-index: 999;
      top: 0;
      left: auto;
      right: auto;
      width: 100%;
      max-width: 1020px;
      text-align: center;
      margin: 0 auto;
      float: none;
      display: block; }
      .koowa-html .koowa_template .koowa_toolbar:before, .koowa-html .koowa_template .koowa_toolbar:after {
        display: table;
        content: "";
        line-height: 0; }
      .koowa-html .koowa_template .koowa_toolbar:after {
        clear: both; }
      @media screen and (min-width: 600px) {
        .koowa-html .koowa_template .koowa_toolbar {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border-top: 15px solid #333;
          border-left: 10px solid #333;
          border-right: 10px solid #333;
          margin-left: -10px;
          margin-right: -10px;
          max-width: 1040px; } }
      .koowa-html .koowa_template .koowa_toolbar .btn-toolbar {
        border-bottom: 1px solid #CCC;
        height: 50px;
        margin: 0;
        padding: 10px;
        min-height: 30px;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
        background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
        background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
        background: linear-gradient(top, #ffffff 0%, #ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
        color: #0C192E;
        text-shadow: 0 1px 0 #FFF;
        display: block;
        float: none;
        text-align: left; }
        .koowa-html .koowa_template .koowa_toolbar .btn-toolbar i {
          display: none !important; }
    .koowa-html .koowa_template .koowa_form {
      padding: 0 20px; }
    .koowa-html .koowa_template .description_container {
      overflow: auto; }
      @media screen and (max-width: 320px) {
        .koowa-html .koowa_template .description_container {
          width: 280px; } }
      .koowa-html .koowa_template .description_container [class^="icon-"] {
        display: none !important; }
    .koowa-html .koowa_template #editor-xtd-buttons .btn-toolbar {
      margin: 0; }
    .koowa-html .koowa_template .koowa_messages {
      background: #fff;
      *zoom: 1; }
      .koowa-html .koowa_template .koowa_messages:before, .koowa-html .koowa_template .koowa_messages:after {
        display: table;
        content: "";
        line-height: 0; }
      .koowa-html .koowa_template .koowa_messages:after {
        clear: both; }
    .koowa-html .koowa_template .alert {
      margin: 10px; }
    .koowa-html .koowa_template #editor-xtd-buttons,
    .koowa-html .koowa_template .toggle-editor {
      margin: 10px 0;
      float: left; }
    .koowa-html .koowa_template .toggle-editor {
      float: right; }
    .koowa-html .koowa_template .button2-left {
      display: inline-block; }
    .koowa-html .koowa_template .button2-left a {
      display: inline-block;
      *display: inline;
      /* IE7 inline-block hack */
      *zoom: 1;
      padding: 4px 12px;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      color: #333333;
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
      background-color: #f5f5f5;
      background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
      background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
      background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
      background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
      border-color: #e6e6e6 #e6e6e6 #bfbfbf;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      *background-color: #e6e6e6;
      /* Darken IE7 buttons by default so they stand out more given they won't have borders */
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
      border: 1px solid #cccccc;
      *border: 0;
      border-bottom-color: #b3b3b3;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      *margin-left: .3em;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
    .koowa-html .koowa_template .button2-left a:hover,
    .koowa-html .koowa_template .button2-left a:focus,
    .koowa-html .koowa_template .button2-left a:active,
    .koowa-html .koowa_template .button2-left a.active,
    .koowa-html .koowa_template .button2-left a.disabled,
    .koowa-html .koowa_template .button2-left a[disabled] {
      color: #333333;
      background-color: #e6e6e6;
      *background-color: #d9d9d9; }
    .koowa-html .koowa_template .button2-left a:active,
    .koowa-html .koowa_template .button2-left a.active {
      background-color: #cccccc \9; }
    .koowa-html .koowa_template .button2-left a:first-child {
      *margin-left: 0; }
    .koowa-html .koowa_template .button2-left a:hover,
    .koowa-html .koowa_template .button2-left a:focus {
      color: #333333;
      text-decoration: none;
      background-position: 0 -15px;
      -webkit-transition: background-position 0.1s linear;
      -moz-transition: background-position 0.1s linear;
      -o-transition: background-position 0.1s linear;
      transition: background-position 0.1s linear; }
    .koowa-html .koowa_template .button2-left a:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .koowa-html .koowa_template .button2-left a.active,
    .koowa-html .koowa_template .button2-left a:active {
      background-image: none;
      outline: 0;
      -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); }
    .koowa-html .koowa_template .button2-left a.disabled,
    .koowa-html .koowa_template .button2-left a[disabled] {
      cursor: default;
      background-image: none;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
  .mfp-wrap .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
    .mfp-wrap .well blockquote {
      border-color: #ddd;
      border-color: rgba(0, 0, 0, 0.15); }
  .mfp-wrap .well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
  .mfp-wrap .well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-wrap .mfp-container {
  min-height: 420px; }
  .mfp-wrap .mfp-container.mfp-inline-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mfp-wrap .mfp-container.mfp-inline-holder .mfp-content {
      max-width: 1200px;
      margin: 0 auto; }
  .mfp-wrap .mfp-container .mfp-inline {
    display: block;
    width: auto;
    height: auto;
    padding: 15px; }
  .mfp-wrap .mfp-container .mfp-close {
    margin: 0;
    padding: 0;
    color: white;
    right: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: -40px;
    font-size: 24px;
    right: -14px; }
    .mfp-wrap .mfp-container .mfp-close:hover {
      border: none;
      background: transparent;
      margin: 0;
      padding: 0;
      color: white; }
  .mfp-wrap .mfp-container.mfp-image-holder .mfp-close {
    top: 0; }
  .mfp-wrap .mfp-container .mfp-iframe-scaler .mfp-iframe,
  .mfp-wrap .mfp-container .mfp-inline {
    background: white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.koowa_dialog_modal .mfp-content {
  max-height: 100%;
  min-height: 100%;
  height: 100%; }
.koowa_dialog_modal .mfp-content .mfp-iframe-scaler {
  padding: 0;
  margin: 0;
  height: 100%; }
  .koowa_dialog_modal .mfp-content .mfp-iframe-scaler .mfp-iframe {
    position: relative; }
@media screen and (min-width: 712px) {
  .koowa_dialog_modal .mfp-content {
    min-height: 0;
    max-width: 1200px !important;
    max-height: 800px !important; }
  .koowa_dialog_modal .mfp-content .mfp-iframe-scaler {
    height: 100%;
    max-height: 100% !important; }
    .koowa_dialog_modal .mfp-content .mfp-iframe-scaler iframe {
      height: 100%;
      max-height: 100% !important; } }

/*
Version: 3.4.2 Timestamp: Mon Aug 12 15:04:12 PDT 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  /* disabled styles */ }
  .select2-container .select2-choice, .select2-container .select2-container-multi.select2-container-disabled .select2-choices, .select2-container-multi.select2-container-disabled .select2-container .select2-choices {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #999;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -o-linear-gradient(bottom, #eee 0%, #fff 50%);
    background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%); }
    .select2-container .select2-choice abbr, .select2-container .select2-container-multi.select2-container-disabled .select2-choices abbr, .select2-container-multi.select2-container-disabled .select2-container .select2-choices abbr {
      display: none;
      width: 12px;
      height: 12px;
      position: absolute;
      right: 24px;
      top: 8px;
      font-size: 1px;
      text-decoration: none;
      border: 0;
      background: url("../../../koowa/com_koowa/images/select2.png") right top no-repeat;
      cursor: pointer;
      outline: 0; }
      .select2-container .select2-choice abbr:hover, .select2-container .select2-container-multi.select2-container-disabled .select2-choices abbr:hover, .select2-container-multi.select2-container-disabled .select2-container .select2-choices abbr:hover {
        background-position: right -11px;
        cursor: pointer; }
    .select2-container .select2-choice .select2-arrow, .select2-container .select2-container-multi.select2-container-disabled .select2-choices .select2-arrow, .select2-container-multi.select2-container-disabled .select2-container .select2-choices .select2-arrow {
      display: inline-block;
      width: 18px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      border-left: 1px solid #aaa;
      -webkit-border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0;
      background-clip: padding-box;
      background: #ccc;
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
      background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
      background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
      background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
      background-image: -ms-linear-gradient(top, #ccc 0%, #eee 60%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
      background-image: linear-gradient(top, #ccc 0%, #eee 60%); }
      .select2-container .select2-choice .select2-arrow b, .select2-container .select2-container-multi.select2-container-disabled .select2-choices .select2-arrow b, .select2-container-multi.select2-container-disabled .select2-container .select2-choices .select2-arrow b {
        display: block;
        width: 100%;
        height: 100%;
        background: url("../../../koowa/com_koowa/images/select2.png") no-repeat 0 1px; }
  .select2-container.select2-drop-above .select2-choice, .select2-container.select2-drop-above .select2-container-multi.select2-container-disabled .select2-choices, .select2-container-multi.select2-container-disabled .select2-container.select2-drop-above .select2-choices {
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -o-linear-gradient(bottom, #eee 0%, #fff 90%);
    background-image: -ms-linear-gradient(top, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #eee 0%, #fff 90%); }
  .select2-container.select2-allowclear .select2-choice .select2-chosen, .select2-container.select2-allowclear .select2-container-multi.select2-container-disabled .select2-choices .select2-chosen, .select2-container-multi.select2-container-disabled .select2-container.select2-allowclear .select2-choices .select2-chosen {
    margin-right: 42px; }
  .select2-container.select2-allowclear .select2-choice abbr, .select2-container.select2-allowclear .select2-container-multi.select2-container-disabled .select2-choices abbr, .select2-container-multi.select2-container-disabled .select2-container.select2-allowclear .select2-choices abbr {
    display: inline-block; }
  .select2-container .select2-choice > .select2-chosen, .select2-container .select2-container-multi.select2-container-disabled .select2-choices > .select2-chosen, .select2-container-multi.select2-container-disabled .select2-container .select2-choices > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .select2-container.select2-container-disabled .select2-choice, .select2-container.select2-container-disabled .select2-container-multi.select2-container-disabled .select2-choices, .select2-container-multi.select2-container-disabled .select2-container.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default; }
  .select2-container.select2-container-disabled .select2-choice .select2-arrow, .select2-container.select2-container-disabled .select2-container-multi.select2-container-disabled .select2-choices .select2-arrow, .select2-container-multi.select2-container-disabled .select2-container.select2-container-disabled .select2-choices .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0; }
  .select2-container.select2-container-disabled .select2-choice abbr, .select2-container.select2-container-disabled .select2-container-multi.select2-container-disabled .select2-choices abbr, .select2-container-multi.select2-container-disabled .select2-container.select2-container-disabled .select2-choices abbr {
    display: none; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  height: auto !important;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }
  .select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }
  .select2-drop-auto-width .select2-search {
    padding-top: 4px; }

.select2-drop-active {
  border: 1px solid #08c;
  border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #08c; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }
  .select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url("../../../koowa/com_koowa/images/select2.png") no-repeat 100% -22px;
    background: url("../../../koowa/com_koowa/images/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url("../../../koowa/com_koowa/images/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("../../../koowa/com_koowa/images/select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("../../../koowa/com_koowa/images/select2.png") no-repeat 100% -22px, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
    background: url("../../../koowa/com_koowa/images/select2.png") no-repeat 100% -22px, -ms-linear-gradient(top, #fff 85%, #eee 99%);
    background: url("../../../koowa/com_koowa/images/select2.png") no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%); }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-search input.select2-active {
  background: #fff url("../../../koowa/com_koowa/images/select2-spinner.gif") no-repeat 100%;
  background: url("../../../koowa/com_koowa/images/select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("../../../koowa/com_koowa/images/select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../../../koowa/com_koowa/images/select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../../../koowa/com_koowa/images/select2-spinner.gif") no-repeat 100%, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
  background: url("../../../koowa/com_koowa/images/select2-spinner.gif") no-repeat 100%, -ms-linear-gradient(top, #fff 85%, #eee 99%);
  background: url("../../../koowa/com_koowa/images/select2-spinner.gif") no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%); }

.select2-container-active .select2-choice, .select2-container-active .select2-container-multi.select2-container-disabled .select2-choices, .select2-container-multi.select2-container-disabled .select2-container-active .select2-choices,
.select2-container-active .select2-choices {
  border: 1px solid #08c;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-dropdown-open .select2-choice, .select2-dropdown-open .select2-container-multi.select2-container-disabled .select2-choices, .select2-container-multi.select2-container-disabled .select2-dropdown-open .select2-choices {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(bottom, #fff 0%, #eee 50%);
  background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%); }

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-container-multi.select2-container-disabled .select2-choices, .select2-container-multi.select2-container-disabled .select2-dropdown-open.select2-drop-above .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #08c;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -ms-linear-gradient(bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%); }

.select2-dropdown-open .select2-choice .select2-arrow, .select2-dropdown-open .select2-container-multi.select2-container-disabled .select2-choices .select2-arrow, .select2-container-multi.select2-container-disabled .select2-dropdown-open .select2-choices .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none; }
  .select2-dropdown-open .select2-choice .select2-arrow b, .select2-dropdown-open .select2-container-multi.select2-container-disabled .select2-choices .select2-arrow b, .select2-container-multi.select2-container-disabled .select2-dropdown-open .select2-choices .select2-arrow b {
    background-position: -18px 1px; }

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 0 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent; }
  .select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0; }
  .select2-results li {
    list-style: none;
    display: list-item;
    background-image: none; }
    .select2-results li.select2-result-with-children > .select2-result-label {
      font-weight: bold; }
  .select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .select2-results .select2-highlighted {
    color: white;
    border-top: 1px solid #0077cc;
    text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #08c, #0044cc);
    background-image: -o-linear-gradient(top, #08c, #0044cc);
    background-image: linear-gradient(to bottom, #08c, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
    -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
    box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
    .select2-results .select2-highlighted em {
      background: transparent; }
    .select2-results .select2-highlighted ul {
      background: #fff;
      color: #000; }
  .select2-results li em {
    background: #feffde;
    font-style: normal; }
  .select2-results .select2-no-results,
  .select2-results .select2-searching,
  .select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item; }
  .select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default; }
  .select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default; }
  .select2-results .select2-selected {
    display: none; }

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px; }

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px; }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }
  .select2-more-results.select2-active {
    background: #f4f4f4 url("../../../koowa/com_koowa/images/select2-spinner.gif") no-repeat 100%; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 26px;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -o-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -ms-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(top, #eee 1%, #fff 15%); }
  .select2-container-multi .select2-choices li {
    float: left;
    list-style: none; }
  .select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .select2-container-multi .select2-choices .select2-search-field input {
      padding: 5px;
      margin: 1px 0;
      font-family: sans-serif;
      font-size: 100%;
      color: #666;
      outline: 0;
      border: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background: transparent !important; }
      .select2-container-multi .select2-choices .select2-search-field input.select2-active {
        background: #fff url("../../../koowa/com_koowa/images/select2-spinner.gif") no-repeat 100% !important; }
  .select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }
    .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
      cursor: default; }
    .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
      background-position: right -11px; }
  .select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4; }
    .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
      background-position: right -11px; }
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #08c;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
.select2-container-multi .select2-search-choice-close {
  left: 3px; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-default {
  color: #999 !important; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("../../../koowa/com_koowa/images/select2.png") right top no-repeat; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-container-multi.select2-container-disabled .select2-choices abbr, .select2-container-multi.select2-container-disabled .select2-container .select2-choices abbr, .select2-container .select2-choice .select2-arrow b, .select2-container .select2-container-multi.select2-container-disabled .select2-choices .select2-arrow b, .select2-container-multi.select2-container-disabled .select2-container .select2-choices .select2-arrow b {
    background-image: url("../../../koowa/com_koowa/images/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }

  .select2-search input {
    background-position: 100% -21px !important; } }
.select2-drop ul {
  margin: 0 4px 4px; }

.select2-container.select2-container.select2-container {
  min-width: 100%; }
  .select2-container.select2-container.select2-container .select2-choice, .select2-container.select2-container.select2-container .select2-container-multi.select2-container-disabled .select2-choices, .select2-container-multi.select2-container-disabled .select2-container.select2-container.select2-container .select2-choices,
  .select2-container.select2-container.select2-container .select2-choice .select2-chosen,
  .select2-container.select2-container.select2-container .select2-container-multi.select2-container-disabled .select2-choices .select2-chosen,
  .select2-container-multi.select2-container-disabled .select2-container.select2-container.select2-container .select2-choices .select2-chosen {
    white-space: normal; }

body .tab-pane.tab-pane.tab-pane .select2-container {
  min-width: 220px;
  width: auto !important;
  max-width: 100%; }

.select2-container-multi .select2-choices .select2-search-choice.select2-search-choice {
  margin-right: 3px; }

.jqtree-tree {
  font-size: 13px;
  /* We use different markup to display the toggler, so we hide the old one */
  /* .icon-triangle-hide elements are for indenting folders with no children on the same column as the other folders */ }
  .jqtree-tree ul.jqtree_common {
    list-style: none outside;
    margin: 0;
    padding: 0; }
  .jqtree-tree li.jqtree-closed > ul.jqtree_common {
    display: none; }
  .jqtree-tree li.jqtree_common {
    clear: both;
    list-style-type: none; }
  .jqtree-tree a:hover .jqtree-title {
    color: #fff; }
  .jqtree-tree .jqtree-toggler {
    display: none !important; }
  .jqtree-tree .jqtree-title {
    color: #08c;
    vertical-align: middle;
    text-shadow: none;
    line-height: 1em; }
  .jqtree-tree span.jqtree-dragging {
    color: #fff;
    background: #000;
    opacity: 0.6;
    cursor: pointer;
    padding: 2px 8px; }
  .jqtree-tree li.jqtree-ghost {
    position: relative;
    z-index: 10;
    margin-right: 10px; }
  .jqtree-tree li.jqtree-ghost span {
    display: block; }
  .jqtree-tree li.jqtree-ghost span.jqtree-circle {
    background-repeat: no-repeat;
    height: 8px;
    width: 8px;
    position: absolute;
    top: -4px;
    left: 2px; }
  .jqtree-tree li.jqtree-ghost span.jqtree-line {
    background-color: #0000ff;
    height: 2px;
    padding: 0;
    position: absolute;
    top: -1px;
    left: 10px;
    width: 100%; }
  .jqtree-tree li.jqtree-ghost.jqtree-inside {
    margin-left: 48px; }
  .jqtree-tree span.jqtree-border {
    position: absolute;
    display: block;
    left: -2px;
    top: 0;
    border: solid 2px #0000ff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0; }
  .jqtree-tree .jqtree-element {
    width: 100%;
    /* todo: why is this in here? */
    *width: auto;
    /* ie7 fix; issue 41 */
    position: relative; }
  .jqtree-tree li.jqtree-selected > a .jqtree-title,
  .jqtree-tree li.jqtree-selected a:hover .jqtree-title,
  .jqtree-tree li.jqtree-selected a:hover .jqtree-title i {
    color: #fff !important; }
  .jqtree-tree .koowa_icon--folder, .jqtree-tree .koowa_icon--folder_open {
    opacity: 0.9; }
  .jqtree-tree .icon-triangle-right, .jqtree-tree .icon-triangle-down, .jqtree-tree .icon-triangle-hide {
    opacity: 0.6;
    padding-right: 2px;
    transition: opacity 300ms;
    font-style: normal; }
  .jqtree-tree .icon-toggler {
    font-size: 10px; }
    .jqtree-tree .icon-toggler:hover {
      opacity: 1;
      transition: opacity 300ms; }
  .jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
    outline: dashed 1px #0000ff; }
  .jqtree-tree:before, .jqtree-tree:after {
    display: table;
    content: "";
    clear: both; }
  .jqtree-tree ul, .jqtree-tree li {
    float: left !important;
    min-width: 100%;
    overflow: visible; }
    .jqtree-tree ul a, .jqtree-tree li a {
      padding: 6px 10px !important;
      width: auto; }

.koowa {
  /* $group Scope Bar */ }
  .koowa .koowa_container {
    *zoom: 1;
    margin: 0 auto;
    max-width: 1020px;
    padding: 15px 0 0; }
    .koowa .koowa_container:before, .koowa .koowa_container:after {
      display: table;
      content: "";
      line-height: 0; }
    .koowa .koowa_container:after {
      clear: both; }
    @media screen and (min-width: 1020px) {
      .koowa .koowa_container {
        padding-left: 10px;
        padding-right: 10px; } }
    .koowa .koowa_container, .koowa .koowa_container * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .koowa .koowa_grid__row {
    *zoom: 1; }
    .koowa .koowa_grid__row:before, .koowa .koowa_grid__row:after {
      display: table;
      content: "";
      line-height: 0; }
    .koowa .koowa_grid__row:after {
      clear: both; }
  .koowa .koowa_grid__item {
    float: left;
    display: block;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .koowa .koowa_grid__item {
        padding-left: 30px; } }
    @media screen and (min-width: 1020px) {
      .koowa .koowa_grid__item {
        padding-left: 45px; } }
    @media screen and (min-width: 768px) {
      .koowa .koowa_grid__item.one-third {
        width: 33.333333333%; }
      .koowa .koowa_grid__item.two-thirds {
        width: 66.666666666%; }
      .koowa .koowa_grid__item.one-half {
        width: 50%; } }
    .koowa .koowa_grid__item:first-child {
      padding-left: 0; }
    .koowa .koowa_grid__item fieldset {
      width: 100%;
      float: left;
      display: block;
      overflow: hidden; }
    .koowa .koowa_grid__item .help-block {
      margin-top: 10px; }
    .koowa .koowa_grid__item .control-group,
    .koowa .koowa_grid__item .controls {
      *zoom: 1; }
      .koowa .koowa_grid__item .control-group:before, .koowa .koowa_grid__item .control-group:after,
      .koowa .koowa_grid__item .controls:before,
      .koowa .koowa_grid__item .controls:after {
        display: table;
        content: "";
        line-height: 0; }
      .koowa .koowa_grid__item .control-group:after,
      .koowa .koowa_grid__item .controls:after {
        clear: both; }
    .koowa .koowa_grid__item .control-group {
      margin-bottom: 16px; }
    .koowa .koowa_grid__item .control-label {
      margin-bottom: 6px;
      font-weight: bold; }
    .koowa .koowa_grid__item .controls {
      min-height: 40px;
      max-width: 100%; }
    .koowa .koowa_grid__item .description_container .controls {
      overflow: auto; }
    .koowa .koowa_grid__item .btn-group.radio {
      padding: 0; }
    .koowa .koowa_grid__item .input-block-level {
      min-height: 28px; }
    .koowa .koowa_grid__item legend {
      display: block;
      width: 100%;
      clear: both; }
    .koowa .koowa_grid__item label {
      cursor: auto; }
      .koowa .koowa_grid__item label[for] {
        cursor: pointer; }
    .koowa .koowa_grid__item .mceLayout {
      max-width: 100%;
      width: 99%; }
  .koowa .koowa_header {
    *zoom: 1;
    margin: 0 0 10px;
    line-height: 1.25em;
    position: relative;
    display: table;
    width: 100%; }
    .koowa .koowa_header:before, .koowa .koowa_header:after {
      display: table;
      content: "";
      line-height: 0; }
    .koowa .koowa_header:after {
      clear: both; }
  .koowa table .koowa_header {
    margin: 0;
    padding: 0; }
  .koowa .koowa_header__image {
    height: 24px; }
  .koowa .koowa_header__item {
    display: table-cell;
    vertical-align: middle;
    min-width: 24px;
    width: 99%; }
  .koowa .koowa_header__item--image_container {
    text-align: center;
    width: 1%;
    padding-right: 6px;
    font-size: 0;
    line-height: 0; }
  .koowa .koowa_header--bottom_margin {
    margin-bottom: 10px; }
  .koowa input.input-file,
  .koowa input[type=file] {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 16px;
    line-height: 16px;
    width: auto;
    height: auto; }
  .koowa .koowa_dialog {
    *zoom: 1;
    width: 100%;
    min-height: 200px;
    margin: auto;
    display: block;
    background: #fff;
    position: relative;
    font-size: 14px; }
    .koowa .koowa_dialog:before, .koowa .koowa_dialog:after {
      display: table;
      content: "";
      line-height: 0; }
    .koowa .koowa_dialog:after {
      clear: both; }
    .koowa .koowa_dialog, .koowa .koowa_dialog *, .koowa .koowa_dialog *:before, .koowa .koowa_dialog *:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .koowa .koowa_dialog__menu {
    *zoom: 1;
    border: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: none;
    padding-left: 10px;
    margin-bottom: -1px;
    height: 40px;
    position: relative;
    z-index: 10;
    top: 0; }
    .koowa .koowa_dialog__menu:before, .koowa .koowa_dialog__menu:after {
      display: table;
      content: "";
      line-height: 0; }
    .koowa .koowa_dialog__menu:after {
      clear: both; }
    .koowa .koowa_dialog__menu a {
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0;
      width: 110px;
      float: left;
      display: block;
      text-align: center;
      padding: 9px 0 0;
      cursor: pointer;
      color: #333;
      font-size: 16px;
      text-decoration: none;
      border: 1px solid #ddd;
      background: #f5f5f5;
      margin-right: 10px;
      height: 39px; }
      .koowa .koowa_dialog__menu a:hover {
        text-decoration: none;
        color: #222; }
    .koowa .koowa_dialog__menu a.active {
      -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
      height: 40px;
      background: #eee;
      border: 1px solid #bfbfbf;
      border-bottom: 2px solid #eee; }
  .koowa .koowa_dialog__layout {
    *zoom: 1; }
    .koowa .koowa_dialog__layout:before, .koowa .koowa_dialog__layout:after {
      display: table;
      content: "";
      line-height: 0; }
    .koowa .koowa_dialog__layout:after {
      clear: both; }
  .koowa .koowa_dialog__wrapper {
    *zoom: 1;
    border: 1px solid #ccc;
    height: 100%;
    display: block;
    position: relative; }
    .koowa .koowa_dialog__wrapper:before, .koowa .koowa_dialog__wrapper:after {
      display: table;
      content: "";
      line-height: 0; }
    .koowa .koowa_dialog__wrapper:after {
      clear: both; }
  .koowa .koowa_dialog__wrapper__child {
    display: block;
    width: 100%; }
    .koowa .koowa_dialog__wrapper__child #documents-sidebar {
      width: 100%; }
  .koowa .koowa_dialog__title {
    margin: 0;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    background: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #666;
    padding: 0 8px;
    text-shadow: 1px 1px 0 white;
    position: relative;
    z-index: 9; }
  .koowa .koowa_dialog__title--child {
    border-top: 1px solid #ccc !important; }
  .koowa .koowa_dialog__files_tree {
    width: 100%;
    max-height: 16em;
    position: relative;
    z-index: 5; }
    .koowa .koowa_dialog__files_tree p {
      margin: 10px; }
  .koowa .koowa_dialog__child__content__box {
    height: 100%;
    overflow: auto; }
  .koowa .koowa_dialog__block {
    padding: 5px; }
  .koowa .koowa_dialog__file_dialog_upload .koowa_dialog__child__content {
    max-height: 100%;
    height: auto;
    overflow: auto;
    background: #f5f5f5; }
  .koowa .koowa_dialog__file_dialog_categories .koowa_dialog__title {
    border-top-color: #fff; }
  .koowa .koowa_dialog__table_title {
    background: #f3f3f3;
    font-weight: normal;
    height: 16px;
    line-height: 16px; }
  .koowa .koowa_dialog #document_list.table td {
    padding: 4px 5px;
    line-height: 16px; }
  .koowa .koowa_dialog #document_list.table tr.selected td {
    background-color: #1f83eb;
    background-image: -moz-linear-gradient(top, #3497ff, #0064cd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3497ff), to(#0064cd));
    background-image: -webkit-linear-gradient(top, #3497ff, #0064cd);
    background-image: -o-linear-gradient(top, #3497ff, #0064cd);
    background-image: linear-gradient(to bottom, #3497ff, #0064cd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3497FF', endColorstr='#FF0064CD', GradientType=0);
    -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
    box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
    border-top-color: #1b8aff;
    text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0; }
  .koowa .koowa_dialog__message_layer {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px;
    background: #fff; }
  .koowa .koowa_dialog #files-preview .details > div, .koowa .koowa_dialog #attachments-preview .details > div {
    padding: 16px; }
  .koowa .koowa_dialog #files-preview img.icon, .koowa .koowa_dialog #attachments-preview img.icon {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 150px; }
  .koowa .koowa_dialog #files-preview table.parameters, .koowa .koowa_dialog #attachments-preview table.parameters {
    border-bottom: 1px solid #dddddd; }
  .koowa .koowa_dialog #insert-button-container, .koowa .koowa_dialog #attach-button-container, .koowa .koowa_dialog #detach-button-container {
    padding: 16px; }
  @media screen and (min-width: 700px) {
    .koowa .koowa_dialog {
      height: 100%;
      max-height: 100%;
      overflow: hidden; }
    .koowa .koowa_dialog__menu {
      position: absolute;
      width: 75%;
      left: 25%; }
    .koowa .koowa_dialog__layout {
      height: 100%; }
    .koowa .koowa_dialog--file_dialog .koowa_dialog__layout {
      padding-top: 39px; }
    .koowa .koowa_dialog__wrapper {
      height: 100%;
      width: 100%;
      float: left; }
    .koowa .koowa_dialog__wrapper__child {
      display: block;
      border-left: 1px solid #ccc;
      height: 100%;
      max-height: 100%;
      float: left; }
    .koowa .koowa_dialog__child__content {
      min-height: 100%;
      height: 100%;
      max-height: 100%;
      margin-top: -30px;
      padding-top: 30px; }
    .koowa .koowa_dialog__files_tree {
      max-height: none;
      overflow: visible !important; }
    .koowa .koowa_dialog--doclink .koowa_dialog__child__content {
      margin-bottom: -40px;
      padding-bottom: 40px; }
    .koowa .koowa_dialog__child__content__box {
      height: 100%;
      max-height: 100%;
      min-height: 180px; }
    .koowa .koowa_dialog__file_dialog_categories {
      width: 25%;
      border-left: none;
      position: relative; }
    .koowa .koowa_dialog__file_dialog_files, .koowa .koowa_dialog__file_dialog_attachments {
      width: 42%; }
    .koowa .koowa_dialog__file_dialog_insert {
      width: 33%; }
    .koowa .koowa_dialog__file_dialog_upload {
      width: 75%; }
    .koowa .koowa_dialog__title {
      border-top-color: #fff; }
    .koowa .koowa_dialog__doclink_menu_items {
      width: 35%;
      border-left: none; }
    .koowa .koowa_dialog__doclink_table {
      width: 65%; }
    .koowa .koowa_dialog__doclink_insert {
      background: #ddd;
      border: none;
      border-top: 1px solid #ccc;
      width: 100%;
      clear: both;
      height: 40px;
      position: absolute;
      bottom: 0;
      z-index: 15;
      padding: 5px; }
    .koowa .koowa_dialog__folders_files {
      padding-bottom: 68px;
      margin-bottom: -68px;
      position: relative; }
    .koowa .koowa_dialog__new_folder {
      background: transparent;
      border: none;
      padding: 0;
      margin: 0;
      height: 68px;
      clear: both;
      float: none;
      max-width: 100%; }
      .koowa .koowa_dialog__new_folder input[type=text] {
        max-width: 100%;
        float: left; } }
  .koowa .old-ie {
    height: 100%; }
    .koowa .old-ie .koowa_dialog {
      height: 100%;
      max-height: 100%;
      overflow: hidden; }
    .koowa .old-ie .koowa_dialog__menu {
      position: absolute;
      width: 75%;
      left: 25%; }
    .koowa .old-ie .koowa_dialog__layout {
      height: 100%; }
    .koowa .old-ie .koowa_dialog--file_dialog .koowa_dialog__layout {
      padding-top: 39px; }
    .koowa .old-ie .koowa_dialog__wrapper {
      height: 100%;
      width: 100%;
      float: left; }
    .koowa .old-ie .koowa_dialog__wrapper__child {
      display: block;
      border-left: 1px solid #ccc;
      height: 100%;
      max-height: 100%;
      float: left; }
    .koowa .old-ie .koowa_dialog__child__content {
      min-height: 100%;
      height: 100%;
      max-height: 100%;
      margin-top: -30px;
      padding-top: 30px; }
    .koowa .old-ie .koowa_dialog__files_tree {
      max-height: none;
      overflow: visible !important; }
    .koowa .old-ie .koowa_dialog--doclink .koowa_dialog__child__content {
      margin-bottom: -40px;
      padding-bottom: 40px; }
    .koowa .old-ie .koowa_dialog__child__content__box {
      height: 100%;
      max-height: 100%;
      min-height: 180px; }
    .koowa .old-ie .koowa_dialog__file_dialog_categories {
      width: 25%;
      border-left: none;
      position: relative; }
    .koowa .old-ie .koowa_dialog__file_dialog_files, .koowa .old-ie .koowa_dialog__file_dialog_attachments {
      width: 42%; }
    .koowa .old-ie .koowa_dialog__file_dialog_insert {
      width: 33%; }
    .koowa .old-ie .koowa_dialog__file_dialog_upload {
      width: 75%; }
    .koowa .old-ie .koowa_dialog__title {
      border-top-color: #fff; }
    .koowa .old-ie .koowa_dialog__doclink_menu_items {
      width: 35%;
      border-left: none; }
    .koowa .old-ie .koowa_dialog__doclink_table {
      width: 65%; }
    .koowa .old-ie .koowa_dialog__doclink_insert {
      background: #ddd;
      border: none;
      border-top: 1px solid #ccc;
      width: 100%;
      clear: both;
      height: 40px;
      position: absolute;
      bottom: 0;
      z-index: 15;
      padding: 5px; }
    .koowa .old-ie .koowa_dialog__folders_files {
      padding-bottom: 68px;
      margin-bottom: -68px;
      position: relative; }
    .koowa .old-ie .koowa_dialog__new_folder {
      background: transparent;
      border: none;
      padding: 0;
      margin: 0;
      height: 68px;
      clear: both;
      float: none;
      max-width: 100%; }
      .koowa .old-ie .koowa_dialog__new_folder input[type=text] {
        max-width: 100%;
        float: left; }
  .koowa .koowa_dialog .uploader-flash-container {
    display: none; }
  .koowa .koowa_dialog__file_dialog_upload #files-upload {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none; }
  .koowa .koowa_dialog__file_dialog_upload .dropzone h2 {
    margin: 50px 0; }
  .koowa .koowa_dialog__files_tree {
    overflow: hidden; }
  .koowa .koowa_dialog--file_dialog.koowa_dialog--no_menu .koowa_dialog__layout {
    padding-top: 0; }
  .koowa .koowa_dialog--file_dialog.koowa_dialog--no_new_folder .koowa_dialog__folders_files {
    padding-bottom: 0; }
  .koowa .koowa_dialog--file_dialog.koowa_dialog--no_categories .koowa_dialog__file_dialog_upload {
    width: 100%;
    border: none; }
  .koowa .input-group {
    position: relative;
    border-collapse: separate;
    width: 100%;
    display: table;
    margin-bottom: 9px; }
    .koowa .input-group * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .koowa .input-group .input-group {
      margin: 0; }
    .koowa .input-group label.control-label {
      *zoom: 1; }
      .koowa .input-group label.control-label:before, .koowa .input-group label.control-label:after {
        display: table;
        content: "";
        line-height: 0; }
      .koowa .input-group label.control-label:after {
        clear: both; }
    .koowa .input-group .input-group-addon,
    .koowa .input-group .input-group-btn,
    .koowa .input-group .input-group-form-control-field,
    .koowa .input-group .input-group-form-control,
    .koowa .input-group input {
      display: table-cell;
      float: none;
      min-height: 28px;
      height: 28px;
      max-height: 28px;
      margin: 0;
      width: 100%; }
    .koowa .input-group .caret {
      margin: 7px 0 0 6px; }
    .koowa .input-group ul {
      position: absolute;
      top: auto;
      left: 0;
      display: none; }
      .koowa .input-group ul li {
        display: block;
        clear: both; }
    .koowa .input-group .open > ul {
      display: block; }
    .koowa .input-group .input-group-addon,
    .koowa .input-group .input-group-input,
    .koowa .input-group .input-group-btn {
      width: 1%;
      vertical-align: top;
      white-space: nowrap;
      position: relative; }
      .koowa .input-group .input-group-addon .btn,
      .koowa .input-group .input-group-input .btn,
      .koowa .input-group .input-group-btn .btn {
        min-height: 28px;
        max-height: 28px;
        font-size: 13px;
        padding: 4px 10px;
        vertical-align: middle;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .koowa .input-group .input-group-addon .btn img,
        .koowa .input-group .input-group-input .btn img,
        .koowa .input-group .input-group-btn .btn img {
          margin: 0;
          display: inline; }
        .koowa .input-group .input-group-addon .btn img + .caret,
        .koowa .input-group .input-group-input .btn img + .caret,
        .koowa .input-group .input-group-btn .btn img + .caret {
          margin-right: 8px; }
    .koowa .input-group .input-group-addon {
      padding: 6px 12px;
      font-size: 14px;
      font-weight: normal;
      line-height: 1;
      text-align: center;
      background-color: #eeeeee;
      border: 1px solid #cccccc;
      border-radius: 4px; }
    .koowa .input-group .input-group-img img {
      width: 16px !important;
      height: 16px !important; }
    .koowa .input-group .validation-advice {
      position: absolute;
      top: auto;
      left: 0; }
    .koowa .input-group .input-group-icon {
      min-width: 16px;
      width: 16px;
      max-width: 16px;
      min-height: 16px;
      height: 16px;
      max-height: 16px; }
  .koowa .input-group .input-group-addon:not(:first-child):not(:last-child),
  .koowa .input-group .input-group-btn:not(:first-child):not(:last-child) > .btn,
  .koowa .input-group .input-group-form-control:not(:first-child):not(:last-child),
  .koowa .input-group .input-group-form-control-field:not(:first-child):not(:last-child) .input-group-addon,
  .koowa .input-group .input-group-form-control-field:not(:first-child):not(:last-child) .input-group-form-control {
    border-radius: 0 !important; }
  .koowa .input-group .input-group-addon:not(:first-child):not(:last-child),
  .koowa .input-group .input-group-btn:not(:first-child):not(:last-child) > .btn,
  .koowa .input-group .input-group-form-control:not(:first-child),
  .koowa .input-group .input-group-form-control-field:not(:first-child) .input-group-form-control,
  .koowa .input-group .input-group-form-control-field:not(:first-child) .input-group > .input-group-addon,
  .koowa .input-group .input-group-form-control-field:not(:first-child) .input-group > .input-group-form-control {
    border-left: none; }
  .koowa .input-group .input-group-form-control:last-child,
  .koowa .input-group .input-group-addon:last-child,
  .koowa .input-group .input-group-btn:last-child > .btn,
  .koowa .input-group .input-group-btn:last-child > .dropdown-toggle,
  .koowa .input-group .input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .koowa .input-group .input-group-form-control:not(:last-child),
  .koowa .input-group .input-group-form-control-field:not(:last-child) .input-group-form-control,
  .koowa .input-group .input-group-form-control-field:not(:last-child) .input-group > .input-group-addon,
  .koowa .input-group .input-group-form-control-field:not(:last-child) .input-group > .input-group-form-control {
    border-right: none; }
  .koowa .input-group .input-group-form-control:first-child:not(:last-child),
  .koowa .input-group .input-group-addon:first-child,
  .koowa .input-group .input-group-btn:first-child > .btn,
  .koowa .input-group .input-group-btn:first-child > * > .btn,
  .koowa .input-group .input-group-btn:first-child > .dropdown-toggle,
  .koowa .input-group .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .koowa .pagination .pagination-list {
    margin: 0 16px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
    text-align: center !important;
    border: none !important; }
    .koowa .pagination .pagination-list li {
      margin: 0 !important;
      padding: 0 !important;
      list-style: none !important;
      text-align: center !important;
      border: none !important;
      display: block !important;
      float: left !important; }
  .koowa .pagination .limit {
    line-height: 30px; }
    .koowa .pagination .limit * {
      vertical-align: baseline; }
  .koowa ul.sidebar-nav {
    margin: 0;
    padding: 0; }
    .koowa ul.sidebar-nav li {
      list-style: none;
      margin: 0;
      padding: 0;
      line-height: 12px; }
    .koowa ul.sidebar-nav li a {
      display: block;
      padding: 6px 0 6px 10px;
      color: #444;
      border-top: 1px solid #F9F9F9;
      line-height: 16px;
      background-color: white;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .koowa ul.sidebar-nav li a:hover,
    .koowa ul.sidebar-nav li.active ul li a:hover {
      color: #fff;
      border-top-color: #33bbff;
      background-color: #39bdff;
      background-image: -moz-linear-gradient(top, #4dc4ff, #1ab3ff);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4dc4ff), to(#1ab3ff));
      background-image: -webkit-linear-gradient(top, #4dc4ff, #1ab3ff);
      background-image: -o-linear-gradient(top, #4dc4ff, #1ab3ff);
      background-image: linear-gradient(to bottom, #4dc4ff, #1ab3ff);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4DC4FF', endColorstr='#FF1AB3FF', GradientType=0);
      text-decoration: none; }
    .koowa ul.sidebar-nav li.active > a,
    .koowa ul.sidebar-nav li.active > a:hover {
      color: #FFF;
      border-top-color: #0077cc;
      background-color: #006dcc;
      background-image: -moz-linear-gradient(top, #08c, #0044cc);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
      background-image: -webkit-linear-gradient(top, #08c, #0044cc);
      background-image: -o-linear-gradient(top, #08c, #0044cc);
      background-image: linear-gradient(to bottom, #08c, #0044cc);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
      -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
      -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
      box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
      text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0; }
    .koowa ul.sidebar-nav li ul li a {
      padding-left: 32px; }
    .koowa ul.sidebar-nav li.active ul li a {
      background: none;
      background-color: white;
      color: #444;
      border-top-color: #F9F9F9; }
  .koowa #documents-sidebar,
  .koowa #files-sidebar,
  .koowa #logman-sidebar {
    width: 260px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
    float: left;
    /**
     * Not mobile-first for older browsers (admin only)
     */ }
    @media screen and (max-width: 767px) {
      .koowa #documents-sidebar,
      .koowa #files-sidebar,
      .koowa #logman-sidebar {
        width: 100%;
        float: none; } }
  .koowa .docman_admin_list_grid,
  .koowa #files-canvas,
  .koowa .logman_admin_list_grid {
    margin-left: 260px;
    float: none;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
    /**
     * Not mobile-first for older browsers (admin only)
     */ }
    @media screen and (max-width: 767px) {
      .koowa .docman_admin_list_grid,
      .koowa #files-canvas,
      .koowa .logman_admin_list_grid {
        margin-left: 0 !important;
        clear: both !important;
        border-left: none !important;
        border-top: 1px solid #ddd !important; } }
  .koowa .scopebar {
    background-color: #eeeeee;
    background-image: -moz-linear-gradient(top, #F2F2F2, #E9E9E9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F2F2F2), to(#E9E9E9));
    background-image: -webkit-linear-gradient(top, #F2F2F2, #E9E9E9);
    background-image: -o-linear-gradient(top, #F2F2F2, #E9E9E9);
    background-image: linear-gradient(to bottom, #F2F2F2, #E9E9E9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE9E9E9', GradientType=0);
    min-height: 22px;
    font-size: 11px;
    line-height: normal;
    padding: 3px;
    border-bottom: 1px solid #DBDBDB; }
    .koowa .scopebar .scopebar-group {
      display: block;
      float: left;
      border-right: 1px solid #BBB;
      padding-top: 3px;
      padding-bottom: 3px;
      padding-right: 5px;
      margin-right: 5px;
      margin-top: 2px;
      position: relative;
      z-index: 1; }
      .koowa .scopebar .scopebar-group.last {
        border-right: 0 none;
        margin-right: 0; }
      .koowa .scopebar .scopebar-group select {
        background: transparent;
        padding: 2px 0 2px 5px;
        font-size: 10px;
        line-height: 10px;
        height: 15px;
        width: 90px;
        overflow: hidden;
        margin: 0;
        margin-top: -2px;
        -webkit-appearance: none;
        box-shadow: inset rgba(255, 255, 255, 0.6) 0 1px 0, rgba(255, 255, 255, 0.6) 0 1px 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
      .koowa .scopebar .scopebar-group a {
        margin: 0 2px;
        padding: 2px 7px;
        font-weight: bold;
        color: #363636;
        text-transform: capitalize;
        text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0; }
      .koowa .scopebar .scopebar-group a:hover,
      .koowa .scopebar .scopebar-group a.active {
        text-decoration: none;
        background: #A0A0A0;
        color: #FFF;
        text-shadow: rgba(0, 0, 0, 0.35) 0 1px 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
      .koowa .scopebar .scopebar-group a.active,
      .koowa .scopebar .scopebar-group a:hover:active {
        -webkit-box-shadow: inset rgba(51, 51, 51, 0.8) 0px 1px 2px, white 0 1px 0;
        -moz-box-shadow: inset rgba(51, 51, 51, 0.8) 0px 1px 2px, white 0 1px 0;
        box-shadow: inset rgba(51, 51, 51, 0.8) 0px 1px 2px, white 0 1px 0; }
      .koowa .scopebar .scopebar-group a:hover:active {
        background: gray; }
    .koowa .scopebar .scopebar-search {
      margin-left: 25px;
      text-align: right;
      position: relative; }
      .koowa .scopebar .scopebar-search input {
        height: 16px; }
  .koowa .table {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #616161;
    font-size: 13px;
    line-height: 1.3em; }
    .koowa .table *.nowrap {
      white-space: nowrap !important; }
    .koowa .table th, .koowa .table td {
      white-space: nowrap;
      vertical-align: middle; }
      .koowa .table th *, .koowa .table td * {
        vertical-align: middle; }
      .koowa .table th .image-thumbnail, .koowa .table td .image-thumbnail {
        max-width: 24px;
        height: auto; }
    .koowa .table thead {
      background-color: #eee; }
      .koowa .table thead tr, .koowa .table thead th {
        padding: 4px 8px;
        vertical-align: middle; }
      .koowa .table thead td {
        background-color: #f6f6f6; }
    .koowa .table tbody.selected-single tr.selected td {
      border-top: 1px solid #0077cc;
      text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
      background-color: #006dcc;
      background-image: -moz-linear-gradient(top, #08c, #0044cc);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
      background-image: -webkit-linear-gradient(top, #08c, #0044cc);
      background-image: -o-linear-gradient(top, #08c, #0044cc);
      background-image: linear-gradient(to bottom, #08c, #0044cc);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
      -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
      -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
      box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset; }
    .koowa .table tbody.selected-multiple tr.selected td {
      border-top: 1px solid #ddd;
      background: #08c; }
    .koowa .table tbody tr, .koowa .table tbody td {
      vertical-align: middle; }
      .koowa .table tbody tr .btn-mini, .koowa .table tbody td .btn-mini {
        padding-top: 3px;
        padding-bottom: 3px; }
    .koowa .table tbody tr td {
      border-top: 1px solid #ddd;
      padding: 3px 8px;
      height: 35px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .koowa .table tbody tr td small {
        display: block;
        margin-top: -2px;
        overflow: hidden;
        text-overflow: ellipsis; }
      .koowa .table tbody tr td .koowa_header__image_container {
        width: 16px;
        height: 16px;
        display: inline-block;
        text-align: center;
        vertical-align: middle; }
        .koowa .table tbody tr td .koowa_header__image_container .koowa_header__image {
          width: auto;
          height: auto;
          max-height: 16px;
          max-width: 16px; }
    .koowa .table tbody tr.selected td, .koowa .table tbody tr.selected td a, .koowa .table tbody tr.selected td small, .koowa .table tbody tr.selected td span {
      color: white !important; }
    .koowa .table tfoot td {
      background-color: #eee;
      text-align: center; }
      .koowa .table tfoot td .pagination {
        display: inline-block;
        padding: 0;
        margin: 0 auto; }
  .koowa .pagination-toolbar a {
    color: #08c;
    cursor: pointer; }
  .koowa .pagination-toolbar .page span,
  .koowa .pagination-toolbar a {
    line-height: 20px; }
  .koowa .pagination-toolbar .disabled {
    opacity: 1;
    filter: alpha(opacity=100); }
    .koowa .pagination-toolbar .disabled a {
      color: #999;
      background-color: white; }
  .koowa .pagination-toolbar .limit {
    float: left;
    height: 30px;
    margin: 0 10px; }
    .koowa .pagination-toolbar .limit.pull-right {
      float: right; }
    .koowa .pagination-toolbar .limit select {
      width: auto;
      height: 28px;
      margin: 1px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

@font-face {
  font-family: 'koowa';
  src: url("../../../koowa/com_koowa/fonts/koowa.eot");
  src: url("../../../koowa/com_koowa/fonts/koowa.eot?#iefix") format("embedded-opentype"), url("../../../koowa/com_koowa/fonts/koowa.ttf") format("truetype"), url("../../../koowa/com_koowa/fonts/koowa.woff") format("woff"), url("../../../koowa/com_koowa/fonts/koowa.svg#koowa") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="koowa_icon--"],
[class*=" koowa_icon--"],
.koowa_icon_font,
#files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.files__sortable--indicator,
#files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.files__sortable--indicator {
  font-family: 'koowa';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Styling the span element */
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  /* Styling the before element */
  /* Hiding the i element */ }
  [class^="koowa_icon--"]:before,
  [class*=" koowa_icon--"]:before,
  .koowa_icon_font:before,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.files__sortable--indicator:before,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.files__sortable--indicator:before {
    font-family: 'koowa';
    display: block;
    overflow: visible;
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    background-size: cover; }
  [class^="koowa_icon--"] i,
  [class*=" koowa_icon--"] i,
  .koowa_icon_font i,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.files__sortable--indicator i,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.files__sortable--indicator i {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  [class^="koowa_icon--"].koowa_icon--12, #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span[class^="koowa_icon--"].files__sortable--indicator, #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span[class^="koowa_icon--"].files__sortable--indicator,
  [class*=" koowa_icon--"].koowa_icon--12,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span[class*=" koowa_icon--"].files__sortable--indicator,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span[class*=" koowa_icon--"].files__sortable--indicator,
  .koowa_icon_font.koowa_icon--12,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.files__sortable--indicator,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.files__sortable--indicator {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px; }
    [class^="koowa_icon--"].koowa_icon--12:before, #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span[class^="koowa_icon--"].files__sortable--indicator:before, #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span[class^="koowa_icon--"].files__sortable--indicator:before,
    [class*=" koowa_icon--"].koowa_icon--12:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span[class*=" koowa_icon--"].files__sortable--indicator:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span[class*=" koowa_icon--"].files__sortable--indicator:before,
    .koowa_icon_font.koowa_icon--12:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.files__sortable--indicator:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.files__sortable--indicator:before {
      width: 12px;
      height: 12px;
      font-size: 12px;
      line-height: 12px; }
  [class^="koowa_icon--"].koowa_icon--24,
  [class*=" koowa_icon--"].koowa_icon--24,
  .koowa_icon_font.koowa_icon--24,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.koowa_icon--24.files__sortable--indicator,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.koowa_icon--24.files__sortable--indicator {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px; }
    [class^="koowa_icon--"].koowa_icon--24:before,
    [class*=" koowa_icon--"].koowa_icon--24:before,
    .koowa_icon_font.koowa_icon--24:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.koowa_icon--24.files__sortable--indicator:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.koowa_icon--24.files__sortable--indicator:before {
      width: 24px;
      height: 24px;
      font-size: 24px;
      line-height: 24px; }
  [class^="koowa_icon--"].koowa_icon--48,
  [class*=" koowa_icon--"].koowa_icon--48,
  .koowa_icon_font.koowa_icon--48,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.koowa_icon--48.files__sortable--indicator,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.koowa_icon--48.files__sortable--indicator {
    width: 48px;
    height: 48px;
    font-size: 48px;
    line-height: 48px; }
    [class^="koowa_icon--"].koowa_icon--48:before,
    [class*=" koowa_icon--"].koowa_icon--48:before,
    .koowa_icon_font.koowa_icon--48:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.koowa_icon--48.files__sortable--indicator:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.koowa_icon--48.files__sortable--indicator:before {
      width: 48px;
      height: 48px;
      font-size: 48px;
      line-height: 48px; }

.koowa_icon--default:before {
  content: "\e600"; }

.koowa_icon--image:before {
  content: "\e602"; }

.koowa_icon--video:before {
  content: "\e603"; }

.koowa_icon--archive:before {
  content: "\e601"; }

.koowa_icon--folder:before {
  content: "\e604"; }

.koowa_icon--pdf:before {
  content: "\e608"; }

.koowa_icon--audio:before {
  content: "\e60d"; }

.koowa_icon--document:before {
  content: "\e605"; }

.koowa_icon--spreadsheet:before {
  content: "\e606"; }

.koowa_icon--locked:before {
  content: "\e607"; }

.koowa_icon--unlocked:before {
  content: "\e609"; }

.koowa_icon--disabled:before {
  content: "\e60a"; }

.koowa_icon--enabled:before {
  content: "\e60b"; }

.koowa_icon--open:before {
  content: "\e60c"; }

.koowa_icon--close:before {
  content: "\e60e"; }

.koowa_icon--folder_open:before {
  content: "\e60f"; }

.koowa_icon--calendar:before {
  content: "\e610"; }

.koowa_icon--sort:before {
  content: "\e611"; }

.koowa_icon--caret_down:before {
  content: "\e612"; }

.koowa_icon--caret_up:before {
  content: "\e613"; }

.koowa_icon--caret_left:before {
  content: "\e614"; }

.koowa_icon--caret_right:before {
  content: "\e615"; }

.koowa_icon--sort_down:before {
  content: "\e616"; }

.koowa_icon--sort_up:before {
  content: "\e617"; }

.koowa_icon--menu:before {
  content: "\e618"; }

.koowa_icon--menu_open:before {
  content: "\e619"; }

.jqtree-tree [class^="koowa_icon--"],
.jqtree-tree [class*=" koowa_icon--"] {
  vertical-align: baseline;
  width: 13px;
  height: 13px; }
  .jqtree-tree [class^="koowa_icon--"]:before,
  .jqtree-tree [class*=" koowa_icon--"]:before {
    width: 13px;
    height: 13px;
    font-size: 13px;
    line-height: 13px; }
.jqtree-tree .icon-toggler {
  vertical-align: top; }

.old-ie [class^="koowa_icon--"] .koowa_icon--24,
.old-ie [class*=" koowa_icon--"] .koowa_icon--24 {
  width: 24px;
  height: 24px; }
  .old-ie [class^="koowa_icon--"] .koowa_icon--24:before,
  .old-ie [class*=" koowa_icon--"] .koowa_icon--24:before {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px; }
.old-ie [class^="koowa_icon--"] .koowa_icon--48,
.old-ie [class*=" koowa_icon--"] .koowa_icon--48 {
  width: 48px;
  height: 48px; }
  .old-ie [class^="koowa_icon--"] .koowa_icon--48:before,
  .old-ie [class*=" koowa_icon--"] .koowa_icon--48:before {
    width: 48px;
    height: 48px;
    font-size: 48px;
    line-height: 48px; }

.subhead .koowa-toolbar .btn-success {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  padding-left: 2em;
  padding-right: 2em; }

.koowa-toolbar {
  font-size: inherit !important; }

.breadcrumb {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

.toolbar-list a.disabled, .toolbar-list .unauthorized span {
  color: gray;
  font-weight: normal; }

.toolbar-list .disabled span, .toolbar-list .unauthorized span {
  background-position: bottom; }

.search__container {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative; }
  .search__container label {
    position: absolute;
    left: 2px;
    top: 4px;
    opacity: 0.75;
    margin: 0; }
  .search__container input,
  .search__container input[type="search"] {
    margin: 0;
    max-width: 250px;
    padding: 2px 2px 2px 17px;
    font-size: 11px; }
  .search__container.search__container--has_empty_button input {
    padding-right: 22px; }
  .search__container .search_button--empty {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 0;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background: transparent; }
    .search__container .search_button--empty span {
      margin: 3px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 16px;
      height: 16px;
      display: inline-block;
      line-height: 16px;
      text-align: center;
      border-radius: 100%;
      color: #777;
      text-decoration: none;
      font-weight: bold;
      font-family: Arial, helvetica, sans-serif;
      font-size: 10px; }
    .search__container .search_button--empty:hover {
      cursor: pointer; }
      .search__container .search_button--empty:hover span {
        background: #ea9393;
        border: 1px solid #ce4c4c;
        color: #fff;
        text-shadow: 1px 1px 1px #ce4c4c;
        -webkit-box-shadow: inset 1px 2px 1px #d97474;
        -moz-box-shadow: inset 1px 2px 1px #d97474;
        box-shadow: inset 1px 2px 1px #d97474; }

.uploader-flash-container {
  display: none;
  display: block\9; }

#spinner_container, .koowa_spinner_container {
  position: relative;
  min-height: 100px; }
  #spinner_container .spinner, .koowa_spinner_container .spinner {
    position: absolute;
    top: 50px !important;
    left: 50% !important; }

.koowa_wrapped_content {
  display: table;
  table-layout: fixed;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

body.admin {
  height: auto !important; }
  @media screen and (min-width: 738px) and (max-width: 767px) {
    body.admin {
      padding-top: 0 !important; } }
  @media screen and (min-width: 480px) {
    body.admin .subhead-collapse {
      min-height: 49px; }
      body.admin .subhead-collapse:after, body.admin .subhead-collapse:before {
        content: " ";
        display: table; }
      body.admin .subhead-collapse:after {
        clear: both; } }
  body.admin .btn.disabled,
  body.admin .btn.disabled:hover,
  body.admin .btn.disabled:active {
    color: #333;
    background-color: #e6e6e6; }

/**
 * 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
 *
 */
.datepicker {
  direction: ltr; }
  .datepicker.datepicker-inline {
    width: 220px; }
  .datepicker.datepicker-rtl {
    direction: rtl; }
    .datepicker.datepicker-rtl table tr td span {
      float: right; }
  .datepicker.datepicker-dropdown {
    top: 0;
    left: 0; }
    .datepicker.datepicker-dropdown:before {
      content: '';
      display: inline-block;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ccc;
      border-top: 0;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      position: absolute; }
    .datepicker.datepicker-dropdown:after {
      content: '';
      display: inline-block;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff;
      border-top: 0;
      position: absolute; }
    .datepicker.datepicker-dropdown.datepicker-orient-left:before {
      left: 6px; }
    .datepicker.datepicker-dropdown.datepicker-orient-left:after {
      left: 7px; }
    .datepicker.datepicker-dropdown.datepicker-orient-right:before {
      right: 6px; }
    .datepicker.datepicker-dropdown.datepicker-orient-right:after {
      right: 7px; }
    .datepicker.datepicker-dropdown.datepicker-orient-top:before {
      top: -7px; }
    .datepicker.datepicker-dropdown.datepicker-orient-top:after {
      top: -6px; }
    .datepicker.datepicker-dropdown.datepicker-orient-bottom:before {
      bottom: -7px;
      border-bottom: 0;
      border-top: 7px solid #999; }
    .datepicker.datepicker-dropdown.datepicker-orient-bottom:after {
      bottom: -6px;
      border-bottom: 0;
      border-top: 6px solid #fff; }
  .datepicker > div {
    display: none; }
  .datepicker.days div.datepicker-days {
    display: block; }
  .datepicker.months div.datepicker-months {
    display: block; }
  .datepicker.years div.datepicker-years {
    display: block; }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .datepicker td,
  .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent; }
  .datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer; }
  .datepicker table tr td.old, .datepicker table tr td.new {
    color: #999; }
  .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default; }
  .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #fde19a;
    background-image: -moz-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(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFDD49A', endColorstr='#FFFDF59A', 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);
    *background-color: #fdf59a;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000; }
    .datepicker table tr td.today:hover, .datepicker table tr td.today:focus, .datepicker table tr td.today:active, .datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover[disabled] {
      color: #fff;
      background-color: #fdf59a;
      *background-color: #fcf282; }
    .datepicker table tr td.today:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover.active {
      background-color: #fbf069 \9; }
  .datepicker table tr td.today:hover:hover {
    color: #000; }
  .datepicker table tr td.today.active:hover {
    color: #fff; }
  .datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3C17A', endColorstr='#FFF3E97A', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f3e97a;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover:focus, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover[disabled] {
      color: #fff;
      background-color: #f3e97a;
      *background-color: #f1e663; }
    .datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover.active {
      background-color: #efe24b \9; }
  .datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #9f9f9f;
    background-image: -moz-linear-gradient(top, #b3b3b3, gray);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));
    background-image: -webkit-linear-gradient(top, #b3b3b3, gray);
    background-image: -o-linear-gradient(top, #b3b3b3, gray);
    background-image: linear-gradient(to bottom, #b3b3b3, gray);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB3B3B3', endColorstr='#FF808080', GradientType=0);
    border-color: gray gray #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: gray;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    .datepicker table tr td.selected:hover, .datepicker table tr td.selected:focus, .datepicker table tr td.selected:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover:focus, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover[disabled] {
      color: #fff;
      background-color: gray;
      *background-color: #737373; }
    .datepicker table tr td.selected:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover.active {
      background-color: #666666 \9; }
  .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #08c, #0044cc);
    background-image: -o-linear-gradient(top, #08c, #0044cc);
    background-image: linear-gradient(to bottom, #08c, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
    border-color: #0044cc #0044cc #002b80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    .datepicker table tr td.active:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:active, .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover[disabled] {
      color: #fff;
      background-color: #0044cc;
      *background-color: #003cb3; }
    .datepicker table tr td.active:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover.active {
      background-color: #003399 \9; }
  .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; }
    .datepicker table tr td span:hover {
      background: #eee; }
    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
      background: none;
      color: #999;
      cursor: default; }
    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #006dcc;
      background-image: -moz-linear-gradient(top, #08c, #0044cc);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
      background-image: -webkit-linear-gradient(top, #08c, #0044cc);
      background-image: -o-linear-gradient(top, #08c, #0044cc);
      background-image: linear-gradient(to bottom, #08c, #0044cc);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
      border-color: #0044cc #0044cc #002b80;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      *background-color: #0044cc;
      /* Darken IE7 buttons by default so they stand out more given they won't have borders */
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
      .datepicker table tr td span.active:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover[disabled] {
        color: #fff;
        background-color: #0044cc;
        *background-color: #003cb3; }
      .datepicker table tr td span.active:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active {
        background-color: #003399 \9; }
    .datepicker table tr td span.old, .datepicker table tr td span.new {
      color: #999; }
  .datepicker th.datepicker-switch {
    width: 145px; }
  .datepicker thead tr:first-child th,
  .datepicker tfoot tr th {
    cursor: pointer; }
    .datepicker thead tr:first-child th:hover,
    .datepicker tfoot tr th:hover {
      background: #eee; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }
  .datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.input-daterange input {
  text-align: center; }
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

@font-face {
  font-family: 'koowa';
  src: url("../../../koowa/com_koowa/fonts/koowa.eot");
  src: url("../../../koowa/com_koowa/fonts/koowa.eot?#iefix") format("embedded-opentype"), url("../../../koowa/com_koowa/fonts/koowa.ttf") format("truetype"), url("../../../koowa/com_koowa/fonts/koowa.woff") format("woff"), url("../../../koowa/com_koowa/fonts/koowa.svg#koowa") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="koowa_icon--"],
[class*=" koowa_icon--"],
.koowa_icon_font,
#files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.files__sortable--indicator,
#files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.files__sortable--indicator {
  font-family: 'koowa';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Styling the span element */
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  /* Styling the before element */
  /* Hiding the i element */ }
  [class^="koowa_icon--"]:before,
  [class*=" koowa_icon--"]:before,
  .koowa_icon_font:before,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.files__sortable--indicator:before,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.files__sortable--indicator:before {
    font-family: 'koowa';
    display: block;
    overflow: visible;
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    background-size: cover; }
  [class^="koowa_icon--"] i,
  [class*=" koowa_icon--"] i,
  .koowa_icon_font i,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.files__sortable--indicator i,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.files__sortable--indicator i {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  [class^="koowa_icon--"].koowa_icon--12, #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span[class^="koowa_icon--"].files__sortable--indicator, #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span[class^="koowa_icon--"].files__sortable--indicator,
  [class*=" koowa_icon--"].koowa_icon--12,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span[class*=" koowa_icon--"].files__sortable--indicator,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span[class*=" koowa_icon--"].files__sortable--indicator,
  .koowa_icon_font.koowa_icon--12,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.files__sortable--indicator,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.files__sortable--indicator {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px; }
    [class^="koowa_icon--"].koowa_icon--12:before, #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span[class^="koowa_icon--"].files__sortable--indicator:before, #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span[class^="koowa_icon--"].files__sortable--indicator:before,
    [class*=" koowa_icon--"].koowa_icon--12:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span[class*=" koowa_icon--"].files__sortable--indicator:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span[class*=" koowa_icon--"].files__sortable--indicator:before,
    .koowa_icon_font.koowa_icon--12:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.files__sortable--indicator:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.files__sortable--indicator:before {
      width: 12px;
      height: 12px;
      font-size: 12px;
      line-height: 12px; }
  [class^="koowa_icon--"].koowa_icon--24,
  [class*=" koowa_icon--"].koowa_icon--24,
  .koowa_icon_font.koowa_icon--24,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.koowa_icon--24.files__sortable--indicator,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.koowa_icon--24.files__sortable--indicator {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px; }
    [class^="koowa_icon--"].koowa_icon--24:before,
    [class*=" koowa_icon--"].koowa_icon--24:before,
    .koowa_icon_font.koowa_icon--24:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.koowa_icon--24.files__sortable--indicator:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.koowa_icon--24.files__sortable--indicator:before {
      width: 24px;
      height: 24px;
      font-size: 24px;
      line-height: 24px; }
  [class^="koowa_icon--"].koowa_icon--48,
  [class*=" koowa_icon--"].koowa_icon--48,
  .koowa_icon_font.koowa_icon--48,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.koowa_icon--48.files__sortable--indicator,
  #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.koowa_icon--48.files__sortable--indicator {
    width: 48px;
    height: 48px;
    font-size: 48px;
    line-height: 48px; }
    [class^="koowa_icon--"].koowa_icon--48:before,
    [class*=" koowa_icon--"].koowa_icon--48:before,
    .koowa_icon_font.koowa_icon--48:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.koowa_icon--48.files__sortable--indicator:before,
    #files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.koowa_icon--48.files__sortable--indicator:before {
      width: 48px;
      height: 48px;
      font-size: 48px;
      line-height: 48px; }

.koowa_icon--default:before {
  content: "\e600"; }

.koowa_icon--image:before {
  content: "\e602"; }

.koowa_icon--video:before {
  content: "\e603"; }

.koowa_icon--archive:before {
  content: "\e601"; }

.koowa_icon--folder:before {
  content: "\e604"; }

.koowa_icon--pdf:before {
  content: "\e608"; }

.koowa_icon--audio:before {
  content: "\e60d"; }

.koowa_icon--document:before {
  content: "\e605"; }

.koowa_icon--spreadsheet:before {
  content: "\e606"; }

.koowa_icon--locked:before {
  content: "\e607"; }

.koowa_icon--unlocked:before {
  content: "\e609"; }

.koowa_icon--disabled:before {
  content: "\e60a"; }

.koowa_icon--enabled:before {
  content: "\e60b"; }

.koowa_icon--open:before {
  content: "\e60c"; }

.koowa_icon--close:before {
  content: "\e60e"; }

.koowa_icon--folder_open:before {
  content: "\e60f"; }

.koowa_icon--calendar:before {
  content: "\e610"; }

.koowa_icon--sort:before {
  content: "\e611"; }

.koowa_icon--caret_down:before {
  content: "\e612"; }

.koowa_icon--caret_up:before {
  content: "\e613"; }

.koowa_icon--caret_left:before {
  content: "\e614"; }

.koowa_icon--caret_right:before {
  content: "\e615"; }

.koowa_icon--sort_down:before {
  content: "\e616"; }

.koowa_icon--sort_up:before {
  content: "\e617"; }

.koowa_icon--menu:before {
  content: "\e618"; }

.koowa_icon--menu_open:before {
  content: "\e619"; }

.jqtree-tree [class^="koowa_icon--"],
.jqtree-tree [class*=" koowa_icon--"] {
  vertical-align: baseline;
  width: 13px;
  height: 13px; }
  .jqtree-tree [class^="koowa_icon--"]:before,
  .jqtree-tree [class*=" koowa_icon--"]:before {
    width: 13px;
    height: 13px;
    font-size: 13px;
    line-height: 13px; }
.jqtree-tree .icon-toggler {
  vertical-align: top; }

.old-ie [class^="koowa_icon--"] .koowa_icon--24,
.old-ie [class*=" koowa_icon--"] .koowa_icon--24 {
  width: 24px;
  height: 24px; }
  .old-ie [class^="koowa_icon--"] .koowa_icon--24:before,
  .old-ie [class*=" koowa_icon--"] .koowa_icon--24:before {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px; }
.old-ie [class^="koowa_icon--"] .koowa_icon--48,
.old-ie [class*=" koowa_icon--"] .koowa_icon--48 {
  width: 48px;
  height: 48px; }
  .old-ie [class^="koowa_icon--"] .koowa_icon--48:before,
  .old-ie [class*=" koowa_icon--"] .koowa_icon--48:before {
    width: 48px;
    height: 48px;
    font-size: 48px;
    line-height: 48px; }

html.koowa-html,
body.koowa_template {
  height: 100% !important; }

.koowa-html {
  position: relative; }

.koowa-html.old-ie-html {
  position: static; }

.koowa-html {
  margin: auto;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .koowa-html * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .koowa-html a {
    text-decoration: none; }
    .koowa-html a:hover, .koowa-html a:focus {
      text-decoration: underline; }
  .koowa-html.joomla_modal {
    padding: 0; }
  .koowa-html.inside_modal {
    padding: 10px; }
    @media screen and (min-width: 600px) {
      .koowa-html.inside_modal {
        overflow: hidden; } }
    .koowa-html.inside_modal body {
      margin: 0; }
    .koowa-html.inside_modal.joomla_modal {
      padding: 0 !important; }
    .koowa-html.inside_modal .koowa_template {
      padding: 0;
      background: #fff;
      margin: auto; }
      .koowa-html.inside_modal .koowa_template .koowa_template_container {
        background: #fff;
        margin: auto;
        max-width: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        *zoom: 1; }
        .koowa-html.inside_modal .koowa_template .koowa_template_container:before, .koowa-html.inside_modal .koowa_template .koowa_template_container:after {
          display: table;
          content: "";
          line-height: 0; }
        .koowa-html.inside_modal .koowa_template .koowa_template_container:after {
          clear: both; }
  .koowa-html .koowa_template {
    margin: 0;
    padding: 50px 0 20px;
    background: #333;
    height: 100%;
    overflow: auto; }
    @media screen and (min-width: 600px) {
      .koowa-html .koowa_template {
        padding: 65px 10px 30px; } }
    .koowa-html .koowa_template .koowa_template_container {
      margin: 0 auto;
      max-width: 1020px;
      height: 100%;
      *zoom: 1; }
      .koowa-html .koowa_template .koowa_template_container:before, .koowa-html .koowa_template .koowa_template_container:after {
        display: table;
        content: "";
        line-height: 0; }
      .koowa-html .koowa_template .koowa_template_container:after {
        clear: both; }
      .koowa-html .koowa_template .koowa_template_container .koowa {
        height: auto; }
        .koowa-html .koowa_template .koowa_template_container .koowa.full_height {
          height: 100%; }
        .koowa-html .koowa_template .koowa_template_container .koowa .koowa_form {
          background: #fff;
          -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.75);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.75); }
    .koowa-html .koowa_template #sbox-window iframe {
      max-width: 100%;
      max-height: 100%; }
    .koowa-html .koowa_template label {
      font-size: 13px; }
    .koowa-html .koowa_template .btn {
      display: inline-block;
      padding: 4px 12px;
      font-size: 13px;
      margin-bottom: 0;
      line-height: 18px;
      text-align: center;
      vertical-align: middle; }
    .koowa-html .koowa_template .koowa_toolbar {
      *zoom: 1;
      position: fixed;
      z-index: 999;
      top: 0;
      left: auto;
      right: auto;
      width: 100%;
      max-width: 1020px;
      text-align: center;
      margin: 0 auto;
      float: none;
      display: block; }
      .koowa-html .koowa_template .koowa_toolbar:before, .koowa-html .koowa_template .koowa_toolbar:after {
        display: table;
        content: "";
        line-height: 0; }
      .koowa-html .koowa_template .koowa_toolbar:after {
        clear: both; }
      @media screen and (min-width: 600px) {
        .koowa-html .koowa_template .koowa_toolbar {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border-top: 15px solid #333;
          border-left: 10px solid #333;
          border-right: 10px solid #333;
          margin-left: -10px;
          margin-right: -10px;
          max-width: 1040px; } }
      .koowa-html .koowa_template .koowa_toolbar .btn-toolbar {
        border-bottom: 1px solid #CCC;
        height: 50px;
        margin: 0;
        padding: 10px;
        min-height: 30px;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
        background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
        background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
        background: linear-gradient(top, #ffffff 0%, #ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
        color: #0C192E;
        text-shadow: 0 1px 0 #FFF;
        display: block;
        float: none;
        text-align: left; }
        .koowa-html .koowa_template .koowa_toolbar .btn-toolbar i {
          display: none !important; }
    .koowa-html .koowa_template .koowa_form {
      padding: 0 20px; }
    .koowa-html .koowa_template .description_container {
      overflow: auto; }
      @media screen and (max-width: 320px) {
        .koowa-html .koowa_template .description_container {
          width: 280px; } }
      .koowa-html .koowa_template .description_container [class^="icon-"] {
        display: none !important; }
    .koowa-html .koowa_template #editor-xtd-buttons .btn-toolbar {
      margin: 0; }
    .koowa-html .koowa_template .koowa_messages {
      background: #fff;
      *zoom: 1; }
      .koowa-html .koowa_template .koowa_messages:before, .koowa-html .koowa_template .koowa_messages:after {
        display: table;
        content: "";
        line-height: 0; }
      .koowa-html .koowa_template .koowa_messages:after {
        clear: both; }
    .koowa-html .koowa_template .alert {
      margin: 10px; }
    .koowa-html .koowa_template #editor-xtd-buttons,
    .koowa-html .koowa_template .toggle-editor {
      margin: 10px 0;
      float: left; }
    .koowa-html .koowa_template .toggle-editor {
      float: right; }
    .koowa-html .koowa_template .button2-left {
      display: inline-block; }
    .koowa-html .koowa_template .button2-left a {
      display: inline-block;
      *display: inline;
      /* IE7 inline-block hack */
      *zoom: 1;
      padding: 4px 12px;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      color: #333333;
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
      background-color: #f5f5f5;
      background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
      background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
      background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
      background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
      border-color: #e6e6e6 #e6e6e6 #bfbfbf;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      *background-color: #e6e6e6;
      /* Darken IE7 buttons by default so they stand out more given they won't have borders */
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
      border: 1px solid #cccccc;
      *border: 0;
      border-bottom-color: #b3b3b3;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      *margin-left: .3em;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
    .koowa-html .koowa_template .button2-left a:hover,
    .koowa-html .koowa_template .button2-left a:focus,
    .koowa-html .koowa_template .button2-left a:active,
    .koowa-html .koowa_template .button2-left a.active,
    .koowa-html .koowa_template .button2-left a.disabled,
    .koowa-html .koowa_template .button2-left a[disabled] {
      color: #333333;
      background-color: #e6e6e6;
      *background-color: #d9d9d9; }
    .koowa-html .koowa_template .button2-left a:active,
    .koowa-html .koowa_template .button2-left a.active {
      background-color: #cccccc \9; }
    .koowa-html .koowa_template .button2-left a:first-child {
      *margin-left: 0; }
    .koowa-html .koowa_template .button2-left a:hover,
    .koowa-html .koowa_template .button2-left a:focus {
      color: #333333;
      text-decoration: none;
      background-position: 0 -15px;
      -webkit-transition: background-position 0.1s linear;
      -moz-transition: background-position 0.1s linear;
      -o-transition: background-position 0.1s linear;
      transition: background-position 0.1s linear; }
    .koowa-html .koowa_template .button2-left a:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .koowa-html .koowa_template .button2-left a.active,
    .koowa-html .koowa_template .button2-left a:active {
      background-image: none;
      outline: 0;
      -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); }
    .koowa-html .koowa_template .button2-left a.disabled,
    .koowa-html .koowa_template .button2-left a[disabled] {
      cursor: default;
      background-image: none;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
  .mfp-wrap .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
    .mfp-wrap .well blockquote {
      border-color: #ddd;
      border-color: rgba(0, 0, 0, 0.15); }
  .mfp-wrap .well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
  .mfp-wrap .well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-wrap .mfp-container {
  min-height: 420px; }
  .mfp-wrap .mfp-container.mfp-inline-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mfp-wrap .mfp-container.mfp-inline-holder .mfp-content {
      max-width: 1200px;
      margin: 0 auto; }
  .mfp-wrap .mfp-container .mfp-inline {
    display: block;
    width: auto;
    height: auto;
    padding: 15px; }
  .mfp-wrap .mfp-container .mfp-close {
    margin: 0;
    padding: 0;
    color: white;
    right: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: -40px;
    font-size: 24px;
    right: -14px; }
    .mfp-wrap .mfp-container .mfp-close:hover {
      border: none;
      background: transparent;
      margin: 0;
      padding: 0;
      color: white; }
  .mfp-wrap .mfp-container.mfp-image-holder .mfp-close {
    top: 0; }
  .mfp-wrap .mfp-container .mfp-iframe-scaler .mfp-iframe,
  .mfp-wrap .mfp-container .mfp-inline {
    background: white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.koowa_dialog_modal .mfp-content {
  max-height: 100%;
  min-height: 100%;
  height: 100%; }
.koowa_dialog_modal .mfp-content .mfp-iframe-scaler {
  padding: 0;
  margin: 0;
  height: 100%; }
  .koowa_dialog_modal .mfp-content .mfp-iframe-scaler .mfp-iframe {
    position: relative; }
@media screen and (min-width: 712px) {
  .koowa_dialog_modal .mfp-content {
    min-height: 0;
    max-width: 1200px !important;
    max-height: 800px !important; }
  .koowa_dialog_modal .mfp-content .mfp-iframe-scaler {
    height: 100%;
    max-height: 100% !important; }
    .koowa_dialog_modal .mfp-content .mfp-iframe-scaler iframe {
      height: 100%;
      max-height: 100% !important; } }

/*
Version: 3.4.2 Timestamp: Mon Aug 12 15:04:12 PDT 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  /* disabled styles */ }
  .select2-container .select2-choice, .select2-container .select2-container-multi.select2-container-disabled .select2-choices, .select2-container-multi.select2-container-disabled .select2-container .select2-choices {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #999;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -o-linear-gradient(bottom, #eee 0%, #fff 50%);
    background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%); }
    .select2-container .select2-choice abbr, .select2-container .select2-container-multi.select2-container-disabled .select2-choices abbr, .select2-container-multi.select2-container-disabled .select2-container .select2-choices abbr {
      display: none;
      width: 12px;
      height: 12px;
      position: absolute;
      right: 24px;
      top: 8px;
      font-size: 1px;
      text-decoration: none;
      border: 0;
      background: url("../../../koowa/com_koowa/images/select2.png") right top no-repeat;
      cursor: pointer;
      outline: 0; }
      .select2-container .select2-choice abbr:hover, .select2-container .select2-container-multi.select2-container-disabled .select2-choices abbr:hover, .select2-container-multi.select2-container-disabled .select2-container .select2-choices abbr:hover {
        background-position: right -11px;
        cursor: pointer; }
    .select2-container .select2-choice .select2-arrow, .select2-container .select2-container-multi.select2-container-disabled .select2-choices .select2-arrow, .select2-container-multi.select2-container-disabled .select2-container .select2-choices .select2-arrow {
      display: inline-block;
      width: 18px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      border-left: 1px solid #aaa;
      -webkit-border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0;
      background-clip: padding-box;
      background: #ccc;
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
      background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
      background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
      background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
      background-image: -ms-linear-gradient(top, #ccc 0%, #eee 60%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
      background-image: linear-gradient(top, #ccc 0%, #eee 60%); }
      .select2-container .select2-choice .select2-arrow b, .select2-container .select2-container-multi.select2-container-disabled .select2-choices .select2-arrow b, .select2-container-multi.select2-container-disabled .select2-container .select2-choices .select2-arrow b {
        display: block;
        width: 100%;
        height: 100%;
        background: url("../../../koowa/com_koowa/images/select2.png") no-repeat 0 1px; }
  .select2-container.select2-drop-above .select2-choice, .select2-container.select2-drop-above .select2-container-multi.select2-container-disabled .select2-choices, .select2-container-multi.select2-container-disabled .select2-container.select2-drop-above .select2-choices {
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -o-linear-gradient(bottom, #eee 0%, #fff 90%);
    background-image: -ms-linear-gradient(top, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #eee 0%, #fff 90%); }
  .select2-container.select2-allowclear .select2-choice .select2-chosen, .select2-container.select2-allowclear .select2-container-multi.select2-container-disabled .select2-choices .select2-chosen, .select2-container-multi.select2-container-disabled .select2-container.select2-allowclear .select2-choices .select2-chosen {
    margin-right: 42px; }
  .select2-container.select2-allowclear .select2-choice abbr, .select2-container.select2-allowclear .select2-container-multi.select2-container-disabled .select2-choices abbr, .select2-container-multi.select2-container-disabled .select2-container.select2-allowclear .select2-choices abbr {
    display: inline-block; }
  .select2-container .select2-choice > .select2-chosen, .select2-container .select2-container-multi.select2-container-disabled .select2-choices > .select2-chosen, .select2-container-multi.select2-container-disabled .select2-container .select2-choices > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .select2-container.select2-container-disabled .select2-choice, .select2-container.select2-container-disabled .select2-container-multi.select2-container-disabled .select2-choices, .select2-container-multi.select2-container-disabled .select2-container.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default; }
  .select2-container.select2-container-disabled .select2-choice .select2-arrow, .select2-container.select2-container-disabled .select2-container-multi.select2-container-disabled .select2-choices .select2-arrow, .select2-container-multi.select2-container-disabled .select2-container.select2-container-disabled .select2-choices .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0; }
  .select2-container.select2-container-disabled .select2-choice abbr, .select2-container.select2-container-disabled .select2-container-multi.select2-container-disabled .select2-choices abbr, .select2-container-multi.select2-container-disabled .select2-container.select2-container-disabled .select2-choices abbr {
    display: none; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  height: auto !important;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }
  .select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }
  .select2-drop-auto-width .select2-search {
    padding-top: 4px; }

.select2-drop-active {
  border: 1px solid #08c;
  border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #08c; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }
  .select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url("../../../koowa/com_koowa/images/select2.png") no-repeat 100% -22px;
    background: url("../../../koowa/com_koowa/images/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url("../../../koowa/com_koowa/images/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("../../../koowa/com_koowa/images/select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("../../../koowa/com_koowa/images/select2.png") no-repeat 100% -22px, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
    background: url("../../../koowa/com_koowa/images/select2.png") no-repeat 100% -22px, -ms-linear-gradient(top, #fff 85%, #eee 99%);
    background: url("../../../koowa/com_koowa/images/select2.png") no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%); }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-search input.select2-active {
  background: #fff url("../../../koowa/com_koowa/images/select2-spinner.gif") no-repeat 100%;
  background: url("../../../koowa/com_koowa/images/select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("../../../koowa/com_koowa/images/select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../../../koowa/com_koowa/images/select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../../../koowa/com_koowa/images/select2-spinner.gif") no-repeat 100%, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
  background: url("../../../koowa/com_koowa/images/select2-spinner.gif") no-repeat 100%, -ms-linear-gradient(top, #fff 85%, #eee 99%);
  background: url("../../../koowa/com_koowa/images/select2-spinner.gif") no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%); }

.select2-container-active .select2-choice, .select2-container-active .select2-container-multi.select2-container-disabled .select2-choices, .select2-container-multi.select2-container-disabled .select2-container-active .select2-choices,
.select2-container-active .select2-choices {
  border: 1px solid #08c;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-dropdown-open .select2-choice, .select2-dropdown-open .select2-container-multi.select2-container-disabled .select2-choices, .select2-container-multi.select2-container-disabled .select2-dropdown-open .select2-choices {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(bottom, #fff 0%, #eee 50%);
  background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%); }

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-container-multi.select2-container-disabled .select2-choices, .select2-container-multi.select2-container-disabled .select2-dropdown-open.select2-drop-above .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #08c;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -ms-linear-gradient(bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%); }

.select2-dropdown-open .select2-choice .select2-arrow, .select2-dropdown-open .select2-container-multi.select2-container-disabled .select2-choices .select2-arrow, .select2-container-multi.select2-container-disabled .select2-dropdown-open .select2-choices .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none; }
  .select2-dropdown-open .select2-choice .select2-arrow b, .select2-dropdown-open .select2-container-multi.select2-container-disabled .select2-choices .select2-arrow b, .select2-container-multi.select2-container-disabled .select2-dropdown-open .select2-choices .select2-arrow b {
    background-position: -18px 1px; }

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 0 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent; }
  .select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0; }
  .select2-results li {
    list-style: none;
    display: list-item;
    background-image: none; }
    .select2-results li.select2-result-with-children > .select2-result-label {
      font-weight: bold; }
  .select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .select2-results .select2-highlighted {
    color: white;
    border-top: 1px solid #0077cc;
    text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #08c, #0044cc);
    background-image: -o-linear-gradient(top, #08c, #0044cc);
    background-image: linear-gradient(to bottom, #08c, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
    -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
    box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
    .select2-results .select2-highlighted em {
      background: transparent; }
    .select2-results .select2-highlighted ul {
      background: #fff;
      color: #000; }
  .select2-results li em {
    background: #feffde;
    font-style: normal; }
  .select2-results .select2-no-results,
  .select2-results .select2-searching,
  .select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item; }
  .select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default; }
  .select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default; }
  .select2-results .select2-selected {
    display: none; }

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px; }

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px; }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }
  .select2-more-results.select2-active {
    background: #f4f4f4 url("../../../koowa/com_koowa/images/select2-spinner.gif") no-repeat 100%; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 26px;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -o-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -ms-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(top, #eee 1%, #fff 15%); }
  .select2-container-multi .select2-choices li {
    float: left;
    list-style: none; }
  .select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .select2-container-multi .select2-choices .select2-search-field input {
      padding: 5px;
      margin: 1px 0;
      font-family: sans-serif;
      font-size: 100%;
      color: #666;
      outline: 0;
      border: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background: transparent !important; }
      .select2-container-multi .select2-choices .select2-search-field input.select2-active {
        background: #fff url("../../../koowa/com_koowa/images/select2-spinner.gif") no-repeat 100% !important; }
  .select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }
    .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
      cursor: default; }
    .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
      background-position: right -11px; }
  .select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4; }
    .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
      background-position: right -11px; }
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #08c;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
.select2-container-multi .select2-search-choice-close {
  left: 3px; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-default {
  color: #999 !important; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("../../../koowa/com_koowa/images/select2.png") right top no-repeat; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-container-multi.select2-container-disabled .select2-choices abbr, .select2-container-multi.select2-container-disabled .select2-container .select2-choices abbr, .select2-container .select2-choice .select2-arrow b, .select2-container .select2-container-multi.select2-container-disabled .select2-choices .select2-arrow b, .select2-container-multi.select2-container-disabled .select2-container .select2-choices .select2-arrow b {
    background-image: url("../../../koowa/com_koowa/images/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }

  .select2-search input {
    background-position: 100% -21px !important; } }
.select2-drop ul {
  margin: 0 4px 4px; }

.select2-container.select2-container.select2-container {
  min-width: 100%; }
  .select2-container.select2-container.select2-container .select2-choice, .select2-container.select2-container.select2-container .select2-container-multi.select2-container-disabled .select2-choices, .select2-container-multi.select2-container-disabled .select2-container.select2-container.select2-container .select2-choices,
  .select2-container.select2-container.select2-container .select2-choice .select2-chosen,
  .select2-container.select2-container.select2-container .select2-container-multi.select2-container-disabled .select2-choices .select2-chosen,
  .select2-container-multi.select2-container-disabled .select2-container.select2-container.select2-container .select2-choices .select2-chosen {
    white-space: normal; }

body .tab-pane.tab-pane.tab-pane .select2-container {
  min-width: 220px;
  width: auto !important;
  max-width: 100%; }

.select2-container-multi .select2-choices .select2-search-choice.select2-search-choice {
  margin-right: 3px; }

.jqtree-tree {
  font-size: 13px;
  /* We use different markup to display the toggler, so we hide the old one */
  /* .icon-triangle-hide elements are for indenting folders with no children on the same column as the other folders */ }
  .jqtree-tree ul.jqtree_common {
    list-style: none outside;
    margin: 0;
    padding: 0; }
  .jqtree-tree li.jqtree-closed > ul.jqtree_common {
    display: none; }
  .jqtree-tree li.jqtree_common {
    clear: both;
    list-style-type: none; }
  .jqtree-tree a:hover .jqtree-title {
    color: #fff; }
  .jqtree-tree .jqtree-toggler {
    display: none !important; }
  .jqtree-tree .jqtree-title {
    color: #08c;
    vertical-align: middle;
    text-shadow: none;
    line-height: 1em; }
  .jqtree-tree span.jqtree-dragging {
    color: #fff;
    background: #000;
    opacity: 0.6;
    cursor: pointer;
    padding: 2px 8px; }
  .jqtree-tree li.jqtree-ghost {
    position: relative;
    z-index: 10;
    margin-right: 10px; }
  .jqtree-tree li.jqtree-ghost span {
    display: block; }
  .jqtree-tree li.jqtree-ghost span.jqtree-circle {
    background-repeat: no-repeat;
    height: 8px;
    width: 8px;
    position: absolute;
    top: -4px;
    left: 2px; }
  .jqtree-tree li.jqtree-ghost span.jqtree-line {
    background-color: #0000ff;
    height: 2px;
    padding: 0;
    position: absolute;
    top: -1px;
    left: 10px;
    width: 100%; }
  .jqtree-tree li.jqtree-ghost.jqtree-inside {
    margin-left: 48px; }
  .jqtree-tree span.jqtree-border {
    position: absolute;
    display: block;
    left: -2px;
    top: 0;
    border: solid 2px #0000ff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0; }
  .jqtree-tree .jqtree-element {
    width: 100%;
    /* todo: why is this in here? */
    *width: auto;
    /* ie7 fix; issue 41 */
    position: relative; }
  .jqtree-tree li.jqtree-selected > a .jqtree-title,
  .jqtree-tree li.jqtree-selected a:hover .jqtree-title,
  .jqtree-tree li.jqtree-selected a:hover .jqtree-title i {
    color: #fff !important; }
  .jqtree-tree .koowa_icon--folder, .jqtree-tree .koowa_icon--folder_open {
    opacity: 0.9; }
  .jqtree-tree .icon-triangle-right, .jqtree-tree .icon-triangle-down, .jqtree-tree .icon-triangle-hide {
    opacity: 0.6;
    padding-right: 2px;
    transition: opacity 300ms;
    font-style: normal; }
  .jqtree-tree .icon-toggler {
    font-size: 10px; }
    .jqtree-tree .icon-toggler:hover {
      opacity: 1;
      transition: opacity 300ms; }
  .jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
    outline: dashed 1px #0000ff; }
  .jqtree-tree:before, .jqtree-tree:after {
    display: table;
    content: "";
    clear: both; }
  .jqtree-tree ul, .jqtree-tree li {
    float: left !important;
    min-width: 100%;
    overflow: visible; }
    .jqtree-tree ul a, .jqtree-tree li a {
      padding: 6px 10px !important;
      width: auto; }

.koowa_dialog {
  *zoom: 1;
  width: 100%;
  min-height: 200px;
  margin: auto;
  display: block;
  background: #fff;
  position: relative;
  font-size: 14px; }
  .koowa_dialog:before, .koowa_dialog:after {
    display: table;
    content: "";
    line-height: 0; }
  .koowa_dialog:after {
    clear: both; }
  .koowa_dialog, .koowa_dialog *, .koowa_dialog *:before, .koowa_dialog *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.koowa_dialog__menu {
  *zoom: 1;
  border: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: none;
  padding-left: 10px;
  margin-bottom: -1px;
  height: 40px;
  position: relative;
  z-index: 10;
  top: 0; }
  .koowa_dialog__menu:before, .koowa_dialog__menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .koowa_dialog__menu:after {
    clear: both; }
  .koowa_dialog__menu a {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    width: 110px;
    float: left;
    display: block;
    text-align: center;
    padding: 9px 0 0;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    background: #f5f5f5;
    margin-right: 10px;
    height: 39px; }
    .koowa_dialog__menu a:hover {
      text-decoration: none;
      color: #222; }
  .koowa_dialog__menu a.active {
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
    height: 40px;
    background: #eee;
    border: 1px solid #bfbfbf;
    border-bottom: 2px solid #eee; }

.koowa_dialog__layout {
  *zoom: 1; }
  .koowa_dialog__layout:before, .koowa_dialog__layout:after {
    display: table;
    content: "";
    line-height: 0; }
  .koowa_dialog__layout:after {
    clear: both; }

.koowa_dialog__wrapper {
  *zoom: 1;
  border: 1px solid #ccc;
  height: 100%;
  display: block;
  position: relative; }
  .koowa_dialog__wrapper:before, .koowa_dialog__wrapper:after {
    display: table;
    content: "";
    line-height: 0; }
  .koowa_dialog__wrapper:after {
    clear: both; }

.koowa_dialog__wrapper__child {
  display: block;
  width: 100%; }
  .koowa_dialog__wrapper__child #documents-sidebar {
    width: 100%; }

.koowa_dialog__title {
  margin: 0;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  background: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #666;
  padding: 0 8px;
  text-shadow: 1px 1px 0 white;
  position: relative;
  z-index: 9; }

.koowa_dialog__title--child {
  border-top: 1px solid #ccc !important; }

.koowa_dialog__files_tree {
  width: 100%;
  max-height: 16em;
  position: relative;
  z-index: 5; }
  .koowa_dialog__files_tree p {
    margin: 10px; }

.koowa_dialog__child__content__box {
  height: 100%;
  overflow: auto; }

.koowa_dialog__block {
  padding: 5px; }

.koowa_dialog__file_dialog_upload .koowa_dialog__child__content {
  max-height: 100%;
  height: auto;
  overflow: auto;
  background: #f5f5f5; }

.koowa_dialog__file_dialog_categories .koowa_dialog__title {
  border-top-color: #fff; }

.koowa_dialog__table_title {
  background: #f3f3f3;
  font-weight: normal;
  height: 16px;
  line-height: 16px; }

.koowa_dialog #document_list.table td {
  padding: 4px 5px;
  line-height: 16px; }
.koowa_dialog #document_list.table tr.selected td {
  background-color: #1f83eb;
  background-image: -moz-linear-gradient(top, #3497ff, #0064cd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3497ff), to(#0064cd));
  background-image: -webkit-linear-gradient(top, #3497ff, #0064cd);
  background-image: -o-linear-gradient(top, #3497ff, #0064cd);
  background-image: linear-gradient(to bottom, #3497ff, #0064cd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3497FF', endColorstr='#FF0064CD', GradientType=0);
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
  border-top-color: #1b8aff;
  text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0; }

.koowa_dialog__message_layer {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px;
  background: #fff; }

.koowa_dialog #files-preview .details > div, .koowa_dialog #attachments-preview .details > div {
  padding: 16px; }
.koowa_dialog #files-preview img.icon, .koowa_dialog #attachments-preview img.icon {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 150px; }
.koowa_dialog #files-preview table.parameters, .koowa_dialog #attachments-preview table.parameters {
  border-bottom: 1px solid #dddddd; }

.koowa_dialog #insert-button-container, .koowa_dialog #attach-button-container, .koowa_dialog #detach-button-container {
  padding: 16px; }

@media screen and (min-width: 700px) {
  .koowa_dialog {
    height: 100%;
    max-height: 100%;
    overflow: hidden; }

  .koowa_dialog__menu {
    position: absolute;
    width: 75%;
    left: 25%; }

  .koowa_dialog__layout {
    height: 100%; }

  .koowa_dialog--file_dialog .koowa_dialog__layout {
    padding-top: 39px; }

  .koowa_dialog__wrapper {
    height: 100%;
    width: 100%;
    float: left; }

  .koowa_dialog__wrapper__child {
    display: block;
    border-left: 1px solid #ccc;
    height: 100%;
    max-height: 100%;
    float: left; }

  .koowa_dialog__child__content {
    min-height: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: -30px;
    padding-top: 30px; }

  .koowa_dialog__files_tree {
    max-height: none;
    overflow: visible !important; }

  .koowa_dialog--doclink .koowa_dialog__child__content {
    margin-bottom: -40px;
    padding-bottom: 40px; }

  .koowa_dialog__child__content__box {
    height: 100%;
    max-height: 100%;
    min-height: 180px; }

  .koowa_dialog__file_dialog_categories {
    width: 25%;
    border-left: none;
    position: relative; }

  .koowa_dialog__file_dialog_files, .koowa_dialog__file_dialog_attachments {
    width: 42%; }

  .koowa_dialog__file_dialog_insert {
    width: 33%; }

  .koowa_dialog__file_dialog_upload {
    width: 75%; }

  .koowa_dialog__title {
    border-top-color: #fff; }

  .koowa_dialog__doclink_menu_items {
    width: 35%;
    border-left: none; }

  .koowa_dialog__doclink_table {
    width: 65%; }

  .koowa_dialog__doclink_insert {
    background: #ddd;
    border: none;
    border-top: 1px solid #ccc;
    width: 100%;
    clear: both;
    height: 40px;
    position: absolute;
    bottom: 0;
    z-index: 15;
    padding: 5px; }

  .koowa_dialog__folders_files {
    padding-bottom: 68px;
    margin-bottom: -68px;
    position: relative; }

  .koowa_dialog__new_folder {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    height: 68px;
    clear: both;
    float: none;
    max-width: 100%; }
    .koowa_dialog__new_folder input[type=text] {
      max-width: 100%;
      float: left; } }
.old-ie {
  height: 100%; }
  .old-ie .koowa_dialog {
    height: 100%;
    max-height: 100%;
    overflow: hidden; }
  .old-ie .koowa_dialog__menu {
    position: absolute;
    width: 75%;
    left: 25%; }
  .old-ie .koowa_dialog__layout {
    height: 100%; }
  .old-ie .koowa_dialog--file_dialog .koowa_dialog__layout {
    padding-top: 39px; }
  .old-ie .koowa_dialog__wrapper {
    height: 100%;
    width: 100%;
    float: left; }
  .old-ie .koowa_dialog__wrapper__child {
    display: block;
    border-left: 1px solid #ccc;
    height: 100%;
    max-height: 100%;
    float: left; }
  .old-ie .koowa_dialog__child__content {
    min-height: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: -30px;
    padding-top: 30px; }
  .old-ie .koowa_dialog__files_tree {
    max-height: none;
    overflow: visible !important; }
  .old-ie .koowa_dialog--doclink .koowa_dialog__child__content {
    margin-bottom: -40px;
    padding-bottom: 40px; }
  .old-ie .koowa_dialog__child__content__box {
    height: 100%;
    max-height: 100%;
    min-height: 180px; }
  .old-ie .koowa_dialog__file_dialog_categories {
    width: 25%;
    border-left: none;
    position: relative; }
  .old-ie .koowa_dialog__file_dialog_files, .old-ie .koowa_dialog__file_dialog_attachments {
    width: 42%; }
  .old-ie .koowa_dialog__file_dialog_insert {
    width: 33%; }
  .old-ie .koowa_dialog__file_dialog_upload {
    width: 75%; }
  .old-ie .koowa_dialog__title {
    border-top-color: #fff; }
  .old-ie .koowa_dialog__doclink_menu_items {
    width: 35%;
    border-left: none; }
  .old-ie .koowa_dialog__doclink_table {
    width: 65%; }
  .old-ie .koowa_dialog__doclink_insert {
    background: #ddd;
    border: none;
    border-top: 1px solid #ccc;
    width: 100%;
    clear: both;
    height: 40px;
    position: absolute;
    bottom: 0;
    z-index: 15;
    padding: 5px; }
  .old-ie .koowa_dialog__folders_files {
    padding-bottom: 68px;
    margin-bottom: -68px;
    position: relative; }
  .old-ie .koowa_dialog__new_folder {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    height: 68px;
    clear: both;
    float: none;
    max-width: 100%; }
    .old-ie .koowa_dialog__new_folder input[type=text] {
      max-width: 100%;
      float: left; }

.koowa_dialog .uploader-flash-container {
  display: none; }

.koowa_dialog__file_dialog_upload #files-upload {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none; }

.koowa_dialog__file_dialog_upload .dropzone h2 {
  margin: 50px 0; }

.koowa_dialog__files_tree {
  overflow: hidden; }

.koowa_dialog--file_dialog.koowa_dialog--no_menu .koowa_dialog__layout {
  padding-top: 0; }

.koowa_dialog--file_dialog.koowa_dialog--no_new_folder .koowa_dialog__folders_files {
  padding-bottom: 0; }

.koowa_dialog--file_dialog.koowa_dialog--no_categories .koowa_dialog__file_dialog_upload {
  width: 100%;
  border: none; }

#files-sidebar {
  border-bottom: 1px solid #ddd; }
  #files-sidebar .sidebar-inner {
    border-right: 1px solid #ddd; }
  #files-sidebar h3 {
    background-color: #eee;
    padding: 3px 8px;
    line-height: 18px;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    text-transform: uppercase;
    color: #666;
    text-shadow: white 0 1px 0;
    margin: 0; }

#files-app #files-tree {
  position: relative;
  overflow: auto; }
#files-app #files-grid {
  min-height: 300px; }
  #files-app #files-grid thead th:first-child {
    padding: 0; }
    #files-app #files-grid thead th:first-child .btn.dropdown-toggle {
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #ededed;
      background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
      background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
      background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
      background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0);
      border-color: #e6e6e6 #e6e6e6 #bfbfbf;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      *background-color: #e6e6e6;
      /* Darken IE7 buttons by default so they stand out more given they won't have borders */
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
      #files-app #files-grid thead th:first-child .btn.dropdown-toggle:hover, #files-app #files-grid thead th:first-child .btn.dropdown-toggle:focus, #files-app #files-grid thead th:first-child .btn.dropdown-toggle:active, #files-app #files-grid thead th:first-child .btn.dropdown-toggle.active, #files-app #files-grid thead th:first-child .btn.dropdown-toggle.disabled, #files-app #files-grid thead th:first-child .btn.dropdown-toggle[disabled] {
        color: #fff;
        background-color: #e6e6e6;
        *background-color: #d9d9d9; }
      #files-app #files-grid thead th:first-child .btn.dropdown-toggle:active, #files-app #files-grid thead th:first-child .btn.dropdown-toggle.active {
        background-color: #cccccc \9; }
  #files-app #files-grid thead th:nth-child(3) {
    padding-left: 0px; }
#files-app #files-canvas {
  float: none;
  border-left: 1px solid #dddddd;
  /* Some admin templates give this unwanted styling */ }
  @media screen and (min-width: 600px) {
    #files-app #files-canvas {
      margin-left: 260px; } }
  #files-app #files-canvas .navigate .spinner {
    display: none; }
  #files-app #files-canvas .thumbnails {
    margin-left: 0px; }
  #files-app #files-canvas .path {
    border-bottom: 1px solid #D9D9D9;
    background-color: #eee;
    height: 24px;
    overflow: visible;
    padding: 0;
    *zoom: 1;
    background-color: whitesmoke;
    background-image: -moz-linear-gradient(top, #f7f7f7, #F2F2F2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#F2F2F2));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #F2F2F2);
    background-image: -o-linear-gradient(top, #f7f7f7, #F2F2F2);
    background-image: linear-gradient(to bottom, #f7f7f7, #F2F2F2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7', endColorstr='#FFF2F2F2', GradientType=0); }
    #files-app #files-canvas .path:before, #files-app #files-canvas .path:after {
      display: table;
      content: "";
      line-height: 0; }
    #files-app #files-canvas .path:after {
      clear: both; }
    #files-app #files-canvas .path #files-pathway {
      color: #333;
      text-shadow: white 0 1px 0;
      float: left;
      font-size: 13px;
      font-weight: bold;
      line-height: 25px;
      margin: 0; }
      #files-app #files-canvas .path #files-pathway .breadcrumb {
        background-color: inherit; }
      #files-app #files-canvas .path #files-pathway .divider {
        display: inline-block;
        height: 18px;
        padding: 0 6px;
        background: no-repeat 30% center;
        background-image: url("../../../media/koowa/com_files/images/arrow.png");
        background-image: -webkit-image-set(url("../../../media/koowa/com_files/images/arrow.png") 1x, url("../../../media/koowa/com_files/images/arrow@2x.png") 2x);
        background-image: -moz-image-set(url("../../../media/koowa/com_files/images/arrow.png") 1x, url("../../../media/koowa/com_files/images/arrow@2x.png") 2x);
        background-image: -o-image-set(url("../../../media/koowa/com_files/images/arrow.png") 1x, url("../../../media/koowa/com_files/images/arrow@2x.png") 2x);
        background-image: -ms-image-set(url("../../../media/koowa/com_files/images/arrow.png") 1x, url("../../../media/koowa/com_files/images/arrow@2x.png") 2x); }
    #files-app #files-canvas .path .files-layout-controls {
      float: right; }
      #files-app #files-canvas .path .files-layout-controls .files-layout-switcher {
        padding: 4px 10px 5px;
        border-top: none;
        border-bottom: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin: 0;
        font-size: 14px;
        height: 24px; }
        #files-app #files-canvas .path .files-layout-controls .files-layout-switcher i {
          opacity: 0.6; }
        #files-app #files-canvas .path .files-layout-controls .files-layout-switcher.active i, #files-app #files-canvas .path .files-layout-controls .files-layout-switcher:active i {
          opacity: 1; }
        #files-app #files-canvas .path .files-layout-controls .files-layout-switcher:last-child {
          border-right: none; }
        #files-app #files-canvas .path .files-layout-controls .files-layout-switcher + .btn {
          margin-left: -1px; }

.plupload_button {
  display: inline-block;
  font: normal 12px sans-serif;
  text-decoration: none;
  color: #42454a;
  border: 1px solid #bababa;
  padding: 2px 8px 3px 20px;
  margin-right: 4px;
  background: #f3f3f3 url("../../../../media/koowa/com_files/images/plupload/buttons.png") no-repeat 0 center;
  outline: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.plupload_button:hover {
  color: #000;
  text-decoration: none; }

.plupload_disabled, a.plupload_disabled:hover {
  color: #737373;
  border-color: #c5c5c5;
  background: #ededed url("../../../../media/koowa/com_files/images/plupload/buttons-disabled.png") no-repeat 0 center;
  cursor: default; }

.plupload_add {
  background-position: -181px center; }

.plupload_wrapper {
  font: normal 11px Verdana, sans-serif;
  width: 100%; }

.plupload_container {
  padding: 8px;
  /*-moz-border-radius: 5px;*/ }

.plupload_container input {
  border: 1px solid #DDD;
  font: normal 11px Verdana, sans-serif;
  width: 98%; }

.plupload_header {
  background: #2A2C2E url("../../../../media/koowa/com_files/images/plupload/backgrounds.gif") repeat-x; }

.plupload_header_content {
  background: url("../../../../media/koowa/com_files/images/plupload/backgrounds.gif") no-repeat 0 -317px;
  min-height: 56px;
  padding-left: 60px;
  color: #FFF; }

.plupload_header_title {
  font: normal 18px sans-serif;
  padding: 6px 0 3px; }

.plupload_header_text {
  font: normal 12px sans-serif; }

.plupload_filelist {
  margin: 0;
  padding: 0;
  list-style: none; }

.plupload_scroll .plupload_filelist {
  background: #F5F5F5;
  overflow-y: scroll;
  height: 185px; }

.plupload_filelist li {
  padding: 10px 8px;
  background: #F5F5F5 url("../../../../media/koowa/com_files/images/plupload/backgrounds.gif") repeat-x 0 -156px;
  border-bottom: 1px solid #DDD; }

.plupload_filelist_header, .plupload_filelist_footer {
  background: #DFDFDF;
  padding: 8px 8px;
  color: #42454A; }

.plupload_filelist_header {
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #CDCDCD; }

.plupload_filelist_footer {
  border-top: 1px solid #FFF;
  height: 22px;
  line-height: 20px;
  vertical-align: middle; }

.plupload_file_name {
  float: left;
  overflow: hidden; }

.plupload_file_status {
  color: #777; }

.plupload_file_status span {
  color: #42454A; }

.plupload_file_size, .plupload_file_status, .plupload_progress {
  float: right;
  width: 80px; }

.plupload_file_size, .plupload_file_status, .plupload_file_action {
  text-align: right; }

.plupload_filelist .plupload_file_name {
  width: 205px; }

.plupload_file_action {
  float: right;
  width: 16px;
  height: 16px;
  margin-left: 15px; }

.plupload_file_action * {
  display: none;
  width: 16px;
  height: 16px; }

li.plupload_uploading {
  background: #ECF3DC url("../../../../media/koowa/com_files/images/plupload/backgrounds.gif") repeat-x 0 -238px; }

li.plupload_done {
  color: #AAA; }

li.plupload_delete a {
  background: url("../../../../media/koowa/com_files/images/plupload/delete.gif"); }

li.plupload_failed a {
  background: url("../../../../media/koowa/com_files/images/plupload/error.gif");
  cursor: default; }

li.plupload_done a {
  background: url("../../../../media/koowa/com_files/images/plupload/done.gif");
  cursor: default; }

.plupload_progress, .plupload_upload_status {
  display: none; }

.plupload_progress_container {
  margin-top: 3px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 1px; }

.plupload_progress_bar {
  width: 0px;
  height: 7px;
  background: #CDEB8B; }

.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {
  margin-right: 17px; }

/* Floats */
.plupload_clear, .plupload_clearer {
  clear: both; }

.plupload_clearer, .plupload_progress_bar {
  display: block;
  font-size: 0;
  line-height: 0; }

li.plupload_droptext {
  background: transparent;
  text-align: center;
  vertical-align: middle;
  border: 0;
  line-height: 165px; }

/* For drag and drop */
.dragover {
  opacity: 0.5; }

#uploads .upload {
  padding: 4px; }

/**
 * Upload Widget CSS
 */
#files-upload {
  padding: 0;
  margin: 0;
  overflow: hidden; }
  #files-upload h3 {
    padding: 15px 0 0 15px;
    margin: 0 !important;
    display: block;
    float: left;
    font-size: 18px; }

#files-upload-controls .upload-buttons {
  padding: 0;
  list-style: none;
  float: left;
  margin: 10px 0 0 20px; }
  #files-upload-controls .upload-buttons li {
    display: inline;
    font-size: 12px; }
    #files-upload-controls .upload-buttons li:first-child {
      padding-right: 5px; }
    #files-upload-controls .upload-buttons li a {
      font-weight: bold;
      padding: 5px 10px 10px;
      display: inline-block;
      position: relative; }
      #files-upload-controls .upload-buttons li a.active, #files-upload-controls .upload-buttons li a.active:hover {
        color: #3c3c3c; }
      #files-upload-controls .upload-buttons li a, #files-upload-controls .upload-buttons li a:hover, #files-upload-controls .upload-buttons li a:visited {
        color: #08c; }
      #files-upload-controls .upload-buttons li a, #files-upload-controls .upload-buttons li a:hover, #files-upload-controls .upload-buttons li a:active, #files-upload-controls .upload-buttons li a.active {
        text-decoration: none;
        background: none; }
      #files-upload-controls .upload-buttons li a.active::after, #files-upload-controls .upload-buttons li a.active::before {
        content: '.';
        color: transparent;
        border-color: transparent transparent #fcfcfc transparent;
        border-style: solid;
        border-width: 8px;
        height: 0;
        width: 0;
        position: absolute;
        bottom: -1px;
        left: 50%;
        margin-left: -8px;
        z-index: 1; }
      #files-upload-controls .upload-buttons li a.active::before {
        bottom: 0;
        border-bottom-color: #E6E6E6; }

.uploader-files-queued #files-upload-controls .upload-buttons li a.active.target-computer::after {
  border-bottom-color: white; }

.upload-form {
  margin-bottom: 10px;
  position: relative; }

.uploader-files-queued #files-upload-multi, #files-uploader-web form, .dropzone {
  padding: 0;
  background-color: #fcfcfc;
  border-radius: 5px;
  margin: 0 10px;
  border: 1px solid #e6e6e6;
  z-index: 0; }

.uploader-files-queued .dropzone, .uploader-files-queued .nodropzone {
  display: none !important; }

.dropzone h2 {
  text-align: center;
  font-weight: 100;
  color: #595959;
  font-size: 30px;
  margin: 100px 0; }

#files-upload .nodropzone {
  display: inline-block;
  float: none;
  position: relative;
  top: -9px;
  padding: 0;
  font-weight: normal;
  color: #595959;
  font-size: 15px; }

.uploader-files-empty .upload-form {
  text-align: center; }

.uploader-files-empty #files-upload-multi {
  display: inline-block; }

#files-upload-multi .warning {
  display: block;
  float: none;
  padding: 1em 0.4em;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0px; }

#files-uploader-web form {
  padding: 2px; }

#files-upload-multi .plupload_container {
  padding: 0px; }

/* blur focus fix */
#files-uploader-web input:focus {
  z-index: 1;
  position: relative; }

#files-uploader-web input.success:-moz-placeholder {
  color: #468847; }
#files-uploader-web input.success:-ms-input-placeholder {
  color: #468847; }
#files-uploader-web input.success::-webkit-input-placeholder {
  color: #468847; }

#files-upload-multi .plupload_filelist_header, #files-upload-multi .plupload_filelist_footer {
  background: none; }

#files-upload-multi .plupload_filelist_header {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: none;
  box-shadow: #f7f7f7 0 -1px 0 inset;
  border-bottom: 1px solid #e6e6e6;
  background-image: -moz-linear-gradient(top, white, whitesmoke);
  background-image: -ms-linear-gradient(top, white, whitesmoke);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(whitesmoke));
  background-image: -webkit-linear-gradient(top, white, whitesmoke);
  background-image: -o-linear-gradient(top, white, whitesmoke);
  background-image: linear-gradient(top, white, whitesmoke);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF5F5F5'); }

#files-upload-multi .plupload_filelist_footer {
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
  border-top: none;
  box-shadow: 0 -1px 0 #e6e6e6; }

.uploader-files-empty #files-upload-multi .plupload_filelist_footer {
  border: 0 hidden transparent;
  box-shadow: none; }

#files-upload-multi .plupload_scroll .plupload_filelist {
  background: none; }

#files-upload-multi .plupload_filelist {
  list-style: none;
  margin: 0;
  padding: 0; }

#files-upload-multi .plupload_filelist li {
  background: none;
  line-height: normal;
  margin: 0;
  padding: 10px 8px; }

#files-upload-multi .plupload_filelist .plupload_file_name {
  /*width: 471px;*/
  width: 453px; }

#upload-max {
  font-size: 11px !important;
  padding-top: 6px;
  margin-left: 30px;
  color: #444; }

#upload-progress {
  float: right;
  margin: 8px 20px 0 0; }

#upload-queue {
  list-style: none;
  clear: both;
  padding: 0;
  margin: 0;
  background-color: #FFF;
  width: 100%; }

#upload-queue tr.validation-error {
  background-color: #E6C0C0;
  color: #c00;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 4px; }

#upload-queue tr.file {
  overflow: auto;
  padding: 4px;
  border-bottom: 1px solid #E1E1E1;
  height: 20px; }

#upload-queue tr.file:nth-child(2) {
  border-top: 1px solid #E1E1E1; }

#upload-queue tr.file:nth-child(odd) {
  background-color: #F9F9F9; }

#upload-queue tr.file.file-uploading {
  background-color: #D9DDE9; }

#upload-queue tr.file.file-success {
  background-color: #C3D2E5; }

#upload-queue tr.file.file-failed {
  background-color: #E6C0C0; }

#upload-queue tr.file .file-name {
  font-weight: bold; }

#upload-queue tr.file .file-remove {
  width: 75px;
  text-align: center; }

#upload-queue tr.file .file-size {
  width: 75px;
  text-align: right; }

div#files-noimages {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #CCCCCC; }

div#upload-queue-wrapper {
  background-color: #CCC;
  border-radius: 5px; }

.files-modal {
  padding: 5px; }
  .files-modal .upload-files-to {
    margin-bottom: 5px; }
  .files-modal form {
    margin-bottom: 0px; }

#files-upload.uploader-files-queued .plupload_filelist_footer {
  height: auto;
  padding-bottom: 54px;
  position: relative; }
  #files-upload.uploader-files-queued .plupload_filelist_footer .plupload_buttons {
    position: absolute;
    box-shadow: 0 -1px 0 #e6e6e6;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px; }
#files-upload.uploader-files-queued .plupload_start, #files-upload.uploader-files-queued .plupload_clear {
  float: right;
  clear: none; }
#files-upload.uploader-files-queued .plupload_clear {
  margin-right: 10px; }
#files-upload.uploader-files-queued .plupload_start.plupload_disabled {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #0044cc;
  *background-color: #003cb3; }

#files-upload.uploader-files-empty {
  /* No files state, this is the initial state */ }
  #files-upload.uploader-files-empty .plupload_filelist_header,
  #files-upload.uploader-files-empty .plupload_start,
  #files-upload.uploader-files-empty .plupload_clear,
  #files-upload.uploader-files-empty .plupload_filelist,
  #files-upload.uploader-files-empty .plupload_file_action,
  #files-upload.uploader-files-empty .plupload_file_status,
  #files-upload.uploader-files-empty .plupload_file_size,
  #files-upload.uploader-files-empty .plupload_progress {
    display: none; }

#remote-url, #remote-name {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 0;
  border-style: none;
  height: 28px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

#remote-url {
  width: 75%;
  border-right-color: #e6e6e6; }

#remote-name {
  width: 25%;
  border-left-color: #e6e6e6;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: inherit; }

.remote-wrap {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border: 1px solid #e6e6e6;
  border-right-width: 0; }

.remote-wrap::after {
  content: '.';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden; }

#files-uploader-web .remote-submit {
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 2px;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  height: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px; }

#files-uploader-web input.remote-submit:focus {
  position: absolute; }

#files-uploader-web form {
  position: relative; }

.files-preview {
  display: inline-block;
  overflow: hidden;
  padding: 10px; }
  .files-preview .preview, .files-preview .details, .files-preview ul {
    display: block;
    float: left; }
  .files-preview ul {
    clear: left;
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
  .files-preview .name {
    max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre; }
  .files-preview h3, .files-preview a {
    margin: 11px 0;
    display: block; }
  .files-preview .label {
    display: inline-block;
    text-align: right;
    width: 60px;
    text-transform: capitalize; }
    .files-preview .label::after {
      content: ':'; }

table td.file-count, table th.file-count {
  text-align: center;
  width: 10px; }

table th.file-count {
  text-align: right;
  padding-right: 20px; }

.files-modal {
  margin: 0;
  padding: 3px; }
  .files-modal .input-append {
    margin-bottom: 0; }
  .files-modal .span2 {
    width: 120px; }
  .files-modal.well {
    padding: 10px; }
    .files-modal.well h3 {
      padding: 0 0 0 0;
      margin: 10px 0 !important;
      display: block;
      float: left;
      font-size: 18px;
      line-height: 20px;
      width: 447px;
      word-break: break-word; }

#files-compact {
  /* tabs */
  /** Joomla fixes */ }
  #files-compact {
    width: 690px;
    /* Mozilla needs this */
    overflow: hidden; }
  #files-compact > * {
    background-color: #F9F9F9; }
  #files-compact #insert {
    border: 1px solid #E1E1E1;
    background-color: #FFF;
    overflow: hidden; }
  #files-compact #insert .hide {
    display: none; }
  #files-compact #insert #details {
    overflow: hidden;
    height: 389px;
    background-color: #F4F4F4;
    position: relative; }
  #files-compact #insert #files-tree-container {
    width: 200px; }
  #files-compact #insert #files-grid {
    width: 264px; }
  #files-compact #insert #files-container {
    width: 200px; }
  #files-compact #insert #details,
  #files-compact #insert #files-preview {
    width: 200px; }
    #files-compact #insert #details tr:last-child td,
    #files-compact #insert #files-preview tr:last-child td {
      border-bottom: 1px #E1E1E1 solid; }
    #files-compact #insert #details img.icon,
    #files-compact #insert #files-preview img.icon {
      margin: 10px; }
  #files-compact #insert #files-tree-container,
  #files-compact #insert #files-grid {
    border-right: 1px solid #E1E1E1;
    height: 389px;
    overflow: auto; }
  #files-compact #insert #files-preview {
    background: white;
    margin-bottom: 10px; }
  #files-compact #insert ul {
    list-style-type: none; }
  #files-compact #files-uploader-web form {
    padding: 5px; }
    #files-compact #files-uploader-web form #remote-url, #files-compact #files-uploader-web form #remote-name {
      height: 28px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #files-compact #files-uploader-web form #remote-url {
      -webkit-border-radius: 4px 0 0 4px;
      -moz-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px; }
    #files-compact #files-uploader-web form #remote-name {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    #files-compact #files-uploader-web form .remote-submit {
      top: 5px;
      right: 5px;
      bottom: 5px;
      -webkit-border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0; }
  #files-compact dl.tabs {
    float: left;
    margin: 10px 0 0 0;
    z-index: 50;
    background: none; }
    #files-compact dl.tabs dt {
      float: left;
      padding: 6px 14px;
      border: 1px solid #ccc;
      margin-left: 6px;
      background: #f0f0f0;
      color: #666;
      margin-bottom: -1px;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0; }
      #files-compact dl.tabs dt:hover {
        background: #F6F6F6;
        z-index: 100;
        color: #333; }
      #files-compact dl.tabs dt:active, #files-compact dl.tabs dt.open, #files-compact dl.tabs dt.open:active {
        background: #F9F9F9;
        z-index: 100;
        color: #333;
        border-bottom-color: #F9F9F9;
        -webkit-box-shadow: inset rgba(140, 140, 140, 0.2) 0px 2px 2px;
        -moz-box-shadow: inset rgba(140, 140, 140, 0.2) 0px 2px 2px;
        box-shadow: inset rgba(140, 140, 140, 0.2) 0px 2px 2px; }
      #files-compact dl.tabs dt:active {
        background: #EEE;
        border-bottom-color: #CCC; }
  #files-compact div.current {
    clear: both;
    border: 1px solid #CCC;
    padding: 10px 10px; }
  #files-compact div.current dd {
    padding: 0;
    margin: 0;
    line-height: normal !important; }
  #files-compact div.current input, #files-compact div.current textarea, #files-compact div.current select {
    margin: 0; }
  #files-compact .parameters .detail-label {
    text-align: right;
    color: gray; }

#files-app #files-grid {
  min-height: 120px;
  overflow: hidden; }
#files-app #files-grid > div {
  padding: 10px;
  *zoom: 1; }
  #files-app #files-grid > div:before, #files-app #files-grid > div:after {
    display: table;
    content: "";
    line-height: 0; }
  #files-app #files-grid > div:after {
    clear: both; }
#files-app .spinner {
  padding: 0px !important; }
#files-app .files-node-shadow {
  float: left;
  text-align: center; }
#files-app div.imgOutline {
  cursor: pointer;
  display: inline-block;
  border: 1px;
  padding: 11px;
  margin: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  -webkit-transition: opacity 150ms ease-out;
  -moz-transition: opacity 150ms ease-out;
  -o-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out; }
#files-app #files-grid .loading {
  opacity: 0.6; }
#files-app #files-grid .loaded {
  opacity: 1; }
#files-app div.imgOutline img {
  opacity: 0;
  -webkit-transition: opacity 150ms ease-out;
  -moz-transition: opacity 150ms ease-out;
  -o-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out; }
#files-app div.imgOutline img.loaded {
  opacity: 1; }
#files-app div.imgOutline .ellipsis {
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 17px; }
#files-app div.imgOutline.selected {
  color: white;
  border-color: #0066cc;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #0066cc;
  background-clip: border-box;
  background-origin: border-box;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #08c, #0044cc);
  background-image: -o-linear-gradient(top, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0); }
#files-app div.imgTotal {
  position: relative;
  margin: 0 0 8px 0;
  overflow: hidden;
  width: 200px;
  height: 150px;
  background-color: whiteSmoke;
  background: white -webkit-radial-gradient(ellipse closest-corner, white, rgba(255, 255, 255, 0.1) 1%, rgba(0, 0, 0, 0.1));
  background: white -moz-radial-gradient(ellipse closest-corner, white, rgba(255, 255, 255, 0.1) 1%, rgba(0, 0, 0, 0.1));
  background: white -o-radial-gradient(ellipse closest-corner, white, rgba(255, 255, 255, 0.1) 1%, rgba(0, 0, 0, 0.1));
  background: white -ms-radial-gradient(ellipse closest-corner, white, rgba(255, 255, 255, 0.1) 1%, rgba(0, 0, 0, 0.1));
  background: white radial-gradient(ellipse closest-corner, white, rgba(255, 255, 255, 0.1) 1%, rgba(0, 0, 0, 0.1));
  background-repeat: no-repeat; }
#files-app div.imgOutline.selected div.imgTotal {
  background-color: whiteSmoke;
  background: white -webkit-radial-gradient(ellipse closest-corner, rgba(255, 255, 255, 0.2), rgba(0, 170, 255, 0.2));
  background: white -moz-radial-gradient(ellipse closest-corner, rgba(255, 255, 255, 0.2), rgba(0, 170, 255, 0.2));
  background: white -o-radial-gradient(ellipse closest-corner, rgba(255, 255, 255, 0.2), rgba(0, 170, 255, 0.2));
  background: white -ms-radial-gradient(ellipse closest-corner, rgba(255, 255, 255, 0.2), rgba(0, 170, 255, 0.2));
  background: white radial-gradient(ellipse closest-corner, rgba(255, 255, 255, 0.2), rgba(0, 170, 255, 0.2));
  background-repeat: no-repeat; }
#files-app div.imgTotal a.navigate {
  display: block;
  background: no-repeat center center;
  position: relative;
  overflow: hidden;
  width: inherit;
  height: inherit;
  text-decoration: none; }
  #files-app div.imgTotal a.navigate [class^="koowa_icon--"],
  #files-app div.imgTotal a.navigate [class*=" koowa_icon--"] {
    padding: 31px 0 0; }
  #files-app div.imgTotal a.navigate:hover {
    text-decoration: none; }
  #files-app div.imgTotal a.navigate:before {
    display: inline-block; }
#files-app div.imgTotal a.navigate::after {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
  content: '';
  height: inherit;
  display: block;
  position: absolute;
  top: 0;
  width: inherit; }
#files-app div.imgOutline.selected div.imgTotal a.navigate::after {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset; }
#files-app div.imgTotal a.navigate img {
  width: 100%; }
#files-app .files-image.thumbnails div.imgTotal a.navigate {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: url("../../../media/koowa/com_files/images/checker.png") repeat left top white; }
#files-app div.imgTotal a.navigate[class*="koowa_icon--"]:before {
  position: relative;
  margin-top: 34px; }
#files-app div.imgBorder {
  height: 72px;
  vertical-align: middle;
  width: 88px;
  overflow: hidden; }
#files-app div.imgBorder a {
  height: 72px;
  width: 88px;
  display: block; }
#files-app div.imgBorder a:hover {
  height: 72px;
  width: 88px;
  background-color: #f0f0f0;
  color: #FF6600; }
#files-app .imgBorderHover {
  background: #FFFFCC;
  cursor: hand; }
#files-app div.controls {
  text-align: center;
  height: 20px;
  line-height: 20px;
  background: #f9fcf9;
  border-top: 1px solid #ddd; }
  #files-app div.controls input {
    vertical-align: middle; }
  #files-app div.controls img {
    vertical-align: middle; }
  #files-app div.controls:hover {
    display: block; }
#files-app div.imginfoBorder {
  background: #f9f9f9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  display: block;
  height: 15px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  padding: 0 8px; }
#files-app div.imgBorder a {
  cursor: pointer; }
#files-app .imgCaption {
  font-size: 9pt;
  text-align: center; }
#files-app .dirField {
  font-size: 9pt;
  width: 110px; }
#files-app div.image {
  padding-top: 10px; }
#files-app .imgBorder a.navigate {
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite; }
#files-app #files-grid table > thead > tr > th.files__sortable:hover {
  cursor: pointer; }
#files-app #files-grid table > thead > tr > th.files__sortable--sorted > span.files__sortable--indicator:before {
  content: '\e616'; }
#files-app #files-grid table > thead > tr > th.files__sortable--sorted-desc > span.files__sortable--indicator:before {
  content: "\e617"; }
#files-app .scopebar-search-container {
  float: right;
  max-width: 50%;
  max-height: 24px; }
  #files-app .scopebar-search-container input, #files-app .scopebar-search-container input[type=search] {
    margin: 0;
    border-radius: 0;
    border: none;
    border-left: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px;
    padding-left: 24px;
    width: 300px; }
  #files-app .scopebar-search-container label {
    left: 5px; }

.modal-inspector {
  position: relative;
  background-color: white;
  margin: 20px auto;
  max-width: 400px; }
  .modal-inspector .docman_file_modal {
    padding: 10px; }
  .modal-inspector hr {
    border-top-color: #cccccc;
    -webkit-mask-box-image: -webkit-linear-gradient(left, transparent, black, black, transparent);
    margin: 10px 0 0; }
  .modal-inspector hr.last {
    margin: 0 0 10px; }
  .modal-inspector .preview {
    text-align: center;
    padding: 0; }
  .modal-inspector .parameters,
  .modal-inspector .documents {
    border: none; }
    .modal-inspector .parameters tr, .modal-inspector .parameters td,
    .modal-inspector .documents tr,
    .modal-inspector .documents td {
      border: none;
      color: #333;
      white-space: normal !important;
      white-space: normal;
      word-wrap: break-word;
      overflow-wrap: break-word;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      -ms-hyphens: none;
      hyphens: none; }
    .modal-inspector .parameters td.detail-label,
    .modal-inspector .documents td.detail-label {
      font-weight: bold; }
    .modal-inspector .parameters .detail-label,
    .modal-inspector .documents .detail-label {
      text-align: right;
      color: gray;
      white-space: nowrap !important; }
  .modal-inspector .documents thead, .modal-inspector .documents thead tr, .modal-inspector .documents thead tr td {
    background: none; }
  .modal-inspector h3 {
    font-size: 12px;
    color: #595959;
    margin: 0;
    line-height: 27px; }

.com_files {
  font-family: sans-serif;
  font-size: 14px;
  /* fixing a width problem */ }
  .com_files h3 {
    font-size: 16px;
    line-height: 20px; }
  .com_files .breadcrumb-resizable {
    overflow: hidden;
    margin: 0;
    padding: 2.5px 0px;
    line-height: 18px; }
    .com_files .breadcrumb-resizable li {
      max-height: 23px;
      display: inline-block;
      overflow: hidden;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      cursor: pointer;
      padding: 0; }
      .com_files .breadcrumb-resizable li span {
        display: inline-block;
        overflow: visible;
        vertical-align: top;
        padding: 0 2px; }
      .com_files .breadcrumb-resizable li.active {
        cursor: default; }
      .com_files .breadcrumb-resizable li span.divider {
        padding: 0 2px 0 0; }
      .com_files .breadcrumb-resizable li.overflow-ellipsis {
        text-overflow: ellipsis; }
      .com_files .breadcrumb-resizable li:active {
        color: #999; }
      .com_files .breadcrumb-resizable li:first-child span {
        padding-left: 0px; }
      .com_files .breadcrumb-resizable li:last-child span {
        padding-right: 0px; }
  .com_files #files-app {
    background-color: #FFF;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    *zoom: 1; }
    .com_files #files-app:before, .com_files #files-app:after {
      display: table;
      content: "";
      line-height: 0; }
    .com_files #files-app:after {
      clear: both; }
  .com_files #files-paginator-container {
    width: auto; }

.attachments .attachments__image, .attachments .attachments__file {
  width: 128px;
  height: 96px;
  text-align: center;
  line-height: 94px;
  margin: 0 12px 12px 0;
  float: left;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); }
  .attachments .attachments__image a, .attachments .attachments__file a {
    display: inline-block;
    line-height: 1em;
    vertical-align: middle;
    max-width: 100%; }
  .attachments .attachments__image--thumbnail, .attachments .attachments__file--thumbnail {
    width: 130px; }
    .attachments .attachments__image--thumbnail img, .attachments .attachments__file--thumbnail img {
      border-radius: 4px 4px 0 0; }
.attachments .attachments__image--thumbnail {
  width: 128px; }
  .attachments .attachments__image--thumbnail img {
    max-width: 130px;
    max-height: 96px;
    vertical-align: middle; }
.attachments .attachments__caption {
  padding: 6px 0 0;
  display: block;
  max-height: 1em;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap; }
.attachments .attachments__select {
  clear: both; }
.attachments .attachments__buttons {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap; }
.attachments:before, .attachments:after {
  display: table;
  content: " "; }
.attachments:after {
  clear: both; }

/* ==========================================================================
   Attachments
   ========================================================================== */
/**
 * Attachments modal styling with included multi file uploader
 *
 * Namespaced so we win over the styling in default Nooku
 */
.koowa.com_files--attachments {
  /* Reset top-padding, normally there for the tabs */
  /* Reset margin and padding, normally there for titles, but since these are longer titles we solved it another way */
  /* Create a table so we can have table rows that stretch the full 100% height */
  /**
   * The first table row is for upload
   *
   * 1% height and nowrap so the other row(s) stretch all the way
   */
  /**
   * List
   *
   * Table row for the `attached files` list
   *
   * 1. Max 100% height so we can have scrolling children
   * 2. Hide overflowing content so we can have scrolling children
   */
  /* The lists can't be table cell but should be floating items instead */
  /* Separating the two lists */
  /**
   * The selected file area
   *
   * 1. Default set height
   * 2. make room for the inset attachments button
   */
  /* Actually styling for doclink, borrowed here until we refactor the whole thing */
  /* Extra icon size for the preview */ }
  .koowa.com_files--attachments .koowa .koowa_dialog__menu a.koowa_dialog__menu__child--attachments {
    width: 150px; }
  .koowa.com_files--attachments .koowa_dialog__layout {
    padding-top: 0; }
  .koowa.com_files--attachments .koowa_dialog__child__content {
    margin: 0;
    padding-top: 0; }
  .koowa.com_files--attachments .attachments-table {
    display: table;
    width: 100%;
    height: 100%; }
  .koowa.com_files--attachments .attachments-upload {
    height: 1%;
    white-space: nowrap;
    display: table-row; }
  .koowa.com_files--attachments .attachments-list {
    display: table-row;
    height: 100%;
    /* 1 */
    overflow: hidden;
    /* 2 */
    vertical-align: top;
    /**
     * List title
     *
     * 1. Absolute positioned so content can have scrolling overflowing content
     * 2. CSS text ellipsis overflow
     */
    /**
     * List content
     *
     * 1. Cover whole parent execept the title
     * 2. scrollbars when overflowing
     */ }
    .koowa.com_files--attachments .attachments-list .koowa_dialog__title {
      position: absolute;
      /* 1 */
      top: 0;
      /* 1 */
      right: 0;
      /* 1 */
      left: 0;
      /* 1 */
      overflow: hidden;
      /* 2 */
      white-space: nowrap;
      /* 2 */
      text-overflow: ellipsis;
      /* 2 */ }
    .koowa.com_files--attachments .attachments-list .koowa_dialog__child__content {
      position: absolute;
      /* 1 */
      top: 30px;
      /* 1 */
      right: 0;
      /* 1 */
      bottom: 0;
      /* 1 */
      left: 0;
      /* 1 */
      overflow: auto;
      /* 2 */
      height: auto; }
    .koowa.com_files--attachments .attachments-list .detach_button {
      cursor: pointer;
      display: block;
      position: absolute;
      top: 4px;
      right: 4px;
      border: 1px solid #ccc;
      background: #f5f5f5;
      border-radius: 50%;
      padding: 0;
      width: 21px;
      height: 21px;
      line-height: 17px;
      font-size: 13px;
      text-align: center;
      color: #777; }
      .koowa.com_files--attachments .attachments-list .detach_button:hover, .koowa.com_files--attachments .attachments-list .detach_button:focus {
        border-color: #e74c3c;
        background: #f5b4ae;
        color: #c0392b; }
  .koowa.com_files--attachments .attachments-attached,
  .koowa.com_files--attachments .attachments-preview {
    height: 100%;
    float: left;
    overflow: auto;
    max-height: 100%; }
  .koowa.com_files--attachments .attachments-attached {
    width: 66%;
    border-right: 1px solid #ccc; }
    .koowa.com_files--attachments .attachments-attached .sidebar-nav li {
      position: relative; }
      .koowa.com_files--attachments .attachments-attached .sidebar-nav li:hover a {
        color: white;
        border-top-color: #33bbff;
        background-color: #39bdff;
        background-image: -moz-linear-gradient(top, #4dc4ff, #1ab3ff);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4dc4ff), to(#1ab3ff));
        background-image: -webkit-linear-gradient(top, #4dc4ff, #1ab3ff);
        background-image: -o-linear-gradient(top, #4dc4ff, #1ab3ff);
        background-image: linear-gradient(to bottom, #4dc4ff, #1ab3ff);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4DC4FF', endColorstr='#FF1AB3FF', GradientType=0);
        text-decoration: none; }
  .koowa.com_files--attachments .attachments-preview {
    width: 34%; }
  .koowa.com_files--attachments .koowa_dialog__wrapper__child {
    position: relative;
    width: 100%;
    border-left: none; }
  .koowa.com_files--attachments .koowa_dialog__child__content,
  .koowa.com_files--attachments .koowa_dialog__child__content__box {
    min-height: 0; }
  .koowa.com_files--attachments #files-grid {
    max-height: none !important; }
  .koowa.com_files--attachments .koowa_dialog__insert {
    text-align: right;
    position: absolute;
    background: #ddd;
    border: none;
    border-top: 1px solid #ccc;
    width: 100%;
    clear: both;
    height: 40px;
    bottom: 0;
    z-index: 15;
    padding: 5px; }
  .koowa.com_files--attachments .koowa_icon--32 {
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 32px; }
    .koowa.com_files--attachments .koowa_icon--32:before {
      width: 32px;
      height: 32px;
      font-size: 32px;
      line-height: 32px; }

@media screen and (min-width: 700px) {
  .koowa .koowa_dialog__menu--fullwidth {
    left: 0%; }
  .koowa .koowa_dialog__file_dialog_insert--fullwidth {
    width: 58%; }
  .koowa .koowa_dialog__file_dialog_attach--fullwidth, .koowa .koowa_dialog__file_dialog_detach--fullwidth {
    width: 58%; }
  .koowa .koowa_dialog__file_dialog_upload--fullwidth {
    width: 100%; } }
.koowa .old-ie .koowa_dialog__menu--fullwidth {
  left: 0%; }
.koowa .old-ie .koowa_dialog__file_dialog_insert--fullwidth {
  width: 58%; }
.koowa .old-ie .koowa_dialog__file_dialog_attach--fullwidth, .koowa .old-ie .koowa_dialog__file_dialog_detach-fullwidth {
  width: 58%; }
.koowa .koowa_dialog_modal--halfwidth .mfp-content {
  max-height: 50%; }
  .koowa .koowa_dialog_modal--halfwidth .mfp-content .mfp-iframe-scaler {
    padding: 0;
    height: 50%; }


