@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,800");
@use "sass:math" as *;
/**
 * Clay 3.63.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
@use "sass:math" as *;
/**
 * Clay 3.63.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d; }
  .lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
    color: #555; }

.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none; }

.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px; }
  .lfr-asset-column-details .lfr-asset-icon.last {
    border-width: 0; }

.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d; }
  .lfr-asset-column-details .lfr-asset-tags .tag {
    color: #555; }

.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em; }

.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em; }
  .lfr-asset-column-details .lfr-panel.lfr-extended {
    border: 1px solid #ccc;
    margin-bottom: 0; }

.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block; }

.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em; }

.overlay {
  position: absolute; }

.overlay-hidden,
.overlaymask-hidden {
  display: none; }

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative; }
  .lfr-form-row:after {
    clear: both;
    content: '';
    display: block;
    height: 0; }
  .lfr-form-row:hover {
    border: solid #ccc;
    border-width: 1px 0;
    padding-top: 0; }
  .lfr-form-row.lfr-form-row-inline .form-group {
    margin-right: 5px; }
  .lfr-form-row legend .field-label {
    float: left;
    margin-right: 10px; }
  .lfr-form-row .handle-sort-vertical {
    background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
    cursor: move;
    padding-left: 20px; }
  .lfr-form-row fieldset {
    border-width: 0;
    margin: 0;
    padding: 0; }

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px; }

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem; }

.dropdown.open > .dropdown-menu,
.overlay-content .open > .dropdown-menu {
  display: block; }

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700; }
  .form-control-inline:not(:hover) {
    border-color: transparent; }
  .form-control-inline::placeholder {
    color: #a9afb5;
    font-style: italic; }

.form-search .input-group {
  position: relative; }
  .form-search .input-group.advanced-search .search-query {
    padding-left: 40px;
    z-index: 0; }
  .form-search .input-group.advanced-search .toggle-advanced {
    cursor: pointer;
    left: 0;
    line-height: 1;
    padding: 8px 10px;
    position: absolute;
    top: 0; }
    .form-search .input-group.advanced-search .toggle-advanced .caret {
      margin-top: 7px; }
    .form-search .input-group.advanced-search .toggle-advanced .icon-search {
      font-size: 14px; }
  @media (max-width: 991.98px) {
    .form-search .input-group {
      width: 100%; }
      .form-search .input-group .btn {
        clip: rect(0, 0, 0, 0);
        left: -9999px;
        position: absolute; }
      .form-search .input-group input.search-query {
        width: 100%; } }

.lfr-table {
  border-collapse: collapse;
  clear: both; }
  .lfr-table > tbody > tr > td,
  .lfr-table > tbody > tr > th,
  .lfr-table > thead > tr > td,
  .lfr-table > thead > tr > th,
  .lfr-table > tfoot > tr > td,
  .lfr-table > tfoot > tr > th {
    padding: 0 5px;
    overflow-wrap: break-all;
    word-wrap: break-all; }
    .lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
    .lfr-table > tbody > tr > th:first-child,
    .lfr-table > tbody > tr > th.first-child,
    .lfr-table > thead > tr > td:first-child,
    .lfr-table > thead > tr > td.first-child,
    .lfr-table > thead > tr > th:first-child,
    .lfr-table > thead > tr > th.first-child,
    .lfr-table > tfoot > tr > td:first-child,
    .lfr-table > tfoot > tr > td.first-child,
    .lfr-table > tfoot > tr > th:first-child,
    .lfr-table > tfoot > tr > th.first-child {
      padding-left: 0; }
    .lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
    .lfr-table > tbody > tr > th:last-child,
    .lfr-table > tbody > tr > th.last-child,
    .lfr-table > thead > tr > td:last-child,
    .lfr-table > thead > tr > td.last-child,
    .lfr-table > thead > tr > th:last-child,
    .lfr-table > thead > tr > th.last-child,
    .lfr-table > tfoot > tr > td:last-child,
    .lfr-table > tfoot > tr > td.last-child,
    .lfr-table > tfoot > tr > th:last-child,
    .lfr-table > tfoot > tr > th.last-child {
      padding-right: 0; }
  .lfr-table > tbody > tr > th,
  .lfr-table > thead > tr > th,
  .lfr-table > tfoot > tr > th {
    font-weight: bold; }

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

.lfr-pagination .dropdown-menu {
  display: none; }

.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px; }

.lfr-pagination .lfr-pagination-controls {
  float: left; }
  .lfr-pagination .lfr-pagination-controls .search-results {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    top: 10px; }
  .lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
    border-width: 0;
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    text-align: left;
    white-space: nowrap;
    width: 100%; }

.lfr-pagination .lfr-pagination-delta-selector {
  float: left; }
  @media (max-width: 991.98px) {
    .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
      display: none; } }

.lfr-pagination .pagination-content {
  float: right; }

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede; }
  .lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
    display: block; }
  .lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
    border-bottom-width: 0; }

.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0; }

.lfr-panel .toggler-header {
  cursor: pointer; }

.sidebar-sm {
  font-size: 0.875rem; }
  .sidebar-sm .sheet-subtitle {
    font-size: 0.75rem;
    margin-bottom: 1rem; }
  .sidebar-sm .form-group {
    margin-bottom: 1rem; }
  .sidebar-sm .form-control {
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    height: 2rem;
    line-height: 1.5;
    min-height: auto;
    padding: 0.25rem 0.75rem; }
    .sidebar-sm .form-control.form-control-tag-group {
      height: auto; }
      .sidebar-sm .form-control.form-control-tag-group .form-control-inset {
        margin-bottom: 0;
        margin-top: 0; }
      .sidebar-sm .form-control.form-control-tag-group .label {
        margin-bottom: 0;
        margin-top: 0;
        padding: 0 0.25rem; }
    .sidebar-sm .form-control[type='file'] {
      padding: 0; }
  .sidebar-sm select.form-control {
    padding-right: 1.6rem; }
    .sidebar-sm select.form-control:not([size]) {
      height: 2rem; }
  .sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
    min-height: auto;
    padding: 0.285rem 0.75rem; }
  .sidebar-sm .btn:not(.btn-unstyled) {
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    line-height: 1.15;
    padding: 0.4375rem 0.75rem; }
    .sidebar-sm .btn.close:not(.btn-unstyled) {
      padding: 0.4375rem; }
  .sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
    height: 2rem;
    padding: 0.1875rem 0;
    width: 2rem; }
    .sidebar-sm .btn.btn-monospaced.input-localized-trigger, .sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
      padding: 0; }
  .sidebar-sm .input-group-item .input-group-text {
    font-size: 0.875rem;
    height: 2rem;
    min-width: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .sidebar-sm .input-group-item .btn .btn-section {
    font-size: 0.5625rem; }
  .sidebar-sm .list-group-item-flex {
    padding: 0.5rem 0.25rem; }
    .sidebar-sm .list-group-item-flex .autofit-col {
      padding-left: 0.25rem;
      padding-right: 0.25rem; }

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em; }
  .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
    display: inline-block;
    width: auto; }
  .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
    float: none;
    padding: 0.4em 0; }
    .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
    .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
      display: inline; }
  .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
    margin: 10px 0; }
  .lfr-translation-manager .lfr-translation-manager-available-translations {
    white-space: normal; }
    .lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
      line-height: 1; }
  .lfr-translation-manager .lfr-translation-manager-translation {
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin: 0.2em;
    padding: 0.4em 0.3em 0.4em 0.5em;
    text-decoration: none; }
    .lfr-translation-manager .lfr-translation-manager-translation * {
      vertical-align: middle; }
    .lfr-translation-manager .lfr-translation-manager-translation img {
      margin-right: 0.3em; }
    .lfr-translation-manager .lfr-translation-manager-translation:hover {
      background-color: #d1e5ef; }
    .lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
      background-color: #598bec;
      border-color: #224fa8;
      color: #fff; }
  .lfr-translation-manager .lfr-translation-manager-change-default-locale {
    margin: 0 0.4em; }
  .lfr-translation-manager .lfr-translation-manager-delete-translation {
    display: inline-block;
    padding: 0 2px; }
    .lfr-translation-manager .lfr-translation-manager-delete-translation svg {
      pointer-events: none; }

.lfr-tree a {
  text-decoration: none; }

.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0; }
  .lfr-tree li ul li, .lfr-tree li.tree-item {
    padding-left: 0; }
  .lfr-tree li.tree-item {
    padding-left: 5px; }
    .lfr-tree li.tree-item li {
      padding-left: 20px; }
    .lfr-tree li.tree-item ul {
      margin-left: 0;
      margin-top: 5px; }

.lfr-upload-container {
  margin-bottom: 1rem; }
  .lfr-upload-container .upload-target {
    border: 3px dashed #e5e7e9;
    margin-bottom: 1rem;
    min-height: 2rem;
    padding: 2rem 0;
    position: relative;
    text-align: center; }
    .upload-drop-intent .lfr-upload-container .upload-target {
      z-index: 100; }
    .upload-drop-active .lfr-upload-container .upload-target {
      background-color: #92e5a5;
      border-color: #69db83; }
    .lfr-upload-container .upload-target .drop-file-text {
      font-weight: normal; }
      .mobile .lfr-upload-container .upload-target .drop-file-text {
        display: none; }
    .lfr-upload-container .upload-target .small {
      display: block;
      margin: 5px 0;
      text-transform: lowercase; }
  .lfr-upload-container .manage-upload-target {
    padding-top: 5px;
    position: relative; }
    .lfr-upload-container .manage-upload-target .select-files {
      float: left;
      line-height: 0;
      margin: 0 1.125rem 1.125rem;
      padding: 0 0 0 5px; }
  .lfr-upload-container .cancel-uploads,
  .lfr-upload-container .clear-uploads {
    background-repeat: no-repeat;
    float: right; }
  .lfr-upload-container .cancel-uploads {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
    margin-right: 0; }
  .lfr-upload-container .clear-uploads {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
    padding-left: 16px; }
  .lfr-upload-container .upload-file.upload-complete.file-saved {
    padding-left: 25px; }
  .lfr-upload-container .upload-file .file-title {
    display: inline-block;
    max-width: 95%;
    overflow: hidden;
    padding-right: 16px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap; }
  .lfr-upload-container .upload-file .icon-file {
    font-size: 40px; }
  .lfr-upload-container .upload-list-info {
    margin: 1em 0 0.5em; }
    .lfr-upload-container .upload-list-info h4 {
      font-size: 1.3em; }
  .lfr-upload-container .cancel-button {
    color: #6c757d;
    margin-top: 1px;
    position: absolute;
    right: 5px;
    top: 50%;
    white-space: nowrap; }
    .lfr-upload-container .cancel-button .cancel-button-text {
      display: none;
      margin-left: 5px; }
    .lfr-upload-container .cancel-button:hover .cancel-button-text {
      display: inline; }
    .lfr-upload-container .cancel-button .lexicon-icon {
      height: 12px; }
  .lfr-upload-container .delete-button {
    color: #6c757d; }
  .lfr-upload-container .delete-button-col {
    padding-right: 10px; }
  .lfr-upload-container .file-added .success-message {
    float: right;
    font-weight: normal; }
  .lfr-upload-container .upload-error {
    opacity: 1;
    padding-left: 25px; }
  .lfr-upload-container .upload-complete .cancel-button,
  .lfr-upload-container .delete-button,
  .lfr-upload-container .upload-complete.file-saved .delete-button,
  .lfr-upload-container .upload-complete.upload-error .delete-button {
    display: none; }
  .lfr-upload-container .multiple-files .upload-error {
    background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
    border-color: #bd2130;
    color: #bd2130;
    font-weight: normal;
    margin-bottom: 16px;
    padding: 8px 8px 8px 24px; }
    .lfr-upload-container .multiple-files .upload-error .error-message {
      display: block; }
  .lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
  .lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
    padding-left: 1rem; }
  .lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
  .lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
    display: none; }
  .lfr-upload-container .single-file .upload-error {
    list-style: none;
    margin-top: 1em; }
    .lfr-upload-container .single-file .upload-error .upload-error-message {
      margin-bottom: 0.5em; }
  .lfr-upload-container .upload-complete {
    padding-left: 5px; }
    .lfr-upload-container .upload-complete .error-message,
    .lfr-upload-container .upload-complete .success-message {
      font-weight: bold;
      margin-left: 1em; }
    .lfr-upload-container .upload-complete .delete-button {
      display: inline-block; }
    .lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
      display: none; }
  .lfr-upload-container .progress {
    display: none;
    margin-top: 0.5rem; }
  .lfr-upload-container .file-uploading .progress {
    display: flex; }

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430; }
  .lfr-alert-container.inline-alert-container {
    position: relative; }
    .lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
      padding: 0; }
  .lfr-alert-container .lfr-alert-wrapper {
    margin-bottom: 5px;
    overflow: hidden; }

.lfr-search-container td .overlay.entry-action {
  position: static; }
  .lfr-search-container td .overlay.entry-action .btn a {
    display: block;
    padding: 4px 12px; }

.contextual-sidebar {
  height: calc(100vh - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  transform: translateX(100%);
  transition: transform ease 0.5s;
  width: 320px;
  will-change: transform; }
  .contextual-sidebar.contextual-sidebar-visible {
    pointer-events: auto;
    transform: translateX(0); }
  body.has-control-menu .contextual-sidebar {
    height: calc(100vh - 98px);
    top: 98px; }

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px; }
    body.has-control-menu .contextual-sidebar {
      height: calc( 100vh - 120px);
      top: 120px; }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding; }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px; } }

.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png); }

.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat; }

.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px; }

.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em; }
  .taglib-diff-html span.diff-html-added img {
    border: 2px solid #cfc; }

.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x; }
  .taglib-diff-html span.diff-html-changed img {
    border: 2px dotted #009; }

.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through; }
  .taglib-diff-html span.diff-html-removed img {
    border: 2px solid #fdc6c6; }

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem; }
  .taglib-discussion .actions-menu .component-action {
    display: inline-flex; }
  .taglib-discussion .button-holder {
    margin: 1rem 0; }
  .taglib-discussion .comment-container {
    margin-bottom: 1.5rem; }
  .taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
    border-left-color: #dbdde1; }
  .taglib-discussion .lfr-discussion-body {
    font-size: 1rem; }
    @media (min-width: 576px) {
      .taglib-discussion .lfr-discussion-body {
        padding-left: 3.5rem; } }
  @media (min-width: 576px) {
    .taglib-discussion .lfr-discussion-details .taglib-user-display {
      word-wrap: break-word; } }
  .taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
    font-weight: bold;
    text-decoration: none; }
    .taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
      text-decoration: underline; }
  .taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
    background-size: 50px; }
  .taglib-discussion .lfr-discussion-container {
    border-bottom: 1px solid #e7e7ed;
    margin-bottom: 1.5rem; }
    .taglib-discussion .lfr-discussion-container:first-of-type {
      border-top: 1px solid #e7e7ed;
      padding-top: 1.5rem; }
    .taglib-discussion .lfr-discussion-container:last-of-type {
      border-bottom: 0; }
    .taglib-discussion .lfr-discussion-container .lfr-discussion {
      padding-left: 1rem; }
      .taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
        padding-left: 0; }
      @media (min-width: 576px) {
        .taglib-discussion .lfr-discussion-container .lfr-discussion {
          padding-left: 3.5rem; } }
  .taglib-discussion .lfr-discussion-parent-link {
    color: #67678c;
    font-weight: 600;
    margin-left: 1em; }
    @media (max-width: 767.98px) {
      .taglib-discussion .lfr-discussion-parent-link {
        display: block;
        margin-left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
  .taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
    margin-left: -0.75rem; }
  .taglib-discussion .lfr-discussion-more-comments {
    border-top: 1px solid #e7e7ed;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    text-align: center; }
  .taglib-discussion .username {
    color: #272833;
    font-weight: 600; }
  .taglib-discussion .taglib-workflow-status {
    margin-left: 0.5rem; }
  .taglib-discussion .workflow-value {
    text-transform: uppercase; }
  @media (min-width: 576px) {
    .taglib-discussion .actions-menu {
      display: none; }
    .taglib-discussion .comment-container:hover .actions-menu,
    .taglib-discussion .actions-menu:focus,
    .taglib-discussion .actions-menu.open {
      display: inline-block; } }

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center; }
  .drop-zone.drop-enabled {
    outline: 2px dashed transparent; }
    .drop-zone.drop-enabled:not(.no-border) {
      outline-color: rgba(176, 180, 187, 0.5); }
  .drop-zone p {
    margin: 10px auto 0;
    max-width: 75%; }

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .drop-here-info {
      transition: none; } }
  .drop-here-info .drop-here-indicator {
    height: 115px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
  .drop-here-info .drop-icons {
    display: inline-block;
    position: relative;
    width: 160px;
    transition: all 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .drop-here-info .drop-icons {
        transition: none; } }
    .drop-here-info .drop-icons span {
      border-radius: 3px;
      position: absolute;
      text-align: center;
      transition: all 0.3s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .drop-here-info .drop-icons span {
          transition: none; } }
      .drop-here-info .drop-icons span:nth-of-type(1) {
        box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
        height: 60px;
        left: 0;
        line-height: 60px;
        opacity: 0;
        top: 10px;
        transform: rotate(25deg);
        width: 60px; }
      .drop-here-info .drop-icons span:nth-of-type(2) {
        background: #00c2ff;
        color: #fff;
        height: 80px;
        left: 40px;
        line-height: 80px;
        width: 80px;
        z-index: 2; }
      .drop-here-info .drop-icons span:nth-of-type(3) {
        box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
        display: block;
        font-size: 45px;
        height: 70px;
        left: 90px;
        line-height: 70px;
        opacity: 0;
        position: relative;
        top: 8px;
        transform: rotate(-25deg);
        width: 70px;
        z-index: 1; }
      .drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
        background: #e8e6e8;
        color: #a5a6ac; }
  .drop-here-info .drop-text {
    color: #fff;
    display: block;
    font-size: 20px;
    margin-left: 0;
    margin-top: 20px; }
  .drop-active .drop-here-info {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    visibility: visible;
    z-index: 100; }
    .drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
      opacity: 1; }
    .drop-active .drop-here-info span:nth-of-type(1) {
      transform: rotate(-20deg); }
    .drop-active .drop-here-info span:nth-of-type(2) {
      transform: scale(1); }
    .drop-active .drop-here-info span:nth-of-type(3) {
      transform: rotate(15deg); }

.taglib-empty-result-message.sheet {
  margin-bottom: 24px; }

.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/classic-theme/images/states/empty_state.gif); }

.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px; }

.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/classic-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px; }

.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem; }

.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center; }

.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center; }

.field-wrapper.form-inline .control-label {
  display: inline-block; }

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap; }

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px; }
  .taglib-header .header-title {
    display: inline-block;
    margin: 0.1em;
    max-width: 100%;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal; }
  .taglib-header .header-back-to {
    display: inline-block;
    vertical-align: middle; }
    .taglib-header .header-back-to a {
      display: block;
      font-weight: bold;
      padding: 0 0.3em 0 0;
      text-decoration: none; }

.taglib-icon {
  text-decoration: none; }
  .taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
    text-decoration: underline; }
  .taglib-icon[lang] > img {
    vertical-align: baseline;
    width: 16px; }

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem; }
  .icon-monospaced.lexicon-icon {
    padding: 8px; }

.taglib-icon-list li {
  float: left;
  margin-right: 1em; }

.taglib-icon-list:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden; }

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none; }

@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center; }
    .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
    .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
      display: none; } }

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative; }
  .lfr-menu-list.direction-right {
    margin: 0 2px; }
  .lfr-menu-list.dropdown-menu {
    float: none;
    position: relative; }
    @media (max-width: 991.98px) {
      .lfr-menu-list.dropdown-menu > li > a {
        font-size: 22px;
        line-height: 40px;
        white-space: normal; }
        .lfr-menu-list.dropdown-menu > li > a img {
          margin-bottom: 3px; } }
    .lfr-menu-list.dropdown-menu .search-panel {
      margin-bottom: 0; }
      .lfr-menu-list.dropdown-menu .search-panel .form-group {
        margin: 0 16px; }
      .lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
        width: auto; }
  body > .lfr-menu-list ul {
    border-radius: 4px; }

.lfr-icon-menu-open:after {
  clear: both;
  content: '';
  display: table; }

.lfr-icon-menu-open .dropdown-menu {
  position: static; }

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0; }

.input-localized .input-group-item {
  flex-direction: column; }

.input-localized .input-localized-content {
  margin-left: 6px; }
  .input-group .input-localized .input-localized-content {
    margin-top: 3px; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    background-color: #ff0047; }

.input-localized .lfr-input-localized-default a {
  margin-right: 14px; }

.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px; }

.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5; }

.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent; }

.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2; }

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal; }

.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem; }

.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px; }
  .input-localized-palette-container .palette-item-inner img {
    display: block; }

.taglib-move-boxes {
  margin-bottom: 1em; }
  .taglib-move-boxes label {
    border-bottom: 1px solid transparent;
    display: block;
    margin-bottom: 5px;
    padding: 5px; }
  .taglib-move-boxes .toolbar {
    text-align: center; }
  .taglib-move-boxes .arrow-button img {
    border-width: 0;
    height: 16px;
    width: 16px; }
  .taglib-move-boxes .choice-selector {
    width: 100%; }
    .taglib-move-boxes .choice-selector label {
      background: #ebf1f9;
      border-bottom-color: #8db2f3; }
  .taglib-move-boxes .field-content {
    margin-bottom: 0; }
  .taglib-move-boxes .move-arrow-buttons {
    margin-top: 5em; }
    .taglib-move-boxes .move-arrow-buttons .arrow-button {
      display: block; }
  .taglib-move-boxes .sortable-container {
    margin-top: 10px; }
    .taglib-move-boxes .sortable-container .btn.edit-selection {
      margin-bottom: 10px; }
    .taglib-move-boxes .sortable-container .move-option {
      background-color: transparent;
      border-top: 1px solid #ddd;
      display: none;
      margin: 2px 0;
      padding: 2px;
      position: relative; }
      .taglib-move-boxes .sortable-container .move-option.selected {
        display: block; }
      .taglib-move-boxes .sortable-container .move-option.move-option-dragging {
        background-color: #fafafa; }
      .taglib-move-boxes .sortable-container .move-option .checkbox,
      .taglib-move-boxes .sortable-container .move-option .handle {
        position: absolute; }
      .taglib-move-boxes .sortable-container .move-option .checkbox {
        display: none;
        margin: 7px 0 0 5px; }
      .taglib-move-boxes .sortable-container .move-option .handle {
        color: #999;
        cursor: pointer;
        font-size: 1.5em;
        padding: 6px; }
      .taglib-move-boxes .sortable-container .move-option .title {
        font-size: 1.2em;
        margin: 1px 0 1px 30px; }
    .taglib-move-boxes .sortable-container.edit-list-active .move-option {
      display: block; }
      .taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
        display: inline-block; }
      .taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
        display: none; }
  .mobile .taglib-move-boxes .selector-container {
    display: none; }

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px; }

.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem; }

.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1; }
  .item-selector .input-file + label {
    position: relative; }
    .item-selector .input-file + label::before {
      border-radius: 4px;
      bottom: -2px;
      content: '';
      display: block;
      left: -2px;
      position: absolute;
      right: -2px;
      top: -2px;
      transition: box-shadow 0.15s ease-in-out; }
  .item-selector .input-file:focus + label::before {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff; }

.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer; }

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%; }
  .lfr-map .home-button {
    margin: 5px; }
    @media (max-width: 575.98px) {
      .lfr-map .home-button {
        height: 35px;
        width: 45px; } }
  .lfr-map .search-controls {
    font-size: 15px;
    margin-top: 5px;
    width: 100%; }
    @media (min-width: 576px) {
      .lfr-map .search-controls {
        width: 50%; } }
    .lfr-map .search-controls .search-input {
      width: 100%; }

.navbar .navbar-collapse {
  max-height: none; }
  .navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
    display: inline; }

@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%; } }

.navbar .navbar-search .form-search {
  margin: 8px 0; }
  @media (min-width: 768px) {
    .navbar .navbar-search .form-search {
      float: right;
      max-width: 275px; } }
  @media (max-width: 767.98px) {
    .navbar .navbar-search .form-search .input-group {
      width: 100%; } }

@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px; }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible; } }

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em; }
  .taglib-portlet-preview.show-borders .title {
    background-color: #d3dadd;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em; }

.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px; }

.lfr-search-container .entry-action {
  width: 1px; }
  .lfr-search-container .entry-action .taglib-icon {
    white-space: nowrap; }

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative; }
  @media (min-width: 576px) {
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
      margin-left: 375px;
      width: auto; } }
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
    position: static; }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
      left: 12px;
      position: fixed;
      right: 12px;
      top: -1px;
      z-index: 1020; }
      .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
        display: block;
        padding: 0; }
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
          overflow-x: hidden; }
          @media (min-width: 576px) {
            .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
              margin-left: 375px; } }
          .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
            border-collapse: collapse;
            width: 100%; }
            .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
              border-radius: 0; }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
      width: auto; }
      @media (min-width: 576px) {
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
          left: 0;
          position: absolute;
          right: 15px; } }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
      height: auto; }

.lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  color: #343a40; }

.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d; }
  .lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
    color: #343a40; }

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d; }
  .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
    background-color: #f7f8f9;
    border-radius: 4px;
    color: #343a40; }

.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px; }

.lfr-search-container-wrapper .list-group {
  margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
  .lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item h4 {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item h5,
  .lfr-search-container-wrapper .list-group .list-group-item h6,
  .lfr-search-container-wrapper .list-group .list-group-item .h5,
  .lfr-search-container-wrapper .list-group .list-group-item .h6 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
    font-weight: 600; }
  .lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
    font-weight: 600; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem; }

.user-info {
  display: flex; }
  .user-info .sticker {
    align-self: center; }
  .user-info .user-details {
    margin-left: 1rem; }
  .user-info .user-name {
    color: #343a40;
    font-weight: 600; }
  .user-info .date-info {
    color: #6c757d; }

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px; }
  .user-status-tooltip .user-status-avatar .user-status-avatar-image {
    width: 27px; }

.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden; }
  .user-status-tooltip .user-status-info .user-status-date {
    font-size: 11px; }

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto; }
  @media (max-width: 767.98px) {
    .lfr-search-container .selector-button {
      width: auto; } }
  .touch .lfr-search-container {
    -webkit-overflow-scrolling: touch; }
    .touch .lfr-search-container .searchcontainer-content .table {
      max-width: none; }

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto; }
  .taglib-page-iterator .lfr-pagination-buttons {
    float: right;
    margin: 0; }
    @media (max-width: 991.98px) {
      .taglib-page-iterator .lfr-pagination-buttons {
        width: 100%; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .taglib-page-iterator .lfr-pagination-buttons {
      float: none;
      margin-top: 20px; } }
    @media (max-width: 991.98px) {
        .taglib-page-iterator .lfr-pagination-buttons > li {
          display: inline-block;
          width: 50%; }
          .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
            display: none; }
          .taglib-page-iterator .lfr-pagination-buttons > li > a {
            line-height: 20px;
            padding: 11px 19px; } }
  .taglib-page-iterator .lfr-pagination-config {
    float: left;
    line-height: 46px; }
    @media (max-width: 767.98px) {
      .taglib-page-iterator .lfr-pagination-config {
        float: none; }
        .taglib-page-iterator .lfr-pagination-config .current-page-menu {
          display: block; }
          .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
            display: block; } }
    .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
    .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
      display: inline; }
    .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
      float: none; }
      @media (max-width: 991.98px) {
        .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
          display: none; } }
  .taglib-page-iterator .search-results {
    float: left;
    line-height: 46px;
    margin-left: 10px; }
    @media (max-width: 991.98px) {
      .taglib-page-iterator .search-results {
        display: none; } }

.taglib-search-toggle .form-search {
  position: relative; }
  .taglib-search-toggle .form-search .input-group-btn {
    position: absolute; }
    @media (min-width: 992px) {
      .taglib-search-toggle .form-search .input-group-btn {
        position: static; } }

.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px; }
  .taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
    text-decoration: none; }

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0; }
  .navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
    border-width: 1px 0 0; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
    position: relative; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
      margin-bottom: 0; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
      color: #999;
      font-size: 13px; }

.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1; }

.taglib-user-display {
  padding: 0.5em; }
  .taglib-user-display .avatar {
    background: no-repeat center;
    background-size: 60px;
    display: block;
    height: 60px;
    margin: 0 auto;
    width: 60px; }
    .taglib-user-display .avatar.author:after {
      background: rgba(50, 168, 230, 0.5);
      border-radius: 50%;
      content: '';
      display: block;
      height: 100%;
      width: 100%; }
  .taglib-user-display .user-details {
    margin-top: 1em; }
  .taglib-user-display .user-name {
    font-size: 1.1em;
    font-weight: bold; }
  .taglib-user-display a .user-name {
    text-decoration: underline; }
  .taglib-user-display.display-style-1 .user-profile-image {
    float: left;
    margin-right: 24px; }
  .taglib-user-display.display-style-1 .user-name {
    display: inline-block;
    margin-top: 10px; }
  .taglib-user-display.display-style-1 .user-details {
    margin-top: 0; }
  .taglib-user-display.display-style-2 .user-profile-image,
  .taglib-user-display.display-style-2 .user-name {
    clear: both;
    display: block;
    min-height: 20px;
    text-align: center; }
  .taglib-user-display.display-style-3 {
    padding: 0; }
    .taglib-user-display.display-style-3 .user-profile-image {
      display: inline-block;
      vertical-align: middle; }

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999; }

.table-cell .taglib-workflow-status {
  margin: 0; }
  .table-cell .taglib-workflow-status .workflow-status {
    padding-left: 0; }

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0; }

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px; }

.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static; }

.portal-popup .lfr-form-content {
  padding: 24px 12px; }

.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%; }

.portal-popup .portlet-column {
  position: static; }

.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px; }
  .portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .dialog-body .container-view .nav-tabs-underline,
  .portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
  .portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
  .portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .lfr-form-content .container-view .nav-tabs-underline,
  .portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
  .portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .process-list .container-view .nav-tabs-underline,
  .portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .roles-selector-body .container-view .nav-tabs-underline {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px; }

.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0; }

.portal-popup .login-container {
  padding: 1rem; }

.portal-popup .management-bar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0; }

.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative; }
  @media (min-width: 576px) {
    .portal-popup .navbar ~ .portlet-configuration-setup,
    .portal-popup .portlet-export-import-container {
      height: calc(100% - 48px); } }

.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0; }

.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0; }

.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px; }
  @media (min-width: 576px) {
    .portal-popup .portlet-configuration-setup .lfr-nav {
      padding-left: 8px;
      padding-right: 8px; } }

.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 576px) {
    .portal-popup .lfr-dynamic-uploader,
    .portal-popup .process-list {
      top: 48px; } }

.portal-popup .portlet-export-import-publish-processes {
  top: 0; }

.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020; }
  @media (min-width: 768px) {
    .portal-popup .dialog-footer {
      position: fixed; } }
  .portal-popup .dialog-footer .btn {
    margin-left: 1rem;
    margin-right: 0; }

@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px; } }

.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
    bottom: 0; }
    .portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
      display: none; }

.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible; }
  .portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
    flex-grow: 1;
    max-width: none;
    overflow: auto; }

.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0; }

.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch; }
  @media print {
    .portal-popup:not(.article-preview) #main-content,
    .portal-popup:not(.article-preview) #wrapper {
      position: initial; } }

.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0; }
  .portal-popup .columns-max > .portlet-layout.row > .portlet-column {
    padding-left: 0;
    padding-right: 0; }

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate; }

html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd; }

html:not(#__):not(#___) .active-area {
  background: #ffc; }

html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6; }
  html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1; }
  html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
    background-image: none; }

html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  html:not(#__):not(#___) .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden; }

html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px; }

html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0; }

html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important; }

.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #d3dadd; }

.active-area {
  background: #ffc; }

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .portlet-boundary.yui3-dd-dragging {
      transition: none; } }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

.sortable-layout-proxy {
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727c81;
  margin-top: 1px; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

.yui3-dd-proxy {
  z-index: 1110 !important; }

.portlet-column-content.empty {
  padding: 50px; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }
  .lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
      display: inline-block;
      vertical-align: bottom; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
      margin-top: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
      display: inline-block;
      float: none;
      margin-top: 0;
      width: auto; }

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative; }
  .lfr-source-editor .ace_editor {
    height: 100%; }
  .lfr-source-editor .lfr-source-editor-toolbar li > .btn {
    background-color: #fff;
    border: transparent;
    color: #717383;
    outline: 0; }
  .lfr-source-editor .lfr-source-editor-code {
    background-color: #fff;
    color: #2b4259; }
    .lfr-source-editor .lfr-source-editor-code .ace_gutter {
      background-color: #ededef;
      color: #868896;
      overflow: hidden; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
        font-family: fontawesome-alloy;
        text-align: center;
        vertical-align: middle; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
          background-image: none; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
          content: '\25be'; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
          content: '\25b8'; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
        color: #fff; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #717383; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
        border-right: solid 1px #ccc; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
        background-image: none; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #ededef; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
      color: #34adab; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
      color: #1d5ec7; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
      color: #ff6c58; }
      .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
        color: #f00; }
  .lfr-source-editor.ace_dark .lfr-source-editor-code {
    background-color: #47474f;
    color: #fff; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
      background: #54555e;
      color: #fff; }
      .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #009aed; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #11394e; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
      color: #fff; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
      color: #4d91ff; }

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden; }
  .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
    height: 40px;
    margin-right: 4px;
    margin-top: 4px;
    min-height: 40px; }
  .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
    height: 95%;
    position: relative; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
      border: 1px solid #ccc;
      position: absolute; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
      display: inline-block;
      overflow-y: auto;
      padding-left: 20px; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
      display: inline-block; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
      height: 100%;
      width: 50%; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
      height: 100%;
      left: 50%;
      top: 0; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
      height: 50%;
      width: 100%; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
      top: 50%;
      width: 100%; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
      display: none; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
      height: 100%;
      width: 100%; }

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left; }

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e; }

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc; }

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0; }

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff; }

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e; }

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f; }

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff; }

.file-icon-color-7 {
  background-color: #fff;
  color: #272833; }

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3; }

.lfr-item-viewer.uploading > .progress-container {
  visibility: visible; }

.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%; }

.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px; }

.lfr-item-viewer .item-preview:hover {
  cursor: pointer; }

.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000; }
  .lfr-item-viewer .progress-container a {
    position: absolute;
    right: 30px; }
  .lfr-item-viewer .progress-container .progress {
    margin-top: 10px; }

.lfr-item-viewer .search-info {
  background-color: #d3e8f1; }
  .lfr-item-viewer .search-info .keywords {
    font-size: 1.4em;
    font-weight: bold; }
  .lfr-item-viewer .search-info .change-search-folder {
    font-size: 0.8em;
    font-weight: normal; }

.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%; }
  .lfr-item-viewer .upload-view > div {
    display: table-cell;
    vertical-align: middle; }

.lfr-item-viewer .yui3-widget-bd {
  position: relative; }

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34; }

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all; }

.lfr-page-layouts {
  padding: 0; }
  .lfr-page-layouts input[type='radio'] {
    opacity: 0;
    position: absolute; }
    .lfr-page-layouts input[type='radio']:checked + .card-horizontal {
      cursor: default; }
      .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
        bottom: -0.0625rem;
        content: "";
        left: -0.0625rem;
        position: absolute;
        right: -0.0625rem;
        transition: height 0.15s ease-out; }
        @media (prefers-reduced-motion: reduce) {
          .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
            transition: none; } }
  .lfr-page-layouts .card-horizontal {
    cursor: pointer;
    outline: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .lfr-page-layouts .card-horizontal {
        transition: none; } }
    .lfr-page-layouts .card-horizontal::after {
      border-radius: 0 0 0.25rem 0.25rem;
      bottom: -0.0625rem;
      content: "";
      height: 0;
      left: -0.0625rem;
      position: absolute;
      right: -0.0625rem;
      transition: height 0.15s ease-out; }
      @media (prefers-reduced-motion: reduce) {
        .lfr-page-layouts .card-horizontal::after {
          transition: none; } }

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0; }

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative; }

.modal-dialog.dialog-iframe-modal {
  max-width: none; }

.modal-dialog.modal-dialog-sm {
  max-width: 500px; }

.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all; }
  .modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
    bottom: 0;
    right: 0; }

.modal-open .modal {
  display: block; }

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0; }

.sheet-footer .btn {
  margin-right: 0.5rem; }
  .sheet-footer .btn:last-child {
    margin-right: 0; }

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal; }
  .tag-items li {
    display: inline-block;
    margin: 0 1em 0 0;
    max-width: 100%; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud .tag-popularity-1 {
  font-size: 1em; }

.tag-cloud .tag-popularity-2 {
  font-size: 1.3em; }

.tag-cloud .tag-popularity-3 {
  font-size: 1.6em; }

.tag-cloud .tag-popularity-4 {
  font-size: 1.9em; }

.tag-cloud .tag-popularity-5 {
  font-size: 2.2em; }

.tag-cloud .tag-popularity-6 {
  font-size: 2.5em; }

.lfr-portal-tooltip {
  display: inline-flex; }
  .lfr-portal-tooltip,
  .lfr-portal-tooltip a {
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; }

.tree-node .icon-check {
  padding-right: 2px; }

.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }

.tree-node [class^='icon-'] {
  margin-right: 5px; }

.tree-node .tree-node-checkbox-container {
  margin-right: 0; }

.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }

.tree-node-content .tree-label {
  margin-left: 3px; }

.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none; }

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6b6c7e; }

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4b9bff; }

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ffb46e; }

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff5f5f; }

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #50d2a0; }

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff73c3; }

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #9be169; }

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #af78ff; }

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ffd76e; }

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #5fc8ff; }

.collapse.open {
  display: block; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em; }

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: '';
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%; }

.navbar .navbar-toggler .c-inner {
  max-width: none; }

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative; }
  html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px; }
  html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }

body.portlet {
  border-width: 0; }

.portlet-icon-back {
  margin-top: -2px; }
  .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }
  .portlet-draggable .portlet-topper {
    cursor: move; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }
  .panel-page-body .portlet-title-text,
  .panel-page-content .portlet-title-text {
    cursor: auto; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important; }

.portlet-layout .portlet-header {
  margin-bottom: 1rem; }

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none; } }

@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none; } }

.portlet:hover .visible-interaction, .portlet.open .visible-interaction {
  display: block; }

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none; }

.controls-hidden .portlet-topper-toolbar {
  display: none !important; }

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }

html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none; }
  @media (min-width: 768px) {
    html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
      display: flex;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      transition: opacity 0.25s, transform 0.25s;
      top: 0; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
      transition: none; } }

html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right; }

html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block; }

html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto; }
  html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
    color: rgba(0, 0, 0, 0.5); }
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
    text-decoration: none; }

html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600; }

html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media (max-width: 767.98px) {
  html:not(#__):not(#___) .lfr-configurator-visibility {
    opacity: 0.5; } }

@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5; }
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet-content-editable {
    opacity: 0.5; } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%); } }

@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex; } }

html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block; }

.portlet {
  margin-bottom: 10px;
  position: relative; }
  @media (min-width: 768px) {
    .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
      border-color: transparent;
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }
  @media (min-width: 768px) {
    .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
      opacity: 1;
      transform: translateY(-97%); } }
  @media (min-width: 576px) {
    .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
      opacity: 0.5; } }

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px; }
  .portlet > .portlet-content-editable {
    border-color: transparent; }
  @media (max-width: 767.98px) {
    .controls-visible .portlet-content-editable {
      border-color: transparent;
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }
  @media (min-width: 576px) {
    .lfr-configurator-visibility .portlet-content-editable {
      opacity: 0.5; } }

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600; }

.portlet-options {
  display: inline-block; }

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.portlet-title-menu {
  flex: 0 1 auto; }
  .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }
  .portlet > .portlet-topper {
    display: none; }
    @media (min-width: 768px) {
      .portlet > .portlet-topper {
        display: flex;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        transition: opacity 0.25s, transform 0.25s;
        top: 0; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .portlet > .portlet-topper {
      transition: none; } }
  @media (max-width: 767.98px) {
    .controls-visible .portlet-topper {
      display: box;
      display: flex; } }

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  .portlet-topper-toolbar > a,
  .portlet-topper-toolbar > span > a,
  .portlet-topper-toolbar .lfr-icon-menu > a {
    color: rgba(0, 0, 0, 0.5); }
  .portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
    text-decoration: none; }
  .controls-visible .portlet-topper-toolbar {
    display: block; }

@media (max-width: 767.98px) {
  .lfr-configurator-visibility {
    opacity: 0.5; } }

.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1; }

.lfr-panel-page .portlet-title {
  font-size: 13px; }

.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #d3dadd; }

.portlet-borderless .portlet-content {
  padding: 1rem; }

.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word; }

.portlet-barebone .portlet-content {
  padding: 0; }

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px; }

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center; }
  .breadcrumb.breadcrumb-vertical li {
    display: block; }
    .breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
      background: none; }
  .breadcrumb.breadcrumb-vertical .divider {
    background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    height: 10px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap; }

.navbar form {
  margin: 0; }

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px; }

.product-menu .loading-animation {
  margin-top: 160px; }

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd; }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1); }
  75% {
    background-color: #ddedde;
    border-color: #7d7; }
  100% {
    background-color: #ebebeb;
    border-color: #ddd; } }

.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px; }

.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px; }

.upload-drop-active .lfr-upload-container .upload-target {
  animation: none; }

.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite; }

.select-files {
  border-radius: 5px; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
    box-shadow: 0 0 5px 0 #333;
    transition-duration: 0.25s;
    transition-property: box-shadow;
    transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
    border-radius: 50%; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out; }
  @media (prefers-reduced-motion: reduce) {
    .lfr-progress-active .progress-bar-status,
    .lfr-upload-container .file-uploading .progress-bar .progress {
      transition: none; } }

@keyframes highlight-animation {
  from {
    background-color: #ffc; }
  to {
    background-color: transparent; } }

.highlight-animation {
  animation: highlight-animation 0.7s; }

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none; }

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem; }

/* ---------- Logo ---------- */
.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- Table styles ---------- */
@media (max-width: 979px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%; }
    .responsive-table-horizontal:after {
      clear: both;
      content: '';
      display: block;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    .responsive-table-horizontal tbody {
      display: block;
      overflow-x: auto;
      position: relative;
      white-space: nowrap;
      width: auto; }
      .responsive-table-horizontal tbody tr {
        display: inline-block;
        vertical-align: top; }
        .responsive-table-horizontal tbody tr td {
          display: block;
          margin-bottom: 20px; }
          .responsive-table-horizontal tbody tr td:first-child {
            text-align: left; }
    .responsive-table-horizontal thead {
      display: block;
      float: left;
      margin-right: 10px; }
      .responsive-table-horizontal thead:after {
        clear: both;
        content: "";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden; }
      .responsive-table-horizontal thead th {
        display: block;
        margin-bottom: 20px;
        text-align: right; }
        .responsive-table-horizontal thead th:first-child {
          text-align: right; }
  .ie9 .responsive-table-horizontal thead {
    float: none; } }

/* ---------- Text formatting ---------- */
.important {
  font-weight: bold; }

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

/* ---------- Separator ---------- */
.separator {
  border-top: 1px dotted #BFBFBF; }

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

/* ---------- Text highlighting ---------- */
.highlight {
  background: #FFC;
  font-weight: bold;
  margin: 0 1px; }

/* ---------- Miscellaneous ---------- */
span.alert, html span.portlet-msg-alert, html span.portlet-msg-error, html span.portlet-msg-help, html span.portlet-msg-info, html span.portlet-msg-progress, html span.portlet-msg-success {
  display: inline-block; }

#skip-to-content {
  clip: rect(0 0 0 0);
  position: absolute; }

/* ---------- Dragging/sorting indicators ---------- */
.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #D3DADD; }

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #CCC; }

.sortable-layout-proxy {
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.resizable-proxy {
  border: 1px dashed #828F95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727C81;
  margin-top: 1px; }

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

.yui3-dd-proxy {
  z-index: 1110 !important; }

/* ---------- Portal tool tips ---------- */
.tooltip {
  max-width: 200px; }

/* ---------- Tags ---------- */
.tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  overflow: visible;
  padding: 0; }
  .tagselector-content .textboxlistentry-holder {
    background: #FFF;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    overflow: visible;
    padding: 5px;
    position: relative; }
    .tagselector-content .textboxlistentry-holder li {
      line-height: 1; }
    .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input {
      border-width: 0;
      margin-bottom: 0; }
  .tagselector-content .textboxlistentry-remove {
    padding: 0 3px 1px; }
  @media (max-width: 1280px) {
    .tagselector-content .toolbar-content .btn btn-default-group {
      white-space: normal; } }

.tagselector .lfr-tags-selector-content {
  border-width: 0; }

.tagselector .lfr-tag-selector-input {
  background: none;
  padding: 0;
  width: auto; }

.tagselector .field .field-content {
  margin: 0; }

.tagselector .textboxlist-input-container {
  margin: 0; }

.tagselector-focused .textboxlistentry-holder {
  background: #FFF none;
  border: 1px solid #CCC; }

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

/* ---------- Tag cloud and tag list ---------- */
.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline;
    float: left;
    margin: 0 1em 0 0; }
  .tag-items a {
    white-space: nowrap; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-popularity-1 {
    font-size: 1em; }
  .tag-cloud .tag-popularity-2 {
    font-size: 1.3em; }
  .tag-cloud .tag-popularity-3 {
    font-size: 1.6em; }
  .tag-cloud .tag-popularity-4 {
    font-size: 1.9em; }
  .tag-cloud .tag-popularity-5 {
    font-size: 2.2em; }
  .tag-cloud .tag-popularity-6 {
    font-size: 2.5em; }

/* ---------- Underlay ---------- */
.underlay {
  clear: both;
  top: 100%; }
  .underlay .yui3-widget-hd {
    height: 38px; }
  .underlay .lfr-portlet-item {
    border-width: 0; }

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #F4F3F3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

/* ---------- Tabs ---------- */
.tab-active strong {
  font-weight: normal; }

.tab-back {
  float: right; }

.tab-back-content {
  border-width: 0;
  padding: 1px; }

/* ---------- Miscellaneous ---------- */
.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.dialog-bd {
  min-height: 30px; }

.dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

.panel-hd {
  background: #C0C2C5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

.app-view-drop-active {
  background-color: #00A2EA;
  font-weight: bold; }
  .category-portlets .app-view-drop-active {
    color: #FFF; }

.basecelleditor [class~="form-validator-message"] {
  clip: rect(auto auto auto auto);
  width: auto; }

.document-library-file-entry-cell-editor-hidden {
  display: none; }

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle; }

/* ---------- Menus ---------- */
.lfr-page-templates li a {
  padding: 0; }
  .lfr-page-templates li a label {
    cursor: pointer;
    display: block;
    padding: 5px 0 5px 5px; }

.menu {
  position: absolute;
  width: auto; }
  .menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .menu-content li {
    margin: 0;
    padding: 0; }
    .menu-content li .disabled {
      color: #999; }

.menu-content {
  background: #CCC9C9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.menugroup-content .menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.menugroup-content ul {
  display: block;
  min-width: 0; }

.menu-content li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }
  .menu-content li.first {
    border-top-width: 0; }
  .menu-content li.last {
    border-bottom-width: 0; }

.menu-content li a, .menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.menu-content li a.focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2C2F34; }

/* ---------- Loading mask ---------- */
.loadingmask-content {
  background: #CCC; }

.loadingmask-message {
  background: #D4D4D4 url(../images/portlet/header_bg.png) repeat-x 0 0; }

/* ---------- Tree view ---------- */
.tree-node .icon-check {
  padding-right: 2px; }

.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }

.tree-node .tree-node-over .tree-label {
  text-decoration: underline; }

.tree-node [class^='icon-'] {
  margin-right: 5px; }

.tree-node .tree-node-checkbox-container {
  margin-right: 0; }

.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }

.tree-node-content .tree-label {
  margin-left: 3px; }

.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

/* ---------- Page customization ---------- */
.dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #9CC97B; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    border: 3px solid #333;
    margin: 0.2em; }

.customizable .customizable-layout-column-content {
  background-color: #9CC97B; }

.layout-customizable-controls {
  background-color: #FFF;
  font-size: 1.5em;
  margin: 1em;
  opacity: 0.9;
  padding: 1em;
  position: absolute;
  z-index: 15; }

/* ---------- Pagination ---------- */
.paginator-link {
  background: #EEE url() no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.paginator-page-link {
  height: auto;
  text-indent: 0; }

.paginator-current-page {
  background: #0083BD url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003C57; }

.paginator-first-link {
  background-image: url(../images/arrows/paging_first.png); }

.paginator-prev-link {
  background-image: url(../images/arrows/paging_previous.png); }

.paginator-last-link {
  background-image: url(../images/arrows/paging_last.png); }

.paginator-next-link {
  background-image: url(../images/arrows/paging_next.png); }

.paginator-current-page-report, .paginator-total {
  color: #555;
  font-size: 0.9em; }

.paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

/* ---------- CKEditor contents ---------- */
html .cke_editable [class*="span"] {
  float: none; }

/* ---------- CKEditor menu ---------- */
html .cke_dialog .cke_dialog_ui_input_text {
  height: auto; }

html .cke_editable_inline a {
  cursor: pointer; }

/* ---------- CKEditor panel menu ---------- */
.cke_panel.cke_combopanel {
  width: 220px; }

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0; }

.cke_panel_block .cke_panel_list {
  margin-left: 0; }
  .cke_panel_block .cke_panel_list .cke_panel_listItem {
    line-height: initial; }
    .cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
      text-decoration: none; }

/* ---------- CKEditor source ---------- */
html .cke_source {
  box-sizing: border-box; }

/* ---------- CKEditor table ---------- */
.cke_show_border {
  width: 500px; }
  .cke_show_border td {
    height: 15px; }

/* ---------- HTML editor ---------- */
body.html-editor {
  background: #FFF;
  color: #000;
  padding: 1em; }

.html-editor.portlet-message-boards {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #EEF0F2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(../images/message_boards/quoteright.png) no-repeat 50%;
      content: '';
      display: block;
      float: right;
      height: 24px;
      margin-right: -35px;
      margin-top: -25px;
      width: 31px;
      z-index: 999; }
    .html-editor.portlet-message-boards blockquote cite {
      display: block;
      font-weight: bold; }
  .html-editor.portlet-message-boards pre {
    background: #F9F9F9;
    border: 1px solid #777;
    padding: 0.5em; }

/* ---------- Inline editing ---------- */
.lfr-editable {
  outline: 1px dashed #68BB30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68BB30 url(../images/common/edit_white.png) no-repeat 50%;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px; }
  .lfr-editable:focus:after {
    display: none; }
  .lfr-editable:focus:hover {
    background-color: transparent; }
  .lfr-editable:hover {
    background-color: rgba(255, 255, 255, 0.3);
    outline-color: #519226; }
    .lfr-editable:hover:after {
      background-color: #519226; }

.lfr-editable-notice-close {
  margin-left: 1em; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }
  .lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .field-content .field-input-text {
      display: block;
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .field-label.textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content {
      margin-top: 0;
      vertical-align: top; }
      .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content .btn btn-default-group {
        margin-top: 0; }

.lfr-page-layouts .lfr-layout-template .layout-template-entry {
  height: 25px;
  width: 25px; }

.ie input.cke_dialog_ui_input_text {
  height: auto; }

.ie .proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }

.ie7 .menu-content li {
  z-index: 10; }

.ie7 .paginator-link {
  color: transparent;
  font-size: 0;
  overflow: hidden;
  text-indent: 0;
  vertical-align: middle; }

.ie7 .paginator-page-link {
  color: #1F1E1E;
  font-size: 1em;
  height: auto;
  line-height: 1.4;
  overflow: visible;
  text-indent: 0; }

.ie7 .paginator-current-page {
  color: #FFF; }

.ie8 .row input[class*=span].search-query {
  line-height: 20px;
  min-height: 20px; }

.ios.mobile .modal-content .dialog-iframe-bd {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

/* ---------- Wrapper ---------- */
#wrapper {
  padding: 0;
  /* SEA - retirando interferência do theme _styled */
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    #wrapper {
      padding-left: 0em;
      /* Alterado pela SEA */
      padding-right: 0em;
      /* Alterado pela SEA */ } }
  @media (min-width: 768px) and (max-width: 979px) {
    #wrapper {
      padding-left: 0em;
      /* Alterado pela SEA */
      padding-right: 0em;
      /* Alterado pela SEA */ } }
  @media (max-width: 979px) {
    #wrapper .container {
      padding: 0 15px; }
      #wrapper .container .container {
        padding: 0 0 0 0; } }

#list-course-complete li a table tbody tr:nth-child(1) td {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 10px;
  color: #a4a4a4;
  line-height: 12px; }

#list-course-complete li a table tbody tr:nth-child(2) td:nth-child(1) {
  font-size: 14px;
  font-weight: 600;
  color: #4a5058;
  line-height: 12px; }

#list-course-complete li a table tbody tr:nth-child(1) td:nth-child(2) {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 11px;
  color: #a4a4a4;
  text-transform: uppercase;
  line-height: 24px; }

#list-course-complete li a table tbody tr:nth-child(1) td:nth-child(3) {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 13px;
  color: #2f9e40;
  line-height: 20px; }

#list-course-complete li a:hover table tbody tr:nth-child(1) td {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 10px;
  color: #ffffff; }

#list-course-complete li a:hover table tbody tr:nth-child(2) td:nth-child(1) {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff; }

#list-course-complete li a:hover table tbody tr:nth-child(1) td:nth-child(2) {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 11px;
  color: #ffffff; }

#list-course-complete li a:hover table tbody tr:nth-child(1) td:nth-child(3) {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 13px;
  color: #ffffff; }

html .description-of-courses-list .list-of-courses .list-courses__content ul li a {
  padding: 20px 0px 20 0px; }

html {
  /* ---------- Staging dockbar ---------- */
  /* ---------- Add content ---------- */
  /* ---------- Menus ---------- */
  /* ---------- Customization bar ---------- */ }
  html .dockbar {
    left: 0;
    right: 0;
    top: 0; }
    html .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: auto;
      margin-left: 10px;
      width: auto; }
    html .dockbar.navbar-static-top {
      position: relative; }
      html .dockbar.navbar-static-top .collapse {
        position: static; }
        html .dockbar.navbar-static-top .collapse .nav-account-controls {
          position: static; }
    html .dockbar .btn btn-default-link {
      color: #FFF; }
    html .dockbar .diamond {
      border: 12px solid transparent;
      border-bottom-color: #1485EB;
      height: 0;
      position: relative;
      top: -12px;
      width: 0; }
      html .dockbar .diamond:after {
        border: 12px solid transparent;
        border-top-color: #1485EB;
        content: '';
        height: 0;
        left: -12px;
        position: absolute;
        top: 12px;
        width: 0; }
    html .dockbar .impersonating-user .alert-icon {
      margin-right: 9px; }
    html .dockbar .impersonating-user .alert-info, html .dockbar .impersonating-user .portlet-msg-help, html .dockbar .impersonating-user .portlet-msg-info, html .dockbar .impersonating-user .portlet-msg-progress {
      border-width: 0;
      margin-bottom: 6px; }
    html .dockbar .info-button {
      top: 9px; }
    html .dockbar .info-items {
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 1; }
    html .dockbar .navbar-inner {
      padding-left: 20px;
      padding-right: 20px; }
      html .dockbar .navbar-inner .navbar-brand h1 {
        display: inline-block;
        font-size: inherit;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 0; }
      html .dockbar .navbar-inner .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
        html .dockbar .navbar-inner .container .nav-account-controls {
          float: right; }
      html .dockbar .navbar-inner .site-administration-menu li {
        list-style: none; }
        html .dockbar .navbar-inner .site-administration-menu li a {
          color: #000;
          display: block;
          padding: 3px 5px 3px 40px; }
          html .dockbar .navbar-inner .site-administration-menu li a:focus, html .dockbar .navbar-inner .site-administration-menu li a:hover {
            background: #0DB5E7;
            color: #FFF;
            text-decoration: none; }
          html .dockbar .navbar-inner .site-administration-menu li a i {
            font-size: 0.8em; }
    html .dockbar .nav.staging-nav-items {
      margin: 0;
      position: static; }
      html .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle {
        background-color: transparent;
        display: block; }
        html .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle:hover {
          color: #0077B3; }
      html .dockbar .nav.staging-nav-items .staging-link {
        position: static; }
    html .dockbar .user-avatar img {
      margin-top: -2px;
      text-decoration: none;
      vertical-align: middle;
      width: 20px; }
  html .dockbar-split .dockbar {
    height: 0;
    position: absolute; }
    html .dockbar-split .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: 0;
      margin-left: 0;
      width: 100%; }
    html .dockbar-split .dockbar.navbar-static-top .collapse {
      position: relative; }
      html .dockbar-split .dockbar.navbar-static-top .collapse .nav-account-controls {
        position: fixed; }
    html .dockbar-split .dockbar .divider-vertical {
      display: none; }
    html .dockbar-split .dockbar .info-button {
      top: 12px; }
    html .dockbar-split .dockbar .info-items {
      left: auto;
      position: static; }
    html .dockbar-split .dockbar .navbar-inner {
      background-color: transparent;
      border-width: 0;
      padding: 0;
      width: 0; }
      html .dockbar-split .dockbar .navbar-inner .nav {
        border-bottom-width: 0; }
        html .dockbar-split .dockbar .navbar-inner .nav > li {
          background-color: #333; }
          html .dockbar-split .dockbar .navbar-inner .nav > li > a {
            color: #FFF;
            line-height: 31px; }
            html .dockbar-split .dockbar .navbar-inner .nav > li > a:focus, html .dockbar-split .dockbar .navbar-inner .nav > li > a:hover {
              color: #FFF; }
            html .dockbar-split .dockbar .navbar-inner .nav > li > a [class^="icon-"], html .dockbar-split .dockbar .navbar-inner .nav > li > a [class*=" icon-"] {
              margin-top: 3px; }
          html .dockbar-split .dockbar .navbar-inner .nav > li.active > a {
            color: #FFF; }
        html .dockbar-split .dockbar .navbar-inner .nav li.dropdown.active > .dropdown-toggle {
          color: #FFF; }
        html .dockbar-split .dockbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
          background-color: #555;
          color: #FFF; }
        html .dockbar-split .dockbar .navbar-inner .nav li.info-items {
          background-color: transparent; }
        html .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a {
          background-color: #2496E5;
          padding-bottom: 0;
          padding-top: 0; }
          html .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a:hover {
            background-color: #2FA4F5; }
        html .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle span.nav-item-label {
          padding: 5px 10px; }
      html .dockbar-split .dockbar .navbar-inner .nav-account-controls {
        left: auto;
        margin-right: 0;
        padding: 0;
        position: fixed;
        right: 5em;
        z-index: 325; }
      html .dockbar-split .dockbar .navbar-inner .nav-add-controls {
        background: transparent;
        position: fixed;
        top: 10%;
        z-index: 350; }
        html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li {
          float: none;
          margin: 10px;
          position: relative; }
          html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a {
            clip: rect(0 0 0 0);
            position: absolute; }
            html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a:focus {
              clip: rect(auto auto auto auto);
              position: static; }
          @media (max-width: 979px) {
            html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.page-preview-controls {
              display: none; } }
          html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a {
            background: #333;
            color: #FFF;
            padding: 6px 8px;
            text-align: center; }
            html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover {
              background: #555; }
            html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"] {
              font-size: 25px;
              position: relative;
              vertical-align: middle; }
            html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
              background: #92F545; }
              html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" icon-"] {
                color: #000; }
            html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
              background: #333;
              display: none;
              left: 100%;
              margin-left: 0.5em;
              margin-top: -1em;
              padding: 0 20px;
              position: absolute;
              top: 50%;
              white-space: nowrap; }
            html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
              display: block; }
            html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .icon-caret-down {
              display: none; }
        html .dockbar-split .dockbar .navbar-inner .nav-add-controls:hover > li.toggle-controls a {
          clip: rect(auto auto auto auto);
          position: static; }
    html .dockbar-split .dockbar .staging-nav-items li > span {
      color: #FFF;
      display: block;
      padding: 10px 15px;
      line-height: 31px; }
  html .dockbar-split .info-link-container {
    width: 0; }
  html .dockbar-split .info-items {
    height: 1px;
    width: 715px; }
    html .dockbar-split .info-items a, html .dockbar-split .info-items .btn btn-default-link {
      color: #FFF;
      text-decoration: underline; }
      html .dockbar-split .info-items a:hover, html .dockbar-split .info-items .btn btn-default-link:hover {
        text-decoration: none; }
        html .dockbar-split .info-items a:hover .taglib-text, html .dockbar-split .info-items .btn btn-default-link:hover .taglib-text {
          text-decoration: none; }
    html .dockbar-split .info-items .btn btn-default-link {
      border-width: 0;
      font-size: 14px;
      font-weight: 300;
      margin: 0 0 0 6px;
      padding: 0;
      text-shadow: none; }
  html .dockbar-split .staging-bar {
    margin: 10px 0; }
  html .dockbar-split.controls-hidden .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    background: #F5AF45; }
  html .dockbar-split.lfr-has-add-content .nav-add-controls {
    left: 350px; }
  html .dockbar-split.lfr-has-device-preview .nav-add-controls {
    left: 220px; }
  html .dockbar-split.lfr-has-edit-layout .nav-add-controls {
    left: 460px; }
  html.dialog-iframe-root-node .dockbar .nav-add-controls .page-preview-controls {
    display: none; }
  html .touch .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link, html .controls-hidden.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    clip: rect(auto auto auto auto);
    position: static; }
  html .variation-selector {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em; }
  html .layout-revision-container {
    margin: 1em 0 0 1em;
    padding: 0; }
    html .layout-revision-container .approximate-date {
      color: #999;
      font-weight: bold; }
    html .layout-revision-container .current-version {
      color: #41801d;
      display: block; }
    html .layout-revision-container .current-version-pointer {
      display: inline-block;
      width: 0; }
      html .layout-revision-container .current-version-pointer img {
        left: -25px;
        position: relative; }
    html .layout-revision-container .layout-variation-name {
      color: #666;
      font-size: 1.15em;
      margin-bottom: 0.1em;
      text-transform: uppercase; }
    html .layout-revision-container .layout-revision-current {
      color: #666; }
    html .layout-revision-container .real-date {
      color: #999;
      display: block;
      text-align: right; }
    html .layout-revision-container .taglib-workflow-status .workflow-status {
      background: none;
      padding-left: 0; }
      html .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
        color: #41801d;
        font-weight: bold; }
  html .layout-revision-container-root {
    margin: 0; }
  html .staging-controls {
    padding-left: 5px;
    padding-right: 50px; }
    html .staging-controls select {
      width: 100%; }
    html .staging-controls .staging-bar .dropdown-menu {
      font-size: 13px;
      min-width: 520px;
      width: 100%; }
      html .staging-controls .staging-bar .dropdown-menu .btn btn-default-link {
        float: left;
        font-size: 11px;
        margin: 0 5px 0 0;
        padding: 0;
        text-decoration: underline;
        text-shadow: none; }
        html .staging-controls .staging-bar .dropdown-menu .btn btn-default-link:hover {
          text-decoration: none; }
        html .staging-controls .staging-bar .dropdown-menu .btn btn-default-link.history {
          float: right; }
  html .lfr-admin-panel {
    background-color: #FFF;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 1100; }
    @media (max-width: 767px) {
      html .lfr-admin-panel {
        margin: 0 -20px;
        position: static;
        width: auto; }
        html .lfr-admin-panel.lfr-add-panel .add-content-menu .lfr-add-page-toolbar, html .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
          margin-top: 0;
          position: static;
          width: auto; }
        html .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .panel-group {
          margin-bottom: 20px; }
        html .lfr-admin-panel.lfr-edit-layout-panel .site-admin-link {
          padding: 0;
          position: static; } }
    html .lfr-admin-panel .lfr-page-layouts {
      margin-left: 0; }
  html .lfr-has-add-content {
    padding-left: 350px; }
  html .lfr-has-device-preview {
    padding-left: 220px; }
  html .lfr-has-edit-layout {
    padding-left: 460px; }
  @media (max-width: 767px) {
    html .lfr-has-add-content, html .lfr-has-device-preview, html .lfr-has-edit-layout {
      padding-left: 20px; } }
  html .dropdown-menu > li > a:focus > [class^="icon-"] {
    background-image: none; }
  html .my-sites-menu .site-type {
    color: #FFF;
    display: none;
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 10px;
    position: absolute;
    right: 100%; }
  html .my-sites-menu a:hover .site-type {
    color: #FFFFFF;
    display: inline-block; }
  html .ie.rtl .dockbar .menu-button span {
    background-position-x: -25px; }
  html.ie6 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, html.ie7 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, html.ie8 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls {
    display: none; }
  html .ie7 .dockbar {
    zoom: 1; }
  html .ie7 .my-sites-menu a {
    overflow: visible;
    text-align: left; }
  html .ie7 .my-sites-menu .site-name {
    float: none; }
  html .ie7 .my-sites-menu .site-type {
    float: none; }
  html .ie6 .dockbar, html .ie6 .lfr-dockbar-pinned .dockbar {
    height: 10px;
    left: 0;
    position: relative;
    top: 0; }
  html .ie6 .dockbar .pin-dockbar {
    display: none; }
  html .ie6 .my-sites-menu {
    width: 200px; }
    html .ie6 .my-sites-menu a {
      zoom: 1; }
  html .ie6 .menu-scroll {
    height: 300px;
    overflow-y: auto; }
  html .controls-hidden .info-button, html .controls-hidden .page-customization-bar {
    display: none; }
  html .info-button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 12px;
    z-index: 1; }
    html .info-button a {
      color: #FFF;
      padding: 2px 10px;
      position: absolute;
      text-decoration: none;
      z-index: 1; }
    html .info-button .icon-stop {
      color: #1485EB;
      font-size: 20px; }
  html .page-customization-bar {
    background-color: #555;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: #FFF;
    display: table;
    font-size: 14px;
    font-weight: 300;
    padding: 0 15px;
    width: 100%; }
    html .page-customization-bar .customized-icon {
      margin: 5px;
      vertical-align: middle; }
    html .page-customization-bar .page-customization-actions {
      padding-left: 5em; }
    html .page-customization-bar .page-customization-actions a {
      color: #EEE;
      font-size: 0.8em;
      padding: 0 1em; }
    html .page-customization-bar .page-customization-bar-form {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      width: 25%; }
      html .page-customization-bar .page-customization-bar-form a {
        color: #FFF; }
        html .page-customization-bar .page-customization-bar-form a:focus, html .page-customization-bar .page-customization-bar-form a:hover {
          color: #FFF;
          text-decoration: none; }
      html .page-customization-bar .page-customization-bar-form span {
        display: block;
        line-height: 20px; }
    html .page-customization-bar .page-customization-bar-text {
      display: table-cell;
      height: 51px;
      vertical-align: middle;
      width: 75%; }
    html .page-customization-bar .page-customization-bar-container {
      position: absolute; }
    html .page-customization-bar .reset-prototype {
      display: inline; }
  @media (max-width: 1140px) {
    html .dockbar-split .dockbar .info-items {
      width: 515px; } }
  @media (max-width: 979px) {
    html #navigation {
      display: none; }
      html #navigation.open {
        display: block; }
    html .dockbar-split .dockbar {
      height: auto;
      position: relative; }
      html .dockbar-split .dockbar .navbar-inner {
        width: auto; }
    html .user-avatar-image {
      width: 18px; } }

@media (min-width: 801px) {
  #aditional-navigation {
    margin-top: -195px; } }

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    opacity: 1; }

.modify-pages .add-page-editor-input {
  width: 150px; }

.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 10px;
  line-height: 6px;
  margin-top: -8px;
  overflow: hidden;
  opacity: 0;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }

.modify-pages .lfr-nav-sortable > a > span {
  padding-left: 28px; }

.modify-pages .drag-handle {
  background-color: #555;
  border-radius: 50%;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  left: 3px;
  line-height: 1em;
  margin: 8px;
  padding: 4px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 1em; }

@media (min-width: 980px) {
  .modify-pages .lfr-nav-sortable > a > span {
    padding-left: 0; }
  .modify-pages .drag-handle {
    display: none; } }

.modify-pages .lfr-nav-updateable.selected a:hover span {
  cursor: text; }

.controls-hidden .modify-pages .lfr-nav-sortable > a > span {
  padding-left: 0; }

.controls-hidden .modify-pages .drag-handle {
  display: none; }

.nav li .toolbar {
  margin-top: 5px; }

/* ---------- Navigation portlet ---------- */
.nav-menu ul {
  padding-left: 10px; }

.nav-menu li a.ancestor {
  font-weight: bold; }

.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.nav-menu-style-arrows ul {
  list-style-image: url(../images/arrows/04_right.png); }

/* ---------- Page template selector ---------- */
.form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.form-triggers {
  float: left; }

.form-trigger {
  background: #C4C4C4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .form-trigger img {
    background: url() no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .form-trigger:focus, .form-trigger:hover {
    background-color: #83B0CA;
    background-image: url(../images/application/button_bg_over.png); }

.trigger-selected {
  background-color: #EBEBEB;
  background-image: url(../images/application/button_bg_selected.png); }
  .trigger-selected:focus, .trigger-selected:hover {
    background-color: #B7DEF4;
    background-image: url(../images/application/button_bg_selected_over.png); }

.options-trigger img {
  background-image: url(../images/common/configuration.png); }

.save-trigger img {
  background-image: url(../images/common/check.png); }

/* $white has been removed in Bootstrap 3 -- $white: #FFF; */
/* $btn-default-bg-highlight has been removed in Bootstrap 3 -- $btn-default-bg-highlight: #EAEAEA; */
/* $btn-danger-bg-highlight has been removed in Bootstrap 3 -- $btn-danger-bg-highlight: #ED2C17; */
/* $btn-info-bg-highlight has been removed in Bootstrap 3 -- $btn-info-bg-highlight: darken($btn-info-bg, 4%); */
/* $btn-primary-bg-highlight has been removed in Bootstrap 3 -- $btn-primary-bg-highlight: #4A96E8; */
/* $btn-success-bg-highlight has been removed in Bootstrap 3 -- $btn-success-bg-highlight: #0ABA1D; */
/* $btn-warning-bg-highlight has been removed in Bootstrap 3 -- $btn-warning-bg-highlight: #F49645; */
/* $white has been removed in Bootstrap 3 -- $dropdown-link-active-color: $white; */
/* $navbar-default-bg-highlight has been removed in Bootstrap 3 -- $navbar-default-bg-highlight: #F9F9F9; */
/* ---------- Portlet wrapper and icons ---------- */
.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border-width: 0; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar {
    margin: 0;
    padding: 2px;
    position: absolute;
    right: 3px;
    text-align: right;
    top: 3px;
    z-index: 300; }
    .portlet-topper .portlet-topper-toolbar a {
      color: inherit; }
      .portlet-topper .portlet-topper-toolbar a, .portlet-topper .portlet-topper-toolbar a:hover {
        text-decoration: none; }
      .portlet-topper .portlet-topper-toolbar a i {
        font-size: 19px; }
    .portlet-topper .portlet-topper-toolbar .nobr {
      display: block;
      float: left;
      padding: 1px; }
    .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
      background: url(../images/arrows/12_left.png) no-repeat 0 50%;
      color: #FFF;
      font-weight: bold;
      padding: 5px 5px 5px 18px; }
      .portlet-topper .portlet-topper-toolbar .portlet-icon-back:hover {
        color: #FFF; }
    .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
      color: transparent;
      font-size: 0; }

.portlet-title {
  display: block; }
  .portlet-title img {
    vertical-align: middle; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 95%;
  vertical-align: top; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important; }

.portlet-borderless-bar, .portlet-content .lfr-icon-actions {
  background: #333;
  color: #FFF;
  text-shadow: -1px -1px #000; }
  .portlet-borderless-bar a, .portlet-content .lfr-icon-actions a {
    color: #3AF; }

.portlet-borderless-container:hover .portlet-borderless-bar, .portlet-content:hover .lfr-icon-actions {
  opacity: 1; }

.portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions, .portlet-content:hover .lfr-icon-actions .taglib-text {
  display: inline-block; }

.portlet-borderless-bar .portlet-options .dropdown-toggle, .portlet-borderless-bar .portlet-options.open .dropdown-toggle {
  background-image: url(../images/portlet/options_borderless.png); }

.portlet-content .lfr-icon-actions {
  float: left;
  margin: 1px 10px 1px 1px;
  opacity: 0.5;
  padding: 2px 7px; }
  .portlet-content .lfr-icon-actions .taglib-text {
    color: #FFF;
    display: none;
    font-weight: bold;
    margin-right: 1em;
    text-decoration: none;
    vertical-align: middle; }
  .portlet-content .lfr-icon-actions .lfr-icon-action a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a:hover {
      text-decoration: none; }
      .portlet-content .lfr-icon-actions .lfr-icon-action a:hover span {
        text-decoration: underline; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a img {
      visibility: hidden; }
  .portlet-content .lfr-icon-actions .lfr-icon-action-add a {
    background-image: url(../images/common/add_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit a {
    background-image: url(../images/common/edit_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit-template a {
    background-image: url(../images/common/edit_template_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-configuration a {
    background-image: url(../images/common/configuration_white.png); }

.portlet-content .lfr-url-error {
  display: inline-block;
  white-space: normal; }

/* ---------- Borderless portlet ---------- */
.portlet-borderless-container {
  min-height: 2.5em;
  position: relative; }

.portlet-borderless-bar {
  background-color: transparent;
  font-size: 10px;
  opacity: 0.3;
  height: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    text-indent: -9999px;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    float: right;
    overflow: hidden;
    padding: 0 5px; }
    .portlet-borderless-bar .portlet-actions .portlet-action, .portlet-borderless-bar .portlet-actions .portlet-options {
      display: inline-block; }
  .portlet-borderless-bar .portlet-actions, .portlet-borderless-bar .portlet-title-default {
    background-color: #333;
    min-height: 21px; }
  .portlet-borderless-bar .portlet-action-separator {
    display: none; }
  .portlet-borderless-bar .portlet-back a {
    height: auto;
    text-indent: 0;
    width: auto; }
  .portlet-borderless-bar .portlet-close {
    display: inline-block;
    vertical-align: middle; }
    .portlet-borderless-bar .portlet-close a {
      background-image: url(../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(../images/portlet/options_borderless.png); }

.lfr-configurator-visibility .portlet-borderless-bar {
  opacity: 0.6; }

.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1; }

.portlet-content .icons-container {
  clear: both;
  height: auto;
  margin-top: 1em;
  overflow: hidden;
  width: auto; }

.portlet-title-default {
  display: block;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  float: right;
  font-weight: bold;
  height: 0;
  line-height: 19px;
  max-width: 50%;
  padding: 0 10px;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }

.portlet-draggable .portlet-title-default {
  background: #333 url(../images/portlet/draggable_borderless.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px; }

/* ---------- Panel page ---------- */
.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
/* ---------- Messages ---------- */
.portlet-msg {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Status labels ---------- */
.lfr-status-alert-label, .lfr-status-error-label, .lfr-status-info-label, .lfr-status-progress-label, .lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px; }

.lfr-status-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663; }

.lfr-status-error-label {
  background-image: url(../images/messages/error.png);
  color: #900; }

.lfr-status-help-label, .lfr-status-info-label, .lfr-status-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404F; }

.lfr-status-help-label {
  background-image: url(../images/portlet/help.png); }

.lfr-status-progress-label {
  background-image: url(../images/aui/loading_indicator.gif); }

.lfr-status-success-label {
  background-image: url(../images/messages/success.png);
  color: #384F34; }

/* ---------- Liferay messages ---------- */
.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(../images/common/time.png); }

.lfr-message-content.alert, html .lfr-message-content.portlet-msg-alert, html .lfr-message-content.portlet-msg-error, html .lfr-message-content.portlet-msg-help, html .lfr-message-content.portlet-msg-info, html .lfr-message-content.portlet-msg-progress, html .lfr-message-content.portlet-msg-success {
  margin-bottom: 0; }

.lfr-message-close {
  cursor: pointer; }

/* ---------- Sections ---------- */
/* ---------- Text in a selected cell range ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }

.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Text of a subheading ---------- */
/* ---------- Table or section footnote ---------- */
/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */
/* ---------- Forms ---------- */
.alert .form, html .portlet-msg-alert .form, html .portlet-msg-error .form, html .portlet-msg-help .form, html .portlet-msg-info .form, html .portlet-msg-progress .form, html .portlet-msg-success .form {
  margin: 0; }

/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
  background: #FDD;
  border-width: 0; }

.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.alt.restricted td.first, .restricted td.first {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

/* ---------- Permissions ---------- */
.table-data tr.lfr-role .first {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px;
  vertical-align: middle; }

.table-data tr.lfr-role-guest .first {
  background-image: url(../images/common/guest_icon.png); }

.table-data tr.lfr-role-regular .first {
  background-image: url(../images/common/user_icon.png); }

.table-data tr.lfr-role-site .first {
  background-image: url(../images/common/site_icon.png); }

.table-data tr.lfr-role-organization .first {
  background-image: url(../images/common/organization_icon.png); }

.table-data tr.lfr-role-team .first {
  background-image: url(../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
.lfr-ddm-container .form-group.error .control-label,
.lfr-ddm-container .form-group.error .help-block,
.lfr-ddm-container .form-group.error .help-inline {
  color: #555; }

.lfr-ddm-container .form-group.error .checkbox,
.lfr-ddm-container .form-group.error .radio,
.lfr-ddm-container .form-group.error input,
.lfr-ddm-container .form-group.error select,
.lfr-ddm-container .form-group.error textarea {
  color: #555; }

.lfr-ddm-container .form-group.error input,
.lfr-ddm-container .form-group.error select,
.lfr-ddm-container .form-group.error textarea {
  border-color: #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .form-group.error input:focus,
  .lfr-ddm-container .form-group.error select:focus,
  .lfr-ddm-container .form-group.error textarea:focus {
    border-color: #b3b3b3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }

.lfr-ddm-container .form-group.error .input-prepend .add-on,
.lfr-ddm-container .form-group.error .input-append .add-on {
  color: #555;
  background-color: #f5f5f5;
  border-color: #555; }

.lfr-ddm-container .form-group.info .control-label,
.lfr-ddm-container .form-group.info .help-block,
.lfr-ddm-container .form-group.info .help-inline {
  color: #555; }

.lfr-ddm-container .form-group.info .checkbox,
.lfr-ddm-container .form-group.info .radio,
.lfr-ddm-container .form-group.info input,
.lfr-ddm-container .form-group.info select,
.lfr-ddm-container .form-group.info textarea {
  color: #555; }

.lfr-ddm-container .form-group.info input,
.lfr-ddm-container .form-group.info select,
.lfr-ddm-container .form-group.info textarea {
  border-color: #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .form-group.info input:focus,
  .lfr-ddm-container .form-group.info select:focus,
  .lfr-ddm-container .form-group.info textarea:focus {
    border-color: #b3b3b3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }

.lfr-ddm-container .form-group.info .input-prepend .add-on,
.lfr-ddm-container .form-group.info .input-append .add-on {
  color: #555;
  background-color: #f5f5f5;
  border-color: #555; }

.lfr-ddm-container .form-group.success .control-label,
.lfr-ddm-container .form-group.success .help-block,
.lfr-ddm-container .form-group.success .help-inline {
  color: #555; }

.lfr-ddm-container .form-group.success .checkbox,
.lfr-ddm-container .form-group.success .radio,
.lfr-ddm-container .form-group.success input,
.lfr-ddm-container .form-group.success select,
.lfr-ddm-container .form-group.success textarea {
  color: #555; }

.lfr-ddm-container .form-group.success input,
.lfr-ddm-container .form-group.success select,
.lfr-ddm-container .form-group.success textarea {
  border-color: #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .form-group.success input:focus,
  .lfr-ddm-container .form-group.success select:focus,
  .lfr-ddm-container .form-group.success textarea:focus {
    border-color: #b3b3b3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }

.lfr-ddm-container .form-group.success .input-prepend .add-on,
.lfr-ddm-container .form-group.success .input-append .add-on {
  color: #555;
  background-color: #f5f5f5;
  border-color: #555; }

.lfr-ddm-container .form-group.warning .control-label,
.lfr-ddm-container .form-group.warning .help-block,
.lfr-ddm-container .form-group.warning .help-inline {
  color: #555; }

.lfr-ddm-container .form-group.warning .checkbox,
.lfr-ddm-container .form-group.warning .radio,
.lfr-ddm-container .form-group.warning input,
.lfr-ddm-container .form-group.warning select,
.lfr-ddm-container .form-group.warning textarea {
  color: #555; }

.lfr-ddm-container .form-group.warning input,
.lfr-ddm-container .form-group.warning select,
.lfr-ddm-container .form-group.warning textarea {
  border-color: #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .form-group.warning input:focus,
  .lfr-ddm-container .form-group.warning select:focus,
  .lfr-ddm-container .form-group.warning textarea:focus {
    border-color: #b3b3b3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }

.lfr-ddm-container .form-group.warning .input-prepend .add-on,
.lfr-ddm-container .form-group.warning .input-append .add-on {
  color: #555;
  background-color: #f5f5f5;
  border-color: #555; }

.lfr-ddm-container .form-group.error > .control-label,
.lfr-ddm-container .form-group.error > .help-block,
.lfr-ddm-container .form-group.error > .help-inline {
  color: #B50303; }

.lfr-ddm-container .form-group.error > .checkbox,
.lfr-ddm-container .form-group.error > .radio,
.lfr-ddm-container .form-group.error > input,
.lfr-ddm-container .form-group.error > select,
.lfr-ddm-container .form-group.error > textarea {
  color: #B50303; }

.lfr-ddm-container .form-group.error > input,
.lfr-ddm-container .form-group.error > select,
.lfr-ddm-container .form-group.error > textarea {
  border-color: #B50303;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .form-group.error > input:focus,
  .lfr-ddm-container .form-group.error > select:focus,
  .lfr-ddm-container .form-group.error > textarea:focus {
    border-color: #830202;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323; }

.lfr-ddm-container .form-group.error > .input-prepend .add-on,
.lfr-ddm-container .form-group.error > .input-append .add-on {
  color: #B50303;
  background-color: #FEE5E2;
  border-color: #B50303; }

.lfr-ddm-container .form-group.info > .control-label,
.lfr-ddm-container .form-group.info > .help-block,
.lfr-ddm-container .form-group.info > .help-inline {
  color: #12718F; }

.lfr-ddm-container .form-group.info > .checkbox,
.lfr-ddm-container .form-group.info > .radio,
.lfr-ddm-container .form-group.info > input,
.lfr-ddm-container .form-group.info > select,
.lfr-ddm-container .form-group.info > textarea {
  color: #12718F; }

.lfr-ddm-container .form-group.info > input,
.lfr-ddm-container .form-group.info > select,
.lfr-ddm-container .form-group.info > textarea {
  border-color: #12718F;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .form-group.info > input:focus,
  .lfr-ddm-container .form-group.info > select:focus,
  .lfr-ddm-container .form-group.info > textarea:focus {
    border-color: #0c4d62;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3; }

.lfr-ddm-container .form-group.info > .input-prepend .add-on,
.lfr-ddm-container .form-group.info > .input-append .add-on {
  color: #12718F;
  background-color: #CEF1FC;
  border-color: #12718F; }

.lfr-ddm-container .form-group.success > .control-label,
.lfr-ddm-container .form-group.success > .help-block,
.lfr-ddm-container .form-group.success > .help-inline {
  color: #488F06; }

.lfr-ddm-container .form-group.success > .checkbox,
.lfr-ddm-container .form-group.success > .radio,
.lfr-ddm-container .form-group.success > input,
.lfr-ddm-container .form-group.success > select,
.lfr-ddm-container .form-group.success > textarea {
  color: #488F06; }

.lfr-ddm-container .form-group.success > input,
.lfr-ddm-container .form-group.success > select,
.lfr-ddm-container .form-group.success > textarea {
  border-color: #488F06;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .form-group.success > input:focus,
  .lfr-ddm-container .form-group.success > select:focus,
  .lfr-ddm-container .form-group.success > textarea:focus {
    border-color: #2f5e04;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a; }

.lfr-ddm-container .form-group.success > .input-prepend .add-on,
.lfr-ddm-container .form-group.success > .input-append .add-on {
  color: #488F06;
  background-color: #F1FBD1;
  border-color: #488F06; }

.lfr-ddm-container .form-group.warning > .control-label,
.lfr-ddm-container .form-group.warning > .help-block,
.lfr-ddm-container .form-group.warning > .help-inline {
  color: #BF7900; }

.lfr-ddm-container .form-group.warning > .checkbox,
.lfr-ddm-container .form-group.warning > .radio,
.lfr-ddm-container .form-group.warning > input,
.lfr-ddm-container .form-group.warning > select,
.lfr-ddm-container .form-group.warning > textarea {
  color: #BF7900; }

.lfr-ddm-container .form-group.warning > input,
.lfr-ddm-container .form-group.warning > select,
.lfr-ddm-container .form-group.warning > textarea {
  border-color: #BF7900;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .form-group.warning > input:focus,
  .lfr-ddm-container .form-group.warning > select:focus,
  .lfr-ddm-container .form-group.warning > textarea:focus {
    border-color: #8c5900;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26; }

.lfr-ddm-container .form-group.warning > .input-prepend .add-on,
.lfr-ddm-container .form-group.warning > .input-append .add-on {
  color: #BF7900;
  background-color: #FFFBDC;
  border-color: #BF7900; }

/* ---------- Dynamic data list display/Journal portlet ---------- */
.portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper {
  border: 1px solid #D0D0D0;
  border-left-width: 10px;
  padding: 7px 10px 10px; }
  .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even), .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even) {
    background-color: #F5F5F5; }
  .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper {
    margin: 15px 0 0; }

/* ---------- Add content dialog ---------- */
.lfr-portlet-item, .lfr-portlet-item p a {
  font-size: 1em; }

/* ---------- Breadcrumb taglib ---------- */
.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center; }
  .breadcrumb.breadcrumb-vertical li {
    display: block; }
    .breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
      background: none; }
  .breadcrumb.breadcrumb-vertical .divider {
    background: url(/o/classic-theme/images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    height: 10px; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0; }

.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }

.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }

.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }

.taglib-calendar table td {
  border-width: 0; }

.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }

.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

/* ---------- navbar form search ---------- */
.navbar form {
  margin: 0; }

.ie .portlet-borderless-bar {
  opacity: 0.5; }

.ie .portlet-content .lfr-icon-actions {
  opacity: 0.5; }

.ie .portlet-borderless-container:hover .portlet-borderless-bar, .ie .portlet-journal-content .lfr-icon-actions:hover {
  opacity: 1; }

.ie .taglib-calendar tr td.first a {
  border-right-width: 0; }

.ie6 .portlet-content .icons-container, .ie7 .portlet-content .icons-container {
  overflow: visible; }

.ie6 .portlet-content .lfr-icon-actions .taglib-text, .ie7 .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block; }

.ie6 .portlet-borderless-bar .portlet-actions, .ie7 .portlet-borderless-bar .portlet-actions {
  margin-left: 20px;
  margin-right: 0; }

.ie6 .portlet-title-default, .ie7 .portlet-title-default {
  float: left; }

.ie6 .lfr-message .lfr-message-close, .ie7 .lfr-message .lfr-message-close {
  float: left; }

.ie6 .portlet-topper-toolbar .icon {
  height: 16px;
  width: 16px; }

.ie6 .portlet-borderless-container {
  height: 2.5em; }

.ie6 .portlet-borderless-bar {
  filter: alpha(opacity=90); }
  .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90); }

.ie6 .breadcrumbs {
  zoom: 1; }

.ie8 .dockbar img, .ie8 .lfr-icon-action img, .ie8 .logo img {
  max-width: none; }

.journal-template-error pre,
.portlet-display-template-error pre {
  line-height: inherit; }

.menu-content, .underlay-content {
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-add-panel, .lfr-device-preview-panel, .lfr-edit-layout-panel {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.lfr-preview-file-image img, .lfr-translation-manager {
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.lfr-device-preview .lfr-device-size-status-content {
  border-radius: 3px;
  box-shadow: 0 0 1px #FFF;
  opacity: 0.9; }

.lfr-device-preview .lfr-device:after, .lfr-device-preview .lfr-device:before {
  box-shadow: #111 0 1px 0; }

.lfr-device-preview .lfr-device:after {
  border-radius: 15px; }

.lfr-device-preview .lfr-device.rotated:after, .lfr-device-preview .lfr-device.rotated:before {
  box-shadow: #111 -1px 1px 0; }

.lfr-device-preview .lfr-device.smartphone, .lfr-device-preview .lfr-device.tablet {
  border-radius: 25px; }

.lfr-device-preview .lfr-device.tablet:before {
  border-radius: 5px; }

@media (max-width: 979px) {
  .dockbar .navbar-inner .navbar-btn {
    box-shadow: none;
    text-shadow: none; } }

.dockbar .navbar-inner .nav li.staging-toggle.active > a {
  box-shadow: none; }

.dockbar .navbar-inner .nav li.staging-toggle span {
  border-radius: 4px; }

.dockbar .menu-button-active .menu-button {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7); }

.dockbar .impersonating-user .alert-info, .dockbar .impersonating-user html .portlet-msg-help, html .dockbar .impersonating-user .portlet-msg-help, .dockbar .impersonating-user html .portlet-msg-info, html .dockbar .impersonating-user .portlet-msg-info, .dockbar .impersonating-user html .portlet-msg-progress, html .dockbar .impersonating-user .portlet-msg-progress {
  border-radius: 0; }

.dockbar-split .dockbar .navbar-inner .nav > li > a {
  text-shadow: none; }

.dockbar-split .dockbar .navbar-inner .nav-add-controls > li a {
  border-radius: 4px; }
  .dockbar-split .dockbar .navbar-inner .nav-add-controls > li a .nav-item-label {
    border-radius: 30px; }

.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.open a {
  border-radius: 4px 4px 0 0; }

@media (max-width: 979px) {
  .navbar .navbar-search .form-search .search-query {
    border-radius: 14px; } }

.portlet-document-library .lfr-ddm-small-image-preview, .portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  box-shadow: 0 1px 3px #CCC; }

.portlet-asset-category-admin .tree-node-selected, .portlet-asset-category-admin .tree-node-over, .portlet-asset-category-admin .category-item {
  border-radius: 5px; }

.lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  box-shadow: inset 0 0 2px #224FA8; }

.portlet-document-library-upload-mask .overlaymask-content {
  border-radius: 5px; }

.lfr-search-combobox-item, .portlet-journal .lfr-search-combobox .search input {
  border-radius: 1px; }

.lfr-search-combobox .field-input-text {
  border-radius: 4px 1px 1px 4px; }

.lfr-search-combobox .button-input {
  border-radius: 1px 4px 4px 1px; }

.lfr-upload-container .progress-bar, .lfr-upload-container .progress, .lfr-editable:after {
  border-radius: 10px; }

body > .lfr-menu-list ul, .active-area-proxy, .entry-display-style .entry-thumbnail, .lfr-api-results, .lfr-translation-manager, .lfr-translation-manager-translation, .lfr-upload-container .cancel-button .modify-pages .delete-tab, .portlet-image-gallery-display .image-thumbnail img, .rule-group-instance-container .rule-group-instance, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote > div, .taglib-ratings.stars .rating-focused > div, .tags-search-combobox .field-input-text {
  border-radius: 4px; }

.entry-display-style, .lfr-search-combobox, .lfr-upload-container .upload-file, .lfr-upload-container .upload-target, .portlet-asset-tag-admin .merge-tag, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected, .portlet-image-gallery-display .image-icon, .select-documents, .select-files {
  border-radius: 5px; }

.portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper, .portlet-journal .lfr-ddm-container .field-wrapper {
  border-radius: 6px; }

.portlet-journal .display-page-item-container .display-page-item, .portlet-journal .display-page-item-container .display-page-item .display-page-item-remove, .taglib-categorization-filter .asset-entry {
  border-radius: 14px; }

.menu-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.taglib-form-navigator > .form-steps > ul.form-navigator.well {
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:focus .number {
    box-shadow: 0 0 5px 0 #333;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label .number {
    border-radius: 50%; }

.underlay-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.input-localized .lfr-input-localized-state {
  border-radius: 3px; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  box-shadow: 0 0 3px #DDD; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    box-shadow: 0 0 3px #FF0047; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  box-shadow: 0 0 3px #27C1F2; }

.lfr-add-panel .add-content-button .lfr-actions {
  border-radius: 2px; }

.lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.over, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.over {
  border-radius: 0; }

.lfr-add-panel .lfr-panel.lfr-extended {
  border-radius: 0;
  box-shadow: none; }

.lfr-add-panel .lfr-panel.lfr-extended .lfr-panel-titlebar, .lfr-add-panel .add-application-tab .lfr-add-content .lfr-title-category {
  background-image: -webkit-linear-gradient(#D2DBE4, #BDC8D6);
  background-image: linear-gradient(#D2DBE4, #BDC8D6); }

.lfr-add-panel .search-panel .add-content-search .field-input {
  border-radius: 4px; }

.lfr-add-dialog .add-content-menu .search-query, .lfr-add-panel .add-content-menu .search-query {
  border-radius: 15px; }

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  border-radius: 0;
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25); }

.lfr-message .lfr-message-control {
  border-radius: 10px; }

.lfr-token, .layout-customizable-controls, .lfr-translation-manager-delete-translation {
  border-radius: 8px; }

.customizable-layout-column-content {
  border-radius: 6px; }

.staging-tabview-list {
  border-radius: 0; }

.site-variations-tabview-list .tab-content, .staging-tabview-list .tab-active .tab-content, .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  box-shadow: none; }

.rule-group-instance-container .rule-group-instance {
  box-shadow: 1px 1px 2px #999; }

.lfr-action-label {
  border-radius: 2px; }

.lfr-api-service-search .field-input {
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box"; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  -moz-animation: progress-bar-stripes 0.5s linear infinite;
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  -o-animation: progress-bar-stripes 0.5s linear infinite;
  -ms-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite; }

.highlight-animation {
  -moz-animation: highlight-animation 0.7s;
  -webkit-animation: highlight-animation 0.7s;
  -o-animation: highlight-animation 0.7s;
  -ms-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

body:first-of-type .portlet-borderless-bar .portlet-actions {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px; }

body:first-of-type .portlet-borderless-bar .portlet-title-default {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px; }

body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
  max-width: 500px; }

body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  max-width: 200px; }

@media (max-width: 979px) {
  body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
    max-width: 200px; } }

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  transition: transform 0.3s ease; }

.portlet-document-library .entry-thumbnail .label, .portlet-document-library-display .workflow-status .label, .portlet-journal .entry-thumbnail .label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.upload-drop-active .lfr-upload-container .upload-target {
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none; }

.upload-drop-active .portlet-document-library .document-container {
  box-shadow: inset 0 0 5px #B8C1D1; }

.upload-drop-intent .lfr-upload-container .upload-target {
  -moz-animation: lfr-drop-active 1s ease 0.2s infinite;
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  -o-animation: lfr-drop-active 1s ease 0.2s infinite;
  -ms-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  box-shadow: initial; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  box-shadow: none; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: -webkit-linear-gradient(#FFF, #E4E4E4);
  background-image: linear-gradient(#FFF, #E4E4E4);
  border-radius: 2px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: -webkit-linear-gradient(#F2F2F2, #CCC);
  background-image: linear-gradient(#F2F2F2, #CCC); }

.box-cookies.hide {
  display: none !important; }

.box-cookies {
  position: fixed;
  background: #e6e2e1;
  width: 100%;
  z-index: 1000;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
  height: 50px;
  font-size: 17px; }

.msg-cookies {
  text-align: left;
  vertical-align: baseline; }

.link-modal {
  text-align: center;
  font-size: 17px; }

.btn.btn-position {
  right: 25%; }

.btn.btn-area {
  padding: 8px 70px !important; }

.btn.btn-aceitar-cookies .btn.btn-recusar-cookies {
  color: #32a041;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  padding: 4px; }

@media screen and (max-width: 801px) {
  .box-cookies {
    flex-direction: column;
    height: 170px;
    display: grid;
    justify-content: center;
    background: #eef1e6; }
  .btn.btn {
    width: 100%; }
  .btn.btn-position {
    right: 0%;
    justify-content: center; }
  .btn.btn-area {
    padding: 10px 10px !important; }
  .btn.btn-aceitar-cookies .btn.btn-recusar-cookies {
    width: 95%; } }

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

a:hover,
a:active {
  outline: 0; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
.google-maps img {
  max-width: none; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
input {
  *overflow: visible;
  line-height: normal; }

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

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

body {
  background-color: #fff;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin: 0; }

a {
  color: #08c;
  text-decoration: none; }

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline; }

.img-rounded {
  border-radius: 6px; }

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.img-circle {
  border-radius: 500px; }

.row {
  margin: 0 auto;
  *zoom: 1;
  width: 1050px; }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0; }
  .row:after {
    clear: both; }

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 0; }

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1050px; }

.span1 {
  width: 60px; }

.span2 {
  width: 150px; }

.span3 {
  width: 240px; }

.span4 {
  width: 330px; }

.span5 {
  width: 420px; }

.span6 {
  width: 510px; }

.span7 {
  width: 600px; }

.span8 {
  width: 690px; }

.span9 {
  width: 780px; }

.span10 {
  width: 870px; }

.span11 {
  width: 960px; }

.span12 {
  width: 1050px; }

.offset1 {
  margin-left: 120px; }

.offset2 {
  margin-left: 210px; }

.offset3 {
  margin-left: 300px; }

.offset4 {
  margin-left: 390px; }

.offset5 {
  margin-left: 480px; }

.offset6 {
  margin-left: 570px; }

.offset7 {
  margin-left: 660px; }

.offset8 {
  margin-left: 750px; }

.offset9 {
  margin-left: 840px; }

.offset10 {
  margin-left: 930px; }

.offset11 {
  margin-left: 1020px; }

.offset12 {
  margin-left: 1110px; }

.row-fluid {
  width: 100%;
  *zoom: 1; }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0; }
  .row-fluid:after {
    clear: both; }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 18px;
    box-sizing: border-box;
    float: left;
    margin-left: 2.85714%;
    *margin-left: 2.80952%; }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.85714%; }
  .row-fluid .span1 {
    width: 5.71429%;
    *width: 5.66667%; }
  .row-fluid .span2 {
    width: 14.28571%;
    *width: 14.2381%; }
  .row-fluid .span3 {
    width: 22.85714%;
    *width: 22.80952%; }
  .row-fluid .span4 {
    width: 31.42857%;
    *width: 31.38095%; }
  .row-fluid .span5 {
    width: 40%;
    *width: 39.95238%; }
  .row-fluid .span6 {
    width: 48.57143%;
    *width: 48.52381%; }
  .row-fluid .span7 {
    width: 57.14286%;
    *width: 57.09524%; }
  .row-fluid .span8 {
    width: 65.71429%;
    *width: 65.66667%; }
  .row-fluid .span9 {
    width: 74.28571%;
    *width: 74.2381%; }
  .row-fluid .span10 {
    width: 82.85714%;
    *width: 82.80952%; }
  .row-fluid .span11 {
    width: 91.42857%;
    *width: 91.38095%; }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.95238%; }
  .row-fluid .offset1 {
    margin-left: 11.42857%;
    *margin-left: 11.33333%; }
  .row-fluid .offset1:first-child {
    margin-left: 8.57143%;
    *margin-left: 8.47619%; }
  .row-fluid .offset2 {
    margin-left: 20%;
    *margin-left: 19.90476%; }
  .row-fluid .offset2:first-child {
    margin-left: 17.14286%;
    *margin-left: 17.04762%; }
  .row-fluid .offset3 {
    margin-left: 28.57143%;
    *margin-left: 28.47619%; }
  .row-fluid .offset3:first-child {
    margin-left: 25.71429%;
    *margin-left: 25.61905%; }
  .row-fluid .offset4 {
    margin-left: 37.14286%;
    *margin-left: 37.04762%; }
  .row-fluid .offset4:first-child {
    margin-left: 34.28571%;
    *margin-left: 34.19048%; }
  .row-fluid .offset5 {
    margin-left: 45.71429%;
    *margin-left: 45.61905%; }
  .row-fluid .offset5:first-child {
    margin-left: 42.85714%;
    *margin-left: 42.7619%; }
  .row-fluid .offset6 {
    margin-left: 54.28571%;
    *margin-left: 54.19048%; }
  .row-fluid .offset6:first-child {
    margin-left: 51.42857%;
    *margin-left: 51.33333%; }
  .row-fluid .offset7 {
    margin-left: 62.85714%;
    *margin-left: 62.7619%; }
  .row-fluid .offset7:first-child {
    margin-left: 60%;
    *margin-left: 59.90476%; }
  .row-fluid .offset8 {
    margin-left: 71.42857%;
    *margin-left: 71.33333%; }
  .row-fluid .offset8:first-child {
    margin-left: 68.57143%;
    *margin-left: 68.47619%; }
  .row-fluid .offset9 {
    margin-left: 80%;
    *margin-left: 79.90476%; }
  .row-fluid .offset9:first-child {
    margin-left: 77.14286%;
    *margin-left: 77.04762%; }
  .row-fluid .offset10 {
    margin-left: 88.57143%;
    *margin-left: 88.47619%; }
  .row-fluid .offset10:first-child {
    margin-left: 85.71429%;
    *margin-left: 85.61905%; }
  .row-fluid .offset11 {
    margin-left: 97.14286%;
    *margin-left: 97.04762%; }
  .row-fluid .offset11:first-child {
    margin-left: 94.28571%;
    *margin-left: 94.19048%; }
  .row-fluid .offset12 {
    margin-left: 105.71429%;
    *margin-left: 105.61905%; }
  .row-fluid .offset12:first-child {
    margin-left: 102.85714%;
    *margin-left: 102.7619%; }

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none; }

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right; }

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1; }
  .container:before, .container:after {
    display: table;
    content: "";
    line-height: 0; }
  .container:after {
    clear: both; }

.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
  *zoom: 1; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
    line-height: 0; }
  .container-fluid:after {
    clear: both; }

p {
  margin: 0 0 8px;
  line-height: 16px; }

.lead {
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 200;
  line-height: 23.8px; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

cite {
  font-style: normal; }

.muted {
  color: #999; }

a.muted:hover,
a.muted:focus {
  color: gray; }

.text-warning {
  color: #c09853; }

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c; }

.text-error {
  color: #b94a48; }

a.text-error:hover,
a.text-error:focus {
  color: #953b39; }

.text-info {
  color: #3a87ad; }

a.text-info:hover,
a.text-info:focus {
  color: #2d6987; }

.text-success {
  color: #468847; }

a.text-success:hover,
a.text-success:focus {
  color: #356635; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999; }

h1 {
  font-size: 47.88px;
  line-height: 56px;
  margin: 0 0 24px; }

h2 {
  font-size: 39.9px;
  line-height: 48px;
  margin: 0 0 24px; }

h3 {
  font-size: 31.92px;
  line-height: 48px;
  margin: 0 0 16px; }

h4 {
  font-size: 23.94px;
  line-height: 32px;
  margin: 0 0 16px; }

h5 {
  font-size: 15.96px;
  line-height: 20px;
  margin: 0 0 8px; }

h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 16px; }

h1 small {
  font-size: 24.5px; }

h2 small {
  font-size: 17.5px; }

h3 small {
  font-size: 14px; }

h4 small {
  font-size: 14px; }

.page-header {
  padding-bottom: 3px;
  margin: 8px 0 12px;
  border-bottom: 1px solid #eee; }

header ul, header ol, footer ul, footer ol, .page-footer ul, .page-footer ol {
  padding: 0;
  margin: 0 0 16px 0px;
  list-style: none; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

li {
  line-height: 24px; }

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none; }

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none; }
  ul.inline > li,
  ol.inline > li {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-bottom: 8px; }

dt,
dd {
  line-height: 8px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 4px; }

.dl-horizontal {
  *zoom: 1; }
  .dl-horizontal:before, .dl-horizontal:after {
    display: table;
    content: "";
    line-height: 0; }
  .dl-horizontal:after {
    clear: both; }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }

hr {
  margin: 8px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 8px;
  border-left: 5px solid #eee; }
  blockquote p {
    margin-bottom: 0;
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25; }
  blockquote small {
    display: block;
    line-height: 8px;
    color: #999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small {
      text-align: right; }
    blockquote.pull-right small:before {
      content: ''; }
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

address {
  display: block;
  margin-bottom: 8px;
  font-style: normal;
  line-height: 8px; }

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  border-radius: 3px; }

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap; }

pre {
  display: block;
  padding: 3.5px;
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 8px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px; }
  pre.prettyprint {
    margin-bottom: 8px; }
  pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

form {
  margin: 0; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 16px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
  legend small {
    font-size: 6px;
    color: #999; }

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px; }

input,
button,
select,
textarea {
  font-family: "Open Sans", sans-serif; }

label {
  display: block;
  margin-bottom: 5px; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  font-size: 14px;
  color: #555;
  border-radius: 4px;
  vertical-align: middle; }

input,
textarea,
.uneditable-input {
  width: 206px; }

textarea {
  height: auto; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select,
input[type="file"] {
  height: 18px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 18px; }

select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff; }

select[multiple],
select[size] {
  height: auto; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed; }

.uneditable-input {
  overflow: hidden;
  white-space: nowrap; }

.uneditable-textarea {
  width: auto;
  height: auto; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

.radio,
.checkbox {
  min-height: 8px;
  padding-left: 20px; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

.input-medium {
  width: 150px; }

.input-large {
  width: 210px; }

.input-xlarge {
  width: 270px; }

.input-xxlarge {
  width: 530px; }

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0; }

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block; }

input,
textarea,
.uneditable-input {
  margin-left: 0; }

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 30px; }

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px; }

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 136px; }

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 226px; }

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 316px; }

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 406px; }

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 496px; }

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 586px; }

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 676px; }

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 766px; }

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 856px; }

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 946px; }

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 1036px; }

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

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left; }

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853; }

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853; }

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .control-group.warning input:focus,
  .control-group.warning select:focus,
  .control-group.warning textarea:focus {
    border-color: #a47e3c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853; }

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48; }

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48; }

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .control-group.error input:focus,
  .control-group.error select:focus,
  .control-group.error textarea:focus {
    border-color: #953b39;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48; }

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847; }

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847; }

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .control-group.success input:focus,
  .control-group.success select:focus,
  .control-group.success textarea:focus {
    border-color: #356635;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847; }

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad; }

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad; }

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .control-group.info input:focus,
  .control-group.info select:focus,
  .control-group.info textarea:focus {
    border-color: #2d6987;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; }

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad; }

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }
  input:focus:invalid:focus,
  textarea:focus:invalid:focus,
  select:focus:invalid:focus {
    border-color: #e9322d;
    box-shadow: 0 0 6px #f8b9b7; }

.form-actions {
  padding: 7px 20px 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1; }
  .form-actions:before, .form-actions:after {
    display: table;
    content: "";
    line-height: 0; }
  .form-actions:after {
    clear: both; }

.help-block,
.help-inline {
  color: #595959; }

.help-block {
  display: block;
  margin-bottom: 4px; }

.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px; }

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 4px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap; }
  .input-append input,
  .input-append select,
  .input-append .uneditable-input,
  .input-append .dropdown-menu,
  .input-append .popover,
  .input-prepend input,
  .input-prepend select,
  .input-prepend .uneditable-input,
  .input-prepend .dropdown-menu,
  .input-prepend .popover {
    font-size: 14px; }
  .input-append input,
  .input-append select,
  .input-append .uneditable-input,
  .input-prepend input,
  .input-prepend select,
  .input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    border-radius: 0 4px 4px 0; }
    .input-append input:focus,
    .input-append select:focus,
    .input-append .uneditable-input:focus,
    .input-prepend input:focus,
    .input-prepend select:focus,
    .input-prepend .uneditable-input:focus {
      z-index: 2; }
  .input-append .add-on,
  .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 8px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 8px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc; }
  .input-append .add-on,
  .input-append .btn,
  .input-append .btn-group > .dropdown-toggle,
  .input-prepend .add-on,
  .input-prepend .btn,
  .input-prepend .btn-group > .dropdown-toggle {
    vertical-align: top;
    border-radius: 0; }
  .input-append .active,
  .input-prepend .active {
    background-color: #86e29b;
    border-color: #28a745; }

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px; }

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px; }

.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 4px 0 0 4px; }
  .input-append input + .btn-group .btn:last-child,
  .input-append select + .btn-group .btn:last-child,
  .input-append .uneditable-input + .btn-group .btn:last-child {
    border-radius: 0 4px 4px 0; }

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px; }

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 4px 4px 0; }

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0; }
  .input-prepend.input-append input + .btn-group .btn,
  .input-prepend.input-append select + .btn-group .btn,
  .input-prepend.input-append .uneditable-input + .btn-group .btn {
    border-radius: 0 4px 4px 0; }

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 4px 0 0 4px; }

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 4px 4px 0; }

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0; }

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  height: 34px;
  border-radius: 15px; }

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  border-radius: 0; }

.form-search .input-append .search-query {
  border-radius: 14px 0 0 14px; }

.form-search .input-append .btn {
  border-radius: 0 14px 14px 0; }

.form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0; }

.form-search .input-prepend .btn {
  border-radius: 14px 0 0 14px; }

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none; }

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block; }

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0; }

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0; }

.control-group {
  margin-bottom: 4px; }

legend + .control-group {
  margin-top: 8px;
  -webkit-margin-top-collapse: separate; }

.form-horizontal .control-group {
  margin-bottom: 8px;
  *zoom: 1; }
  .form-horizontal .control-group:before, .form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0; }
  .form-horizontal .control-group:after {
    clear: both; }

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right; }

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0; }
  .form-horizontal .controls:first-child {
    *padding-left: 180px; }

.form-horizontal .help-block {
  margin-bottom: 0; }

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 4px; }

.form-horizontal .form-actions {
  padding-left: 180px; }

.aui-field-select {
  height: auto; }

input.field {
  height: auto; }

div.alert, html div.portlet-msg-alert, html div.portlet-msg-error, html div.portlet-msg-help, html div.portlet-msg-info, html div.portlet-msg-progress, html div.portlet-msg-success {
  line-height: 1.4; }

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

.table {
  width: 100%;
  margin-bottom: 8px; }
  .table th,
  .table td {
    padding: 8px;
    line-height: 8px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table th {
    font-weight: bold; }
  .table thead th {
    vertical-align: bottom; }
  .table caption + thead tr:first-child th,
  .table caption + thead tr:first-child td,
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed th,
.table-condensed td {
  padding: 4px 5px; }

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-radius: 4px; }
  .table-bordered th,
  .table-bordered td {
    border-left: 1px solid #ddd; }
  .table-bordered caption + thead tr:first-child th,
  .table-bordered caption + tbody tr:first-child th,
  .table-bordered caption + tbody tr:first-child td,
  .table-bordered colgroup + thead tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child td,
  .table-bordered thead:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child td {
    border-top: 0; }
  .table-bordered thead:first-child tr:first-child > th:first-child,
  .table-bordered tbody:first-child tr:first-child > td:first-child,
  .table-bordered tbody:first-child tr:first-child > th:first-child {
    border-top-left-radius: 4px; }
  .table-bordered thead:first-child tr:first-child > th:last-child,
  .table-bordered tbody:first-child tr:first-child > td:last-child,
  .table-bordered tbody:first-child tr:first-child > th:last-child {
    border-top-right-radius: 4px; }
  .table-bordered thead:last-child tr:last-child > th:first-child,
  .table-bordered tbody:last-child tr:last-child > td:first-child,
  .table-bordered tbody:last-child tr:last-child > th:first-child,
  .table-bordered tfoot:last-child tr:last-child > td:first-child,
  .table-bordered tfoot:last-child tr:last-child > th:first-child {
    border-bottom-left-radius: 4px; }
  .table-bordered thead:last-child tr:last-child > th:last-child,
  .table-bordered tbody:last-child tr:last-child > td:last-child,
  .table-bordered tbody:last-child tr:last-child > th:last-child,
  .table-bordered tfoot:last-child tr:last-child > td:last-child,
  .table-bordered tfoot:last-child tr:last-child > th:last-child {
    border-bottom-right-radius: 4px; }
  .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 0; }
  .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 0; }
  .table-bordered caption + thead tr:first-child th:first-child,
  .table-bordered caption + tbody tr:first-child td:first-child,
  .table-bordered colgroup + thead tr:first-child th:first-child,
  .table-bordered colgroup + tbody tr:first-child td:first-child {
    border-top-left-radius: 4px; }
  .table-bordered caption + thead tr:first-child th:last-child,
  .table-bordered caption + tbody tr:first-child td:last-child,
  .table-bordered colgroup + thead tr:first-child th:last-child,
  .table-bordered colgroup + tbody tr:first-child td:last-child {
    border-top-right-radius: 4px; }

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5; }

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0; }

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0; }

.table td.span2,
.table th.span2 {
  float: none;
  width: 134px;
  margin-left: 0; }

.table td.span3,
.table th.span3 {
  float: none;
  width: 224px;
  margin-left: 0; }

.table td.span4,
.table th.span4 {
  float: none;
  width: 314px;
  margin-left: 0; }

.table td.span5,
.table th.span5 {
  float: none;
  width: 404px;
  margin-left: 0; }

.table td.span6,
.table th.span6 {
  float: none;
  width: 494px;
  margin-left: 0; }

.table td.span7,
.table th.span7 {
  float: none;
  width: 584px;
  margin-left: 0; }

.table td.span8,
.table th.span8 {
  float: none;
  width: 674px;
  margin-left: 0; }

.table td.span9,
.table th.span9 {
  float: none;
  width: 764px;
  margin-left: 0; }

.table td.span10,
.table th.span10 {
  float: none;
  width: 854px;
  margin-left: 0; }

.table td.span11,
.table th.span11 {
  float: none;
  width: 944px;
  margin-left: 0; }

.table td.span12,
.table th.span12 {
  float: none;
  width: 1034px;
  margin-left: 0; }

.table tbody tr.success > td {
  background-color: #dff0d8; }

.table tbody tr.error > td {
  background-color: #f2dede; }

.table tbody tr.warning > td {
  background-color: #fcf8e3; }

.table tbody tr.info > td {
  background-color: #d9edf7; }

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6; }

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc; }

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc; }

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3; }

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 8px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #fff, #ededed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ededed));
  background-image: -webkit-linear-gradient(top, #fff, #ededed);
  background-image: -o-linear-gradient(top, #fff, #ededed);
  background-image: linear-gradient(to bottom, #fff, #ededed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEDEDED', GradientType=0);
  border-color: #ededed #ededed #c7c7c7;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ededed;
  /* 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 #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  *margin-left: .3em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333;
    background-color: #ededed;
    *background-color: #e0e0e0; }
  .btn:active, .btn.active {
    background-color: #d4d4d4 \9; }
  .btn:first-child {
    *margin-left: 0; }
  .btn:hover, .btn:focus {
    color: #333;
    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; }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn.active, .btn:active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 65;
    box-shadow: none; }

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 6px; }

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px; }

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 3px; }

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0; }

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px; }

.btn-mini {
  padding: 0px 6px;
  font-size: 10.5px;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3fb2f4;
  background-image: -moz-linear-gradient(top, #3fcaf4, #3f8ef4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3fcaf4), to(#3f8ef4));
  background-image: -webkit-linear-gradient(top, #3fcaf4, #3f8ef4);
  background-image: -o-linear-gradient(top, #3fcaf4, #3f8ef4);
  background-image: linear-gradient(to bottom, #3fcaf4, #3f8ef4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3FCAF4', endColorstr='#FF3F8EF4', GradientType=0);
  border-color: #3f8ef4 #3f8ef4 #0c66da;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #3f8ef4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #3f8ef4;
    *background-color: #277ff3; }
  .btn-primary:active, .btn-primary.active {
    background-color: #0f71f1 \9; }

.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fd9742;
  background-image: -moz-linear-gradient(top, #fea860, #fd7e14);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fea860), to(#fd7e14));
  background-image: -webkit-linear-gradient(top, #fea860, #fd7e14);
  background-image: -o-linear-gradient(top, #fea860, #fd7e14);
  background-image: linear-gradient(to bottom, #fea860, #fd7e14);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEA860', endColorstr='#FFFD7E14', GradientType=0);
  border-color: #fd7e14 #fd7e14 #c35a02;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fd7e14;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: #fff;
    background-color: #fd7e14;
    *background-color: #f57102; }
  .btn-warning:active, .btn-warning.active {
    background-color: #dc6502 \9; }

.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ec1e11;
  background-image: -moz-linear-gradient(top, #ff3019, #cf0404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff3019), to(#cf0404));
  background-image: -webkit-linear-gradient(top, #ff3019, #cf0404);
  background-image: -o-linear-gradient(top, #ff3019, #cf0404);
  background-image: linear-gradient(to bottom, #ff3019, #cf0404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF3019', endColorstr='#FFCF0404', GradientType=0);
  border-color: #cf0404 #cf0404 #840303;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #cf0404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #fff;
    background-color: #cf0404;
    *background-color: #b60404; }
  .btn-danger:active, .btn-danger.active {
    background-color: #9d0303 \9; }

.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b0c722;
  background-image: -moz-linear-gradient(top, #bacd29, #a1bd17);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bacd29), to(#a1bd17));
  background-image: -webkit-linear-gradient(top, #bacd29, #a1bd17);
  background-image: -o-linear-gradient(top, #bacd29, #a1bd17);
  background-image: linear-gradient(to bottom, #bacd29, #a1bd17);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBACD29', endColorstr='#FFA1BD17', GradientType=0);
  border-color: #a1bd17 #a1bd17 #67790f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #a1bd17;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #fff;
    background-color: #a1bd17;
    *background-color: #8ea614; }
  .btn-success:active, .btn-success.active {
    background-color: #7a9011 \9; }

.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2a7fee;
  background-image: -moz-linear-gradient(top, #3c8bf3, #0f6ce7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3c8bf3), to(#0f6ce7));
  background-image: -webkit-linear-gradient(top, #3c8bf3, #0f6ce7);
  background-image: -o-linear-gradient(top, #3c8bf3, #0f6ce7);
  background-image: linear-gradient(to bottom, #3c8bf3, #0f6ce7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3C8BF3', endColorstr='#FF0F6CE7', GradientType=0);
  border-color: #0f6ce7 #0f6ce7 #0a4a9f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0f6ce7;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: #fff;
    background-color: #0f6ce7;
    *background-color: #0d61cf; }
  .btn-info:active, .btn-info.active {
    background-color: #0c56b7 \9; }

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#222));
  background-image: -webkit-linear-gradient(top, #333, #222);
  background-image: -o-linear-gradient(top, #333, #222);
  background-image: linear-gradient(to bottom, #333, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF222222', GradientType=0);
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #fff;
    background-color: #222;
    *background-color: #151515; }
  .btn-inverse:active, .btn-inverse.active {
    background-color: #090909 \9; }

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px; }
  button.btn::-moz-focus-inner,
  input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0; }
  button.btn.btn-large,
  input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px; }
  button.btn.btn-small,
  input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px; }
  button.btn.btn-mini,
  input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px; }

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none; }

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  border-radius: 0; }

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none; }

.btn {
  line-height: 24px; }

.btn-hidden {
  display: none; }

.btn.close:focus,
.btn.close:focus,
.btn.close:hover,
html .btn.close:hover,
html .btn.close.active,
.btn.close.active,
.btn.active.close {
  box-shadow: none; }

.btn.close:active, html .btn.close:active {
  box-shadow: none; }

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em; }
  .btn-group:first-child {
    *margin-left: 0; }

.btn-group + .btn-group {
  margin-left: 5px; }

.btn-toolbar {
  font-size: 0;
  margin-top: 4px;
  margin-bottom: 4px; }
  .btn-toolbar > .btn + .btn,
  .btn-toolbar > .btn-group + .btn,
  .btn-toolbar > .btn + .btn-group {
    margin-left: 5px; }

.btn-group > .btn {
  position: relative;
  border-radius: 0; }

.btn-group > .btn + .btn {
  margin-left: -1px; }

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px; }

.btn-group > .btn-mini {
  font-size: 10.5px; }

.btn-group > .btn-small {
  font-size: 11.9px; }

.btn-group > .btn-large {
  font-size: 17.5px; }

.btn-group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.btn-group > .btn.large:first-child {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px; }

.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px; }

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px; }

.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px; }

.btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn-group.open .btn.dropdown-toggle {
  background-color: #ededed; }

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #3f8ef4; }

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #fd7e14; }

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #cf0404; }

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #a1bd17; }

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #0f6ce7; }

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222; }

.btn .caret {
  margin-top: 8px;
  margin-left: 0; }

.btn-large .caret {
  margin-top: 6px; }

.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px; }

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px; }

.dropup .btn-large .caret {
  border-bottom-width: 5px; }

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1; }

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  border-radius: 0; }

.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px; }

.btn-group-vertical > .btn:first-child {
  border-radius: 4px 4px 0 0; }

.btn-group-vertical > .btn:last-child {
  border-radius: 0 0 4px 4px; }

.btn-group-vertical > .btn-large:first-child {
  border-radius: 6px 6px 0 0; }

.btn-group-vertical > .btn-large:last-child {
  border-radius: 0 0 6px 6px; }

.btn-group-hidden {
  display: none; }

.alert, html .portlet-msg-alert, html .portlet-msg-error, html .portlet-msg-help, html .portlet-msg-info, html .portlet-msg-progress, html .portlet-msg-success {
  padding: 8px 35px 8px 14px;
  margin-bottom: 8px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px; }

.alert, html .portlet-msg-alert, html .portlet-msg-error, html .portlet-msg-help, html .portlet-msg-info, html .portlet-msg-progress, html .portlet-msg-success,
.alert h4,
html .portlet-msg-alert h4,
html .portlet-msg-error h4,
html .portlet-msg-help h4,
html .portlet-msg-info h4,
html .portlet-msg-progress h4,
html .portlet-msg-success h4 {
  color: #c09853; }


.alert h4,
html .portlet-msg-alert h4,
html .portlet-msg-error h4,
html .portlet-msg-help h4,
html .portlet-msg-info h4,
html .portlet-msg-progress h4,
html .portlet-msg-success h4 {
  margin: 0; }

.alert .close, html .portlet-msg-alert .close, html .portlet-msg-error .close, html .portlet-msg-help .close, html .portlet-msg-info .close, html .portlet-msg-progress .close, html .portlet-msg-success .close, .alert html .btn.close, html .alert .btn.close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 8px; }

.alert-success, html .portlet-msg-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }

.alert-success h4, html .portlet-msg-success h4 {
  color: #468847; }

.alert-danger, html .portlet-msg-error,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.alert-danger h4, html .portlet-msg-error h4,
.alert-error h4 {
  color: #b94a48; }

.alert-info, html .portlet-msg-help, html .portlet-msg-info, html .portlet-msg-progress {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }

.alert-info h4, html .portlet-msg-help h4, html .portlet-msg-info h4, html .portlet-msg-progress h4 {
  color: #3a87ad; }

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0; }

.alert-block p + p {
  margin-top: 5px; }

.nav {
  margin-left: 0;
  margin-bottom: 8px;
  list-style: none; }

.nav > li > a {
  display: block; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.nav > li > a > img {
  max-width: none; }

.nav > .pull-right {
  float: right; }

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 8px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase; }

.nav li + .nav-header {
  margin-top: 9px; }

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0; }

.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.nav-list > li > a {
  padding: 3px 15px; }

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c; }

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px; }

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 3px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff; }

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

.nav-tabs > li,
.nav-pills > li {
  float: left; }

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  margin-bottom: -1px; }

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 8px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: #eee #eee #ddd; }

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px; }

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li > a {
  margin-right: 0; }

.nav-tabs.nav-stacked {
  border-bottom: 0; }

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0; }

.nav-tabs.nav-stacked > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2; }

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px; }

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px; }

.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px; }

.nav-pills .dropdown-menu {
  border-radius: 6px; }

.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px; }

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580; }

/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px; }

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555; }

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer; }

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999; }

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 100; }

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999; }

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

.tab-content {
  overflow: auto; }

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd; }

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px; }
  .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
    border-bottom-color: transparent;
    border-top-color: #ddd; }

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd; }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none; }

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd; }

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px; }

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee; }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff; }

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd; }

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0; }

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd; }

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff; }

.nav > .disabled > a {
  color: #999; }

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default; }

.tabbable-hidden {
  display: none; }

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 8px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    text-shadow: 0 1px 0 #fff; }
    .breadcrumb > li > .divider {
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb .active {
    color: #999; }

.pagination {
  margin: 8px 0; }

.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.pagination ul > li {
  display: inline; }

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 8px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0; }

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5; }

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default; }

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default; }

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination-centered {
  text-align: center; }

.pagination-right {
  text-align: right; }

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px; }

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px; }

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 10.5px; }

.pagination-hidden {
  display: none; }

.pager {
  margin: 8px 0;
  list-style: none;
  text-align: center;
  *zoom: 1; }
  .pager:before, .pager:after {
    display: table;
    content: "";
    line-height: 0; }
  .pager:after {
    clear: both; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 80; }

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none; }
  .modal.fade {
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
    top: -25%; }
  .modal.fade.in {
    top: 10%; }

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }
  .modal-header .close, .modal-header html .btn.close, html .modal-header .btn.close {
    margin-top: 2px; }
  .modal-header h3 {
    margin: 0;
    line-height: 30px; }

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px; }

.modal-form {
  margin-bottom: 0; }

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: "";
    line-height: 0; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-hidden {
  display: none; }

.modal-content {
  overflow: hidden; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0; }
  .tooltip.in {
    opacity: 80; }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip-help {
  font-size: 14px; }
  .tooltip-help .tooltip-inner {
    color: #535353;
    background-color: #fdfaec;
    border: 1px solid #b0ad95;
    max-width: 400px;
    text-align: left; }
  .tooltip-help.top .tooltip-arrow {
    border-top-color: #b0ad95; }
  .tooltip-help.right .tooltip-arrow {
    border-right-color: #b0ad95; }
  .tooltip-help.left .tooltip-arrow {
    border-left-color: #b0ad95; }
  .tooltip-help.bottom .tooltip-arrow {
    border-bottom-color: #b0ad95; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }
  .popover-title:empty {
    display: none; }

.popover-content {
  padding: 9px 14px; }

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.popover-hidden {
  display: none; }

.thumbnails {
  margin-left: -30px;
  list-style: none;
  *zoom: 1; }
  .thumbnails:before, .thumbnails:after {
    display: table;
    content: "";
    line-height: 0; }
  .thumbnails:after {
    clear: both; }

.row-fluid .thumbnails {
  margin-left: 0; }

.thumbnails > li {
  float: left;
  margin-bottom: 8px;
  margin-left: 30px; }

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); }

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.thumbnail .caption {
  padding: 9px;
  color: #555; }

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }

.media > .pull-right {
  margin-left: 10px; }

.media-list {
  margin-left: 0;
  list-style: none; }

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999; }

.label {
  border-radius: 3px; }

.badge {
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px; }

.label:empty,
.badge:empty {
  display: none; }

a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-important {
  background-color: #b94a48; }

.label-important[href] {
  background-color: #953b39; }

.label-warning {
  background-color: #fd7e14; }

.label-warning[href] {
  background-color: #dc6502; }

.label-success {
  background-color: #468847; }

.label-success[href] {
  background-color: #356635; }

.label-info {
  background-color: #3a87ad; }

.label-info[href] {
  background-color: #2d6987; }

.label-inverse {
  background-color: #333; }

.label-inverse[href] {
  background-color: #1a1a1a; }

.badge-important {
  background-color: #b94a48; }

.badge-important[href] {
  background-color: #953b39; }

.badge-warning {
  background-color: #fd7e14; }

.badge-warning[href] {
  background-color: #dc6502; }

.badge-success {
  background-color: #468847; }

.badge-success[href] {
  background-color: #356635; }

.badge-info {
  background-color: #3a87ad; }

.badge-info[href] {
  background-color: #2d6987; }

.badge-inverse {
  background-color: #333; }

.badge-inverse[href] {
  background-color: #1a1a1a; }

.btn .label,
.btn .badge {
  position: relative;
  top: -1px; }

.btn-mini .label,
.btn-mini .badge {
  top: 0; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-ms-keyframes progress-bar-stripes {
from {
    background-position: 40px 0; }
to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 8px;
  margin-bottom: 8px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress .bar + .bar {
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); }

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0); }

.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-success .bar, .progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0); }

.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0); }

.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-warning .bar, .progress .bar-warning {
  background-color: #fd9742;
  background-image: -moz-linear-gradient(top, #fea860, #fd7e14);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fea860), to(#fd7e14));
  background-image: -webkit-linear-gradient(top, #fea860, #fd7e14);
  background-image: -o-linear-gradient(top, #fea860, #fd7e14);
  background-image: linear-gradient(to bottom, #fea860, #fd7e14);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEA860', endColorstr='#FFFD7E14', GradientType=0); }

.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fea860;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-hiden {
  display: none; }

.progress.vertical {
  width: 8px;
  height: 100%;
  margin-right: 8px; }

.progress .bar {
  overflow: hidden; }

.progress .bar p {
  margin: 0;
  color: #fff;
  font-size: 11px;
  text-align: center;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25); }

.progress.vertical .bar {
  width: 100%;
  height: 0; }

.progress.vertical.bottom {
  position: relative; }

.progress.vertical.bottom .bar {
  position: absolute;
  bottom: 0; }

.accordion {
  margin-bottom: 8px; }

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

.accordion-heading {
  border-bottom: 0; }

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px; }

.accordion-toggle {
  cursor: pointer; }

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5; }

.carousel {
  position: relative;
  margin-bottom: 8px;
  line-height: 1; }

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative; }

.carousel-inner > .item {
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    line-height: 1; }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  border-radius: 23px;
  opacity: 50; }
  .carousel-control.right {
    left: auto;
    right: 15px; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: 90; }

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none; }
  .carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75); }

.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 8px; }

.carousel-caption h4 {
  margin: 0 0 5px; }

.carousel-caption p {
  margin-bottom: 0; }

.carousel-hidden {
  display: none; }

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 12px;
  color: inherit;
  background-color: #eee;
  border-radius: 6px; }
  .hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px; }
  .hero-unit li {
    line-height: 12px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.affix {
  position: fixed; }

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

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 18px;
  box-sizing: border-box; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  /*Webkit and IE7 let clipped content change the scroll height of the page*/
  /*Scale webkit to 0*/
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0px;
  -webkit-transform-origin-y: 0px;
  /*Change IE7 to using fixed*/
  *position: fixed !important;
  /*...And reset back to absolute for IE6*/
  _position: absolute !important; }

.force-offset {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important; }

.unselectable, .unselectable * {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.scroll-lock {
  height: 100%;
  margin: 0;
  overflow: hidden;
  width: 100%; }

/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width; }

.hidden {
  display: none;
  visibility: hidden; }

.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

.visible-desktop {
  display: inherit !important; }

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important; }
  .visible-desktop {
    display: none !important; }
  .visible-tablet {
    display: inherit !important; }
  .hidden-tablet {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important; }
  .visible-desktop {
    display: none !important; }
  .visible-phone {
    display: inherit !important; }
  .hidden-phone {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: inherit !important; }
  .hidden-print {
    display: none !important; } }

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

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 18px;
  box-sizing: border-box; }

@media (min-width: 1200px) {
  .row {
    margin: 0 auto;
    *zoom: 1;
    width: 1050px; }
    .row:before, .row:after {
      display: table;
      content: "";
      line-height: 0; }
    .row:after {
      clear: both; }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 0; }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1050px; }
  .span1 {
    width: 60px; }
  .span2 {
    width: 150px; }
  .span3 {
    width: 240px; }
  .span4 {
    width: 330px; }
  .span5 {
    width: 420px; }
  .span6 {
    width: 510px; }
  .span7 {
    width: 600px; }
  .span8 {
    width: 690px; }
  .span9 {
    width: 780px; }
  .span10 {
    width: 870px; }
  .span11 {
    width: 960px; }
  .span12 {
    width: 1050px; }
  .offset1 {
    margin-left: 120px; }
  .offset2 {
    margin-left: 210px; }
  .offset3 {
    margin-left: 300px; }
  .offset4 {
    margin-left: 390px; }
  .offset5 {
    margin-left: 480px; }
  .offset6 {
    margin-left: 570px; }
  .offset7 {
    margin-left: 660px; }
  .offset8 {
    margin-left: 750px; }
  .offset9 {
    margin-left: 840px; }
  .offset10 {
    margin-left: 930px; }
  .offset11 {
    margin-left: 1020px; }
  .offset12 {
    margin-left: 1110px; }
  .row-fluid {
    width: 100%;
    *zoom: 1; }
    .row-fluid:before, .row-fluid:after {
      display: table;
      content: "";
      line-height: 0; }
    .row-fluid:after {
      clear: both; }
    .row-fluid [class*="span"] {
      display: block;
      width: 100%;
      min-height: 18px;
      box-sizing: border-box;
      float: left;
      margin-left: 2.85714%;
      *margin-left: 2.80952%; }
    .row-fluid [class*="span"]:first-child {
      margin-left: 0; }
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
      margin-left: 2.85714%; }
    .row-fluid .span1 {
      width: 5.71429%;
      *width: 5.66667%; }
    .row-fluid .span2 {
      width: 14.28571%;
      *width: 14.2381%; }
    .row-fluid .span3 {
      width: 22.85714%;
      *width: 22.80952%; }
    .row-fluid .span4 {
      width: 31.42857%;
      *width: 31.38095%; }
    .row-fluid .span5 {
      width: 40%;
      *width: 39.95238%; }
    .row-fluid .span6 {
      width: 48.57143%;
      *width: 48.52381%; }
    .row-fluid .span7 {
      width: 57.14286%;
      *width: 57.09524%; }
    .row-fluid .span8 {
      width: 65.71429%;
      *width: 65.66667%; }
    .row-fluid .span9 {
      width: 74.28571%;
      *width: 74.2381%; }
    .row-fluid .span10 {
      width: 82.85714%;
      *width: 82.80952%; }
    .row-fluid .span11 {
      width: 91.42857%;
      *width: 91.38095%; }
    .row-fluid .span12 {
      width: 100%;
      *width: 99.95238%; }
    .row-fluid .offset1 {
      margin-left: 11.42857%;
      *margin-left: 11.33333%; }
    .row-fluid .offset1:first-child {
      margin-left: 8.57143%;
      *margin-left: 8.47619%; }
    .row-fluid .offset2 {
      margin-left: 20%;
      *margin-left: 19.90476%; }
    .row-fluid .offset2:first-child {
      margin-left: 17.14286%;
      *margin-left: 17.04762%; }
    .row-fluid .offset3 {
      margin-left: 28.57143%;
      *margin-left: 28.47619%; }
    .row-fluid .offset3:first-child {
      margin-left: 25.71429%;
      *margin-left: 25.61905%; }
    .row-fluid .offset4 {
      margin-left: 37.14286%;
      *margin-left: 37.04762%; }
    .row-fluid .offset4:first-child {
      margin-left: 34.28571%;
      *margin-left: 34.19048%; }
    .row-fluid .offset5 {
      margin-left: 45.71429%;
      *margin-left: 45.61905%; }
    .row-fluid .offset5:first-child {
      margin-left: 42.85714%;
      *margin-left: 42.7619%; }
    .row-fluid .offset6 {
      margin-left: 54.28571%;
      *margin-left: 54.19048%; }
    .row-fluid .offset6:first-child {
      margin-left: 51.42857%;
      *margin-left: 51.33333%; }
    .row-fluid .offset7 {
      margin-left: 62.85714%;
      *margin-left: 62.7619%; }
    .row-fluid .offset7:first-child {
      margin-left: 60%;
      *margin-left: 59.90476%; }
    .row-fluid .offset8 {
      margin-left: 71.42857%;
      *margin-left: 71.33333%; }
    .row-fluid .offset8:first-child {
      margin-left: 68.57143%;
      *margin-left: 68.47619%; }
    .row-fluid .offset9 {
      margin-left: 80%;
      *margin-left: 79.90476%; }
    .row-fluid .offset9:first-child {
      margin-left: 77.14286%;
      *margin-left: 77.04762%; }
    .row-fluid .offset10 {
      margin-left: 88.57143%;
      *margin-left: 88.47619%; }
    .row-fluid .offset10:first-child {
      margin-left: 85.71429%;
      *margin-left: 85.61905%; }
    .row-fluid .offset11 {
      margin-left: 97.14286%;
      *margin-left: 97.04762%; }
    .row-fluid .offset11:first-child {
      margin-left: 94.28571%;
      *margin-left: 94.19048%; }
    .row-fluid .offset12 {
      margin-left: 105.71429%;
      *margin-left: 105.61905%; }
    .row-fluid .offset12:first-child {
      margin-left: 102.85714%;
      *margin-left: 102.7619%; }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0; }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px; }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 46px; }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 136px; }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 226px; }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 316px; }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 406px; }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 496px; }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 586px; }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 676px; }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 766px; }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 856px; }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 946px; }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1036px; }
  .thumbnails {
    margin-left: -30px; }
  .thumbnails > li {
    margin-left: 30px; }
  .row-fluid .thumbnails {
    margin-left: 0; } }

@media (min-width: 768px) and (max-width: 979px) {
  body {
    padding-left: 0px;
    padding-right: 0px; }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px; }
  .container-fluid {
    padding: 0; }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left; }
  .dl-horizontal dd {
    margin-left: 0; }
  .container {
    width: auto; }
  .row-fluid {
    width: 100%; }
  .row,
  .thumbnails {
    margin-left: 0; }
  .thumbnails > li {
    float: none;
    margin-left: 0; }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0; }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 18px;
    box-sizing: border-box; }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto; }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0; }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0; }
    .modal.fade {
      top: -100px; }
    .modal.fade.in {
      top: 20px; } }

@media (max-width: 767px) {
  body {
    padding-left: 0px;
    padding-right: 0px; }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px; }
  .container-fluid {
    padding: 0; }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left; }
  .dl-horizontal dd {
    margin-left: 0; }
  .container {
    width: auto; }
  .row-fluid {
    width: 100%; }
  .row,
  .thumbnails {
    margin-left: 0; }
  .thumbnails > li {
    float: none;
    margin-left: 0; }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box; }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    box-sizing: border-box; }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0; }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 18px;
    box-sizing: border-box; }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto; }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0; }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0; }
    .modal.fade {
      top: -100px; }
    .modal.fade.in {
      top: 20px; } }

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0); }
  .page-header h1 small {
    display: block;
    line-height: 8px; }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc; }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left; }
  .form-horizontal .controls {
    margin-left: 0; }
  .form-horizontal .control-list {
    padding-top: 0; }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px; }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px; }
  .media-object {
    margin-right: 0;
    margin-left: 0; }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px; }
  .modal-header .close, .modal-header html .btn.close, html .modal-header .btn.close {
    padding: 10px;
    margin: -10px; }
  .carousel-caption {
    position: static; } }

@media (max-width: 979px) {
  body {
    padding-top: 0; }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static; }
  .navbar-fixed-top {
    margin-bottom: 8px; }
  .navbar-fixed-bottom {
    margin-top: 8px; }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px; }
  .navbar .container {
    width: auto;
    padding: 0; }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px; }
  .nav-collapse {
    clear: both; }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 4px; }
  .nav-collapse .nav > li {
    float: none; }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px; }
  .nav-collapse .nav > .divider-vertical {
    display: none; }
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none; }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    border-radius: 3px; }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    border-radius: 4px; }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px; }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2; }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999; }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111; }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0; }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none; }
  .nav-collapse .open > .dropdown-menu {
    display: block; }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none; }
  .nav-collapse .dropdown-menu .divider {
    display: none; }
  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none; }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 4px 15px;
    margin: 4px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111; }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0; }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0; }
  .navbar .btn-navbar {
    display: block; }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important; } }

a:hover, a:active, a:focus, a:visited {
  text-decoration: none; }

dt,
dd,
.table th,
.table td,
.dropdown-menu > li > a {
  line-height: 24px; }

header#banner #pin-map {
  visibility: hidden; }
  @media (max-width: 767px) {
    header#banner #pin-map {
      display: none; } }

header#banner {
  background: #EEF1EC; }
  header#banner #heading {
    padding: 2.3rem 0; }
    @media (max-width: 979px) {
      header#banner #heading {
        padding-bottom: 0; } }
    header#banner #heading .site-title {
      margin-bottom: 0;
      display: inline-block; }
      @media (max-width: 979px) {
        header#banner #heading .site-title {
          padding-bottom: 24px;
          margin-left: 16px; } }
      header#banner #heading .site-title a.logo {
        width: 14.285rem; }
        @media (max-width: 455px) {
          header#banner #heading .site-title a.logo {
            width: 9.285rem; } }
        header#banner #heading .site-title a.logo img {
          vertical-align: top; }
      header#banner #heading .site-title span.site-name {
        display: none; }
    header#banner #heading .page-title {
      display: none; }
    header#banner #heading nav#navigation {
      float: right;
      padding: 0;
      position: relative;
      font-family: "Roboto", sans-serif; }
      header#banner #heading nav#navigation .portlet-search-bar .portlet-topper {
        margin-top: -45px; }
      header#banner #heading nav#navigation .portlet-search-bar .panel-body {
        padding: 0 0 0 0; }
        header#banner #heading nav#navigation .portlet-search-bar .panel-body .search-style .input-group {
          display: block; }
      @media (max-width: 979px) {
        header#banner #heading nav#navigation {
          background: #DFE4DD;
          display: none;
          padding: 0;
          width: 100%; } }
      header#banner #heading nav#navigation ul {
        float: left;
        margin: 0; }
        @media (max-width: 979px) {
          header#banner #heading nav#navigation ul {
            float: none;
            margin: 0; } }
        header#banner #heading nav#navigation ul:first-of-type {
          margin-top: 2.86em; }
          @media (max-width: 767px) {
            header#banner #heading nav#navigation ul:first-of-type {
              margin-top: 0; } }
        header#banner #heading nav#navigation ul li {
          float: left;
          margin: 0 0 0 28px;
          text-transform: uppercase; }
          header#banner #heading nav#navigation ul li.line-divisor {
            margin-left: 14px;
            color: #999999;
            font-size: 32px;
            text-decoration: none;
            font-weight: lighter; }
            @media (max-width: 979px) {
              header#banner #heading nav#navigation ul li.line-divisor {
                display: none; } }
          @media (max-width: 979px) {
            header#banner #heading nav#navigation ul li {
              margin: 0;
              float: none;
              line-height: normal; }
              header#banner #heading nav#navigation ul li.lang-style-content {
                background: #eef1ec; } }
          header#banner #heading nav#navigation ul li a {
            color: #3F3F3F;
            font-size: 12px; }
            header#banner #heading nav#navigation ul li a.lang-style {
              color: #999999;
              font-weight: 500; }
            header#banner #heading nav#navigation ul li a.lang-style[href*="libras"]:before {
              font-size: 24px;
              font-family: icones-ifsc;
              content: "\e90a";
              text-decoration: none;
              font-weight: lighter;
              color: #83A7A5; }
            header#banner #heading nav#navigation ul li a.lang-style[href*="libras"] span {
              display: none; }
            header#banner #heading nav#navigation ul li a.lang-style[href*="eng"] {
              margin-left: -16px; }
            @media (max-width: 979px) {
              header#banner #heading nav#navigation ul li a {
                margin: 0 18px;
                display: block;
                line-height: 49px;
                border-bottom: 1px solid #979797; }
                header#banner #heading nav#navigation ul li a.lang-style {
                  color: #8f9296; }
                  header#banner #heading nav#navigation ul li a.lang-style[href*="eng"] {
                    margin-left: 18px;
                    border: none; }
                  header#banner #heading nav#navigation ul li a.lang-style[href*="libras"] span {
                    display: inline;
                    margin-left: 10px; } }
          header#banner #heading nav#navigation ul li.selected a, header#banner #heading nav#navigation ul li:hover {
            color: #0F5F5C;
            font-weight: 700; }
          header#banner #heading nav#navigation ul li .delete-tab {
            display: none; }
      header#banner #heading nav#navigation .nav-others-style ul {
        margin: 0; }
        header#banner #heading nav#navigation .nav-others-style ul li a.selected a, header#banner #heading nav#navigation .nav-others-style ul li a:hover, header#banner #heading nav#navigation .nav-others-style ul li a:hover::before, header#banner #heading nav#navigation .nav-others-style ul li a.selected::before {
          color: #0F5F5C; }
        @media (max-width: 979px) {
          header#banner #heading nav#navigation .nav-others-style ul {
            width: 100%; } }
      @media (max-width: 979px) {
        header#banner #heading nav#navigation .nav-others-style {
          float: none; } }
      header#banner #heading nav#navigation .portlet-search-bar,
      header#banner #heading nav#navigation .search-style {
        background: #eef1ec;
        float: right;
        position: absolute;
        right: 0;
        top: -32px;
        width: 200px;
        -webkit-transition-property: width;
        -moz-transition-property: width;
        transition-property: width;
        -webkit-transition-duration: 0.1s;
        -moz-transition-duration: 0.1s;
        -o-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        transition-timing-function: ease-in; }
        header#banner #heading nav#navigation .portlet-search-bar form,
        header#banner #heading nav#navigation .search-style form {
          background: #eef1ec; }
        @media (max-width: 979px) {
          header#banner #heading nav#navigation .portlet-search-bar,
          header#banner #heading nav#navigation .search-style {
            background: #fff;
            clear: both;
            float: initial;
            padding: 30px 18px 30px 18px;
            position: inherit;
            width: auto; } }
        header#banner #heading nav#navigation .portlet-search-bar .search-style__group,
        header#banner #heading nav#navigation .search-style .search-style__group {
          border: 1px solid #83A7A5;
          border-radius: 3px;
          margin-top: -10px; }
          @media (max-width: 979px) {
            header#banner #heading nav#navigation .portlet-search-bar .search-style__group,
            header#banner #heading nav#navigation .search-style .search-style__group {
              margin-top: 0; } }
          header#banner #heading nav#navigation .portlet-search-bar .search-style__group input#input-search,
          header#banner #heading nav#navigation .portlet-search-bar .search-style__group input.input-search,
          header#banner #heading nav#navigation .search-style .search-style__group input#input-search,
          header#banner #heading nav#navigation .search-style .search-style__group input.input-search {
            background: transparent;
            border: 0;
            margin: 4px 0;
            width: 145px;
            outline: none;
            box-shadow: none;
            color: #8F9296;
            opacity: 0.5; }
            header#banner #heading nav#navigation .portlet-search-bar .search-style__group input#input-search:focus,
            header#banner #heading nav#navigation .portlet-search-bar .search-style__group input.input-search:focus,
            header#banner #heading nav#navigation .search-style .search-style__group input#input-search:focus,
            header#banner #heading nav#navigation .search-style .search-style__group input.input-search:focus {
              border: 0;
              box-shadow: none; }
            @media (max-width: 979px) {
              header#banner #heading nav#navigation .portlet-search-bar .search-style__group input#input-search,
              header#banner #heading nav#navigation .portlet-search-bar .search-style__group input.input-search,
              header#banner #heading nav#navigation .search-style .search-style__group input#input-search,
              header#banner #heading nav#navigation .search-style .search-style__group input.input-search {
                width: 81%; } }
          header#banner #heading nav#navigation .portlet-search-bar .search-style__group button.search-style__btn,
          header#banner #heading nav#navigation .search-style .search-style__group button.search-style__btn {
            background: transparent;
            border: 0;
            height: 40px;
            width: 40px;
            display: inline-flex;
            align-items: center; }
            header#banner #heading nav#navigation .portlet-search-bar .search-style__group button.search-style__btn:before,
            header#banner #heading nav#navigation .search-style .search-style__group button.search-style__btn:before {
              color: #84A6A5;
              font-family: "icones-ifsc";
              content: "\e904"; }
            @media (max-width: 979px) {
              header#banner #heading nav#navigation .portlet-search-bar .search-style__group button.search-style__btn,
              header#banner #heading nav#navigation .search-style .search-style__group button.search-style__btn {
                float: right;
                position: inherit; } }
        header#banner #heading nav#navigation .portlet-search-bar.active-search,
        header#banner #heading nav#navigation .search-style.active-search {
          width: 100%; }
          header#banner #heading nav#navigation .portlet-search-bar.active-search .search-custom__form .search-style__group #input-search,
          header#banner #heading nav#navigation .portlet-search-bar.active-search .search-custom__form .search-style__group .input-search,
          header#banner #heading nav#navigation .search-style.active-search .search-custom__form .search-style__group #input-search,
          header#banner #heading nav#navigation .search-style.active-search .search-custom__form .search-style__group .input-search {
            width: 93%;
            opacity: 1; }
          header#banner #heading nav#navigation .portlet-search-bar.active-search .search-custom__form .search-style__group .search-style__btn:before,
          header#banner #heading nav#navigation .search-style.active-search .search-custom__form .search-style__group .search-style__btn:before {
            color: #0F5F5C; }
          @media (max-width: 979px) {
            header#banner #heading nav#navigation .portlet-search-bar.active-search,
            header#banner #heading nav#navigation .search-style.active-search {
              width: auto; }
              header#banner #heading nav#navigation .portlet-search-bar.active-search .search-custom__form .search-style__group #input-search,
              header#banner #heading nav#navigation .portlet-search-bar.active-search .search-custom__form .search-style__group .input-search,
              header#banner #heading nav#navigation .search-style.active-search .search-custom__form .search-style__group #input-search,
              header#banner #heading nav#navigation .search-style.active-search .search-custom__form .search-style__group .input-search {
                width: 84%; } }
    header#banner #heading .navbar-header, header#banner #heading .search-header {
      margin: 0 0 16px 0; }
      header#banner #heading .navbar-header .menu-responsive, header#banner #heading .search-header .menu-responsive {
        background: transparent;
        border: 1px solid #84A6A5;
        box-shadow: none;
        margin: 0;
        padding: 11px 19px;
        border-radius: 0;
        font-size: 18px; }
        header#banner #heading .navbar-header .menu-responsive .icon-reorder, header#banner #heading .navbar-header .menu-responsive .icon-search, header#banner #heading .search-header .menu-responsive .icon-reorder, header#banner #heading .search-header .menu-responsive .icon-search {
          color: #84A6A5; }
    @media (max-width: 979px) {
      header#banner #heading.navbar-active nav#navigation {
        display: block !important; }
      header#banner #heading.navbar-active i.icon-reorder::before {
        font-family: icones-ifsc;
        content: "\e906"; }
      header#banner #heading.search-active nav#navigation {
        display: block !important; }
        header#banner #heading.search-active nav#navigation li:not(.search-style) {
          display: none; }
      header#banner #heading.search-active i.icon-search::before {
        font-family: icones-ifsc;
        content: "\e906"; } }

.top-banner {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 580px; }
  .top-banner .container {
    margin-top: 145px; }
    @media (max-width: 767px) {
      .top-banner .container {
        margin-top: 0; } }
    .top-banner .container .campus-img h1 {
      color: #EEF1EC;
      font-weight: lighter;
      letter-spacing: 0.3px;
      margin: 0; }
    .top-banner .container .campus-img p {
      color: #84A6A5;
      font-family: "Roboto", sans-serif;
      margin-top: 16px;
      font-size: 23.94px;
      line-height: 32px;
      font-weight: lighter;
      opacity: 0.7; }
    .top-banner .container .campus-img .btn {
      background: none;
      border: 1px solid #84A6A5;
      border-radius: 3px;
      margin-top: 10px;
      font-size: 15.96px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      text-shadow: none;
      box-shadow: none;
      color: #84A6A5;
      padding: 11px 30.5px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s; }
      .top-banner .container .campus-img .btn:hover {
        border: 1px solid #FFFFFF;
        color: #FFFFFF; }
      @media (max-width: 767px) {
        .top-banner .container .campus-img .btn {
          margin-bottom: 0; } }
    @media (max-width: 767px) {
      .top-banner .container .campus-img {
        margin: 112px 0 112px 0; } }
  @media (max-width: 767px) {
    .top-banner {
      height: auto; } }

.campus-video {
  background: #E0E0E0; }

.type-course {
  padding: 64px 0; }
  .type-course h2 {
    color: #0F5F5C;
    margin-bottom: 24px;
    font-weight: lighter; }
  .type-course h4 {
    color: #4A5058;
    font-weight: lighter; }
  .type-course p {
    line-height: 24px;
    color: #999999; }
  .type-course .normal-link {
    color: #2F9E40;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin: 16px 0 8px;
    line-height: 8px;
    font-weight: 500;
    text-decoration: none;
    padding-bottom: 3px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    float: left; }
    .type-course .normal-link::after {
      font-size: 21px;
      font-family: icones-ifsc;
      content: "\e900";
      color: #2F9E40;
      margin-left: 8px;
      text-decoration: none;
      display: inline;
      position: absolute; }
    .type-course .normal-link:hover {
      border-bottom: 1px solid #2F9E40; }
  .type-course .btn {
    color: #2F9E40;
    background: none;
    font-size: 15.96px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    border: 1px;
    border-color: #45981e;
    border-style: solid;
    padding: 12px 31.5px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s; }
    .type-course .btn:after {
      display: none; }
    .type-course .btn:hover {
      background: #2F9E40;
      color: #FFFFFF; }
  @media (max-width: 979px) {
    .type-course .span3 {
      float: left; } }
  @media (max-width: 767px) {
    .type-course {
      padding: 0; }
      .type-course h2 {
        margin: 48px 0 32px 0; }
      .type-course h4 {
        margin: 0 0 8px; }
      .type-course .normal-link {
        margin: 8px 0 40px; } }

.campus.type-course {
  border-bottom: 1px solid #EEF1EC; }

.other-course {
  background-image: url("../images/type-course.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px; }
  .other-course h4 {
    color: #4A5058;
    font-weight: lighter;
    margin: 0 0 7px; }
  .other-course p {
    color: #999999; }
  .other-course .btn {
    background: #2F9E40;
    border: none;
    border-radius: 3px;
    font-size: 15.96px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
    padding: 12px 31.5px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .other-course .btn:hover {
      background: #278E37; }

.campus-location {
  padding: 56px 0;
  border-bottom: 1px solid #EEF1EC; }
  .campus-location h2 {
    color: #0F5F5C;
    margin-bottom: 16px;
    font-weight: lighter; }
  .campus-location h4 {
    color: #4A5058;
    font-weight: lighter;
    margin-bottom: 48px; }
  .campus-location .btn {
    background: #2F9E40;
    border: none;
    border-radius: 3px;
    font-size: 15.96px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
    padding: 12px 31.5px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s; }
    .campus-location .btn:hover {
      background: #278E37; }
  .campus-location .btn-1 {
    color: #2F9E40;
    background: none;
    border: 1px;
    border-color: #45981e;
    border-style: solid;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s; }
    .campus-location .btn-1:hover {
      background: #2F9E40;
      color: #FFFFFF; }
  .campus-location #map {
    width: 100%;
    height: 288px; }
    @media (max-width: 979px) {
      .campus-location #map {
        margin-top: 40px; } }
  .campus-location #iw_container .iw_title h5 {
    color: #0F5F5C;
    font-weight: 500; }
  .campus-location .iw_content {
    padding: 15px 15px 15px 0; }
    .campus-location .iw_content a {
      font-weight: bold;
      color: #2F9E40; }
      .campus-location .iw_content a:hover {
        text-decoration: underline; }

.campus.campus-location {
  border-bottom: 1px solid #EEF1EC; }

.inscription {
  padding: 80px; }
  .inscription h2 {
    font-weight: lighter;
    margin: 0 0 8px;
    color: #F3F3F3; }
  .inscription p {
    color: #EEF1EC;
    line-height: 24px; }
  .inscription .btn {
    background: none;
    border: 1px solid #84A6A5;
    border-radius: 3px;
    margin-top: 30px;
    font-size: 15.96px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    color: #84A6A5;
    padding: 11px 30.5px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s; }
    .inscription .btn:hover {
      border: 1px solid #FFFFFF;
      color: #FFFFFF; }

.featured-projects {
  padding: 56px 0; }
  .featured-projects .projects {
    margin-top: 32px; }
  .featured-projects h3 {
    color: #0F5F5C;
    font-weight: lighter; }
  .featured-projects h6 {
    color: #2F9E40;
    font-weight: normal;
    margin: 0;
    opacity: 1;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s; }
  .featured-projects p {
    color: #4A5058;
    font-weight: 500;
    margin: 8px 0 16px;
    font-size: 16px;
    opacity: 1;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s; }
  .featured-projects .item_projects {
    display: block; }
    .featured-projects .item_projects:hover {
      opacity: 0.8; }
  .featured-projects a {
    color: #2F9E40; }
  .featured-projects .btn {
    margin: 38px 0 56px 0;
    background: #2F9E40;
    border: none;
    border-radius: 3px;
    font-size: 15.96px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
    padding: 12px 31.5px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s; }
    .featured-projects .btn:hover {
      background: #278E37; }

.extension-activity h2 {
  color: #0F5F5C;
  margin-bottom: 16px;
  font-weight: lighter; }

.extension-activity h4 {
  color: #686A6E;
  font-weight: lighter;
  margin: 0 0 50px; }

.extension-activity h5 {
  color: #0F5F5C;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 19px;
  text-align: center; }

.extension-activity p {
  color: #4A5058;
  line-height: 24px;
  text-align: center;
  margin-top: 16px;
  font-weight: 500;
  font-size: 13px; }

.extension-activity a {
  display: block;
  opacity: 1;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s; }
  .extension-activity a:hover {
    opacity: 0.8; }

.extension-activity .span12 {
  padding: 56px 0; }
  @media (max-width: 767px) {
    .extension-activity .span12 .span3 {
      margin-top: 48px; } }

.extension-activity .item {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  font-size: 36px;
  color: #1B5F5C;
  line-height: 150px;
  text-align: center;
  text-decoration: none;
  background: transparent;
  border: 2px solid #164F4D;
  font-family: "Roboto";
  font-weight: lighter;
  margin: 0 auto; }

@media (max-width: 979px) and (min-width: 768px) {
  .extension-activity .item {
    font-size: 22px;
    height: 110px;
    line-height: 110px;
    width: 110px; }
  .extension-activity p {
    font-size: 12px; }
  .extension-activity h5 {
    font-size: 14px; } }

.ifsc-tv {
  margin: 64px 0; }
  .ifsc-tv h2 {
    color: #0F5F5C;
    margin-bottom: 16px;
    font-weight: lighter; }
  .ifsc-tv h4 {
    color: #4A5058;
    font-weight: lighter;
    margin: 16px 0; }
  .ifsc-tv a {
    color: #2F9E40;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 8px;
    font-size: 16px;
    text-decoration: none;
    float: left;
    padding-bottom: 3px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s; }
    .ifsc-tv a::after {
      font-size: 21px;
      font-family: icones-ifsc;
      content: "\e900";
      color: #2F9E40;
      margin-left: 8px;
      text-decoration: none;
      display: inline;
      position: absolute; }
    .ifsc-tv a:hover {
      border-bottom: 1px solid #2F9E40; }

.news-home {
  margin: 64px 0;
  padding-bottom: 20px; }
  .news-home h2 {
    color: #0F5F5C;
    margin-bottom: 16px;
    font-weight: lighter; }
  .news-home h5 {
    color: #4A5057;
    font-weight: 500;
    line-height: 24px; }
    .news-home h5:first-child {
      margin: 0; }
      .news-home h5:first-child p {
        margin-top: 8px; }
  .news-home p {
    color: #8F9296;
    display: inline;
    font-weight: normal;
    line-height: 24px;
    margin: 0; }
  .news-home a {
    color: #4A5057;
    font-weight: lighter;
    display: block;
    opacity: 1;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s; }
    .news-home a.tag {
      color: #2F9E40;
      display: inline;
      font-family: "Roboto";
      font-size: 13px;
      margin-right: 10px; }
    .news-home a:hover {
      opacity: 0.8; }
  .news-home h6 {
    margin: 0; }
    .news-home h6 span p {
      color: #8F9296;
      display: inline;
      font-family: "Roboto";
      font-size: 12px; }
  .news-home .btn-all-news {
    color: #2F9E40;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 8px;
    margin-top: 14px;
    float: left;
    text-decoration: none;
    padding-bottom: 3px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    position: absolute; }
    .news-home .btn-all-news::after {
      font-size: 21px;
      font-family: icones-ifsc;
      content: "\e900";
      color: #2F9E40;
      margin-left: 8px;
      text-decoration: none;
      display: inline;
      position: absolute; }
    .news-home .btn-all-news:hover {
      opacity: 1;
      border-bottom: 1px solid #2F9E40; }
  .news-home .featured-news {
    margin-top: 36px; }
  .news-home .img {
    margin-left: 0;
    height: 122px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 8px;
    width: 240px; }
  .news-home .span6 {
    width: 47.5%; }
    .news-home .span6:last-child {
      margin-left: 5%; }
    .news-home .span6 div:first-child {
      margin-top: 0; }
  @media (max-width: 979px) {
    .news-home .img {
      width: 100%;
      height: 200px; }
    .news-home .span6 {
      width: 100%; }
      .news-home .span6:last-child {
        margin-top: 36px;
        margin-left: 0; } }

.page-footer {
  background-color: #EEF1EC; }
  .page-footer .span3 {
    padding-top: 41px; }
  .page-footer h6 {
    color: #3C4146;
    font-family: "Roboto";
    font-size: 16.002px;
    font-weight: 500;
    margin-top: 40px; }
  .page-footer li {
    margin-bottom: 8px; }
  .page-footer p {
    color: #686A6E;
    font-size: 13px;
    line-height: 20px; }
  .page-footer a {
    color: #686A6E;
    font-size: 13px;
    border-bottom: 1px solid transparent;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s; }
    .page-footer a:hover {
      border-bottom: 1px solid #686A6E; }
  .page-footer .information .span3, .page-footer .information .span4 {
    padding-top: 0; }
  .page-footer .information-contact {
    padding-top: 41px; }
    .page-footer .information-contact .span12 {
      margin-left: 0; }
      .page-footer .information-contact .span12 h6 {
        color: #EEF1EC;
        margin: 0; }
  .page-footer .information-copyright .span12 {
    padding-bottom: 41px; }
    .page-footer .information-copyright .span12 p {
      font-size: 11px; }
  .page-footer a.logo {
    margin-top: 40px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 10.7rem;
    height: 3.42rem;
    background-size: contain;
    border: 0; }
  .page-footer a.twitter::before {
    font-size: 14px;
    font-family: icones-ifsc;
    content: "\e90c";
    display: block;
    margin: 2px 8px 2px 0;
    text-decoration: none;
    font-weight: lighter;
    float: left; }
  .page-footer a.facebook::before {
    font-size: 14px;
    font-family: icones-ifsc;
    content: "\e907";
    display: block;
    margin: 2px 8px 2px 0;
    text-decoration: none;
    font-weight: lighter;
    float: left; }
  .page-footer a.instagran::before {
    font-size: 14px;
    font-family: icones-ifsc;
    content: "\e909";
    display: block;
    margin: 2px 8px 2px 0;
    text-decoration: none;
    font-weight: lighter;
    float: left; }
  .page-footer a.linkedin::before {
    font-size: 14px;
    font-family: icones-ifsc;
    content: "\e90e";
    display: block;
    margin: 2px 8px 2px 0;
    text-decoration: none;
    font-weight: lighter;
    float: left; }
  .page-footer a.youtube::before {
    font-size: 14px;
    font-family: icones-ifsc;
    content: "\e910";
    display: block;
    margin: 2px 8px 2px 0;
    text-decoration: none;
    font-weight: lighter;
    float: left; }
  .page-footer .ifsc-copyright {
    background: #4A5058;
    margin-top: 70px; }
    .page-footer .ifsc-copyright p {
      color: #EEF1EC;
      line-height: 19px;
      margin: 0;
      padding: 17px 0 0 0; }
  @media (max-width: 767px) {
    .page-footer .span3 {
      padding-top: 0; }
      .page-footer .span3:first-child {
        padding: 40px 0; }
    .page-footer .line-divisor-to-item {
      border-top: 1px solid rgba(151, 151, 151, 0.23); }
    .page-footer .itemFooter {
      border-bottom: 1px solid rgba(151, 151, 151, 0.23); }
      .page-footer .itemFooter .dropdown__button {
        padding: 10px 0;
        margin: 0; }
        .page-footer .itemFooter .dropdown__button::after {
          color: #686A6E;
          font-family: icones-ifsc;
          content: "\e90d";
          font-size: 14px;
          top: 50%;
          float: right;
          margin-right: 10px;
          -webkit-transition-property: all;
          -moz-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.1s;
          -moz-transition-duration: 0.1s;
          -o-transition-duration: 0.1s;
          transition-duration: 0.1s; }
      .page-footer .itemFooter .dropdown--is-active::after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
      .page-footer .itemFooter .dropdown__content {
        display: none; } }

.portlet-journal-content .journal-content-article .organizational-structure ul, .portlet-journal-content .journal-content-article .organizational-structure ol,
.portlet-journal-content .journal-content-article .organizational-structure-libras ul,
.portlet-journal-content .journal-content-article .organizational-structure-libras ol,
.portlet-journal-content .journal-content-article .information-curse ul,
.portlet-journal-content .journal-content-article .information-curse ol,
.portlet-journal-content .journal-content-article .article__content ul,
.portlet-journal-content .journal-content-article .article__content ol {
  font-size: 16px; }

.organizational-structure:last-child, .organizational-structure-libras:last-child {
  margin-bottom: 56px; }

.organizational-structure h2, .organizational-structure-libras h2 {
  color: #0F5F5C;
  margin-bottom: 16px;
  font-weight: lighter; }

.organizational-structure h3, .organizational-structure-libras h3 {
  color: #0F5F5C;
  margin: 48px 0 16px 0;
  font-weight: lighter; }

.organizational-structure .description, .organizational-structure-libras .description {
  color: #4A5058;
  font-weight: lighter;
  margin-bottom: 24px;
  margin-top: 0; }

.organizational-structure h4, .organizational-structure-libras h4 {
  color: #0D4F4D;
  font-weight: lighter;
  margin-top: 40px;
  margin-bottom: 24px; }

.organizational-structure p, .organizational-structure-libras p {
  line-height: 24px;
  font-size: 16px;
  margin: 0 0 16px; }

.organizational-structure a, .organizational-structure-libras a {
  font-weight: bold;
  color: #2F9E40;
  text-decoration: none; }
  .organizational-structure a.feature-link, .organizational-structure-libras a.feature-link {
    font-weight: 500;
    display: inline;
    margin-top: 16px;
    line-height: 8px;
    font-family: "Roboto";
    position: relative;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s; }
    .organizational-structure a.feature-link::after, .organizational-structure-libras a.feature-link::after {
      font-size: 16px;
      font-family: icones-ifsc;
      content: "\e901";
      color: #2F9E40;
      margin-left: 5px;
      display: inline-block;
      text-decoration: none;
      font-weight: 500;
      position: absolute;
      top: 50%;
      margin-top: -5px; }
      @media (max-width: 767px) {
        .organizational-structure a.feature-link::after, .organizational-structure-libras a.feature-link::after {
          position: relative; } }
    @media (max-width: 767px) {
      .organizational-structure a.feature-link, .organizational-structure-libras a.feature-link {
        line-height: 20px; }
        .organizational-structure a.feature-link::after, .organizational-structure-libras a.feature-link::after {
          margin-top: 0; } }
  .organizational-structure a:hover, .organizational-structure-libras a:hover {
    border-bottom: 1px solid #2F9E40; }

.organizational-structure .gif-information, .organizational-structure-libras .gif-information {
  overflow: hidden;
  float: left;
  display: block;
  width: 330px;
  height: 230px;
  margin-right: 30px; }
  .organizational-structure .gif-information img, .organizational-structure-libras .gif-information img {
    width: 330px; }
  @media (max-width: 767px) {
    .organizational-structure .gif-information, .organizational-structure-libras .gif-information {
      width: 100%; } }
  @media (max-width: 979px) {
    .organizational-structure .gif-information, .organizational-structure-libras .gif-information {
      margin-bottom: 22px; } }

@media (max-width: 767px) {
  .organizational-structure:last-child, .organizational-structure-libras:last-child {
    margin-bottom: 56px; }
  .organizational-structure h4.description, .organizational-structure-libras h4.description {
    margin-bottom: 50px; } }

.organizational-structure .organizational-list-external, .organizational-structure-libras .organizational-list-external {
  list-style: none !important;
  margin: 0 0 16px 0 !important;
  font-size: 14px !important; }

.organizational-structure-libras h3 {
  margin-top: 36px; }

.organizational-structure-libras:last-child {
  margin-bottom: 112px; }
  @media (max-width: 767px) {
    .organizational-structure-libras:last-child {
      margin-bottom: 36px; } }

.organizational-structure-libras .description-title {
  overflow: hidden;
  padding-bottom: 16px; }
  @media (max-width: 767px) {
    .organizational-structure-libras .description-title {
      overflow: visible; } }

.organizational-structure-libras:first-child .description-title {
  padding-bottom: 0; }

.organizational-structure-libras:after {
  content: "";
  clear: both;
  display: block;
  width: 100%; }

.organizational-structure-libras iframe {
  float: left;
  display: block;
  width: 330px;
  height: 180px;
  margin-right: 30px; }
  @media (max-width: 979px) {
    .organizational-structure-libras iframe {
      margin-bottom: 22px; } }
  @media (max-width: 767px) {
    .organizational-structure-libras iframe {
      width: 100%;
      height: 145px; } }

.information-page {
  background: #0D4F4D; }
  .information-page h4 {
    color: #EEF1EC;
    font-weight: lighter;
    margin: 16px 0 16px; }
  @media (max-width: 767px) {
    .information-page {
      position: absolute;
      z-index: 9;
      width: 100%; } }

.sidebar-nav {
  padding: 25px 0 52px 0; }
  @media (max-width: 767px) {
    .sidebar-nav {
      padding-top: 0;
      position: relative;
      max-height: 18px;
      overflow: hidden;
      background-color: #0f5f5c;
      margin-left: -30px;
      margin-right: -30px; }
      .sidebar-nav.sidebar-nav--active {
        padding-top: 64px; } }
  @media (max-width: 767px) {
    .sidebar-nav .sidebar-nav__container {
      -webkit-transition: max-height 0.5s 0.1s cubic-bezier(0.7, 0.01, 0.22, 0.99);
      -moz-transition: max-height 0.5s 0.1s cubic-bezier(0.7, 0.01, 0.22, 0.99);
      -o-transition: max-height 0.5s 0.1s cubic-bezier(0.7, 0.01, 0.22, 0.99);
      transition: max-height 0.5s 0.1s cubic-bezier(0.7, 0.01, 0.22, 0.99);
      position: relative;
      border: 1px solid #999999;
      margin-top: 20px;
      max-height: 49px;
      overflow: hidden;
      padding: 0; } }
  .sidebar-nav span.couse-separate {
    font-size: 24px;
    font-family: "Roboto";
    font-weight: lighter;
    color: #0D4F4D;
    margin: 48px 0 16px 0;
    display: block;
    line-height: 32px; }
    @media (max-width: 767px) {
      .sidebar-nav span.couse-separate {
        margin-left: 32px;
        color: #FFFFFF; } }
  .sidebar-nav a {
    display: block;
    font-family: "Roboto";
    color: #686A6E;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: lighter; }
    @media (max-width: 767px) {
      .sidebar-nav a {
        border-bottom: 1px solid rgba(151, 151, 151, 0.23);
        padding: 16px 20px;
        font-size: 16px;
        color: #FFFFFF;
        margin-bottom: 0px;
        font-weight: 400;
        margin-left: 15px;
        margin-right: 15px; }
        .sidebar-nav a:first-child {
          border-bottom: none; }
        .sidebar-nav a:last-child {
          border-bottom: none; }
        .sidebar-nav a.sidebar-nav__link--active {
          background-color: #0D4F4D;
          margin-left: -30px;
          margin-right: -30px;
          border-bottom: none;
          padding: 0 20px; }
          .sidebar-nav a.sidebar-nav__link--active span {
            border-bottom: 1px solid rgba(151, 151, 151, 0.23);
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            margin-left: 30px;
            margin-right: 30px;
            display: block;
            padding: 16px 16px; } }
    .sidebar-nav a:focus, .sidebar-nav a.sidebar-nav__link--active {
      color: #0D4F4D;
      text-decoration: none;
      font-weight: bold; }
      @media (max-width: 767px) {
        .sidebar-nav a:focus, .sidebar-nav a.sidebar-nav__link--active {
          color: #FFFFFF; } }
  .sidebar-nav .sidebar-nav__link--active {
    display: none; }
  .sidebar-nav .sidebar-nav__dropdown {
    cursor: pointer;
    font-weight: bold; }
    @media (max-width: 767px) {
      .sidebar-nav .sidebar-nav__dropdown {
        color: #FFFFFF;
        display: block;
        background-color: #2b6c6b;
        font-size: 18px;
        font-weight: bold;
        /* margin-left: 0;
          margin-right: 0;*/ } }
    .sidebar-nav .sidebar-nav__dropdown::after, .sidebar-nav .sidebar-nav__dropdown::before {
      font-family: icones-ifsc;
      content: "\e90d";
      color: #FFFFFF;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: transform 0.2s ease;
      -moz-transition: transform 0.2s ease;
      -o-transition: transform 0.2s ease;
      transition: transform 0.2s ease;
      display: block;
      position: absolute;
      right: 40px;
      font-size: 22px;
      z-index: 99; }
    .sidebar-nav .sidebar-nav__dropdown::before {
      top: 20px; }
    .sidebar-nav .sidebar-nav__dropdown::after {
      top: 28px; }
    .sidebar-nav .sidebar-nav__dropdown root {
      display: none; }
  .sidebar-nav.sidebar-nav--active {
    max-height: 3000px; }
    .sidebar-nav.sidebar-nav--active .sidebar-nav__dropdown::after, .sidebar-nav.sidebar-nav--active .sidebar-nav__dropdown::before {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    @media (max-width: 767px) {
      .sidebar-nav.sidebar-nav--active {
        padding-bottom: 0px; } }

.breadcrumb {
  padding: 23px 0 28px 0;
  background-color: transparent;
  margin: 0; }
  .breadcrumb li a, .breadcrumb li {
    display: inline-block; }
  .breadcrumb li h6 {
    color: #4A5058;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: lighter;
    font-family: "Roboto"; }
    .breadcrumb li h6:hover {
      text-decoration: underline; }
  .breadcrumb li::after {
    font-size: 14px;
    content: ' › ';
    display: inline;
    margin: 0 5px;
    text-decoration: none;
    font-weight: lighter; }
  .breadcrumb li:last-child h6 {
    color: #8f9296;
    font-weight: lighter;
    text-decoration: none; }
    .breadcrumb li:last-child h6:hover {
      text-decoration: none; }
  .breadcrumb li:last-child::after {
    display: none; }

@media (max-width: 979px) {
  .line-divisor-page-internal {
    text-align: center; } }

.line-divisor-page-internal .back-to-top {
  float: right;
  color: #2F9E40;
  cursor: pointer;
  font-size: 16px;
  margin-top: -35px; }
  @media (max-width: 979px) {
    .line-divisor-page-internal .back-to-top {
      float: none;
      margin: 48px 0;
      display: block; } }
  .line-divisor-page-internal .back-to-top::after {
    font-family: icones-ifsc;
    content: "\e902";
    margin-left: 8px;
    font-size: 32px;
    display: inline-block;
    position: relative;
    top: 0.2em; }
  .line-divisor-page-internal .back-to-top:hover {
    text-decoration: underline; }
    .line-divisor-page-internal .back-to-top:hover:after {
      text-decoration: none; }

.description-of-courses-list h3 {
  color: #0F5F5C;
  font-weight: lighter;
  margin: 0; }

.description-of-courses-list p {
  line-height: 32px;
  font-size: 16px; }

.description-of-courses-list .link-internal {
  font-weight: bold;
  color: #2F9E40; }
  .description-of-courses-list .link-internal:hover {
    text-decoration: underline; }

.description-of-courses-list .list-of-courses {
  margin-top: 38px;
  margin-bottom: 68px; }
  .description-of-courses-list .list-of-courses .thead-list-of-courses {
    margin-bottom: 24px;
    display: table;
    width: 100%; }
    .description-of-courses-list .list-of-courses .thead-list-of-courses h5 {
      display: table-cell;
      color: #0F5F5C;
      width: 100%;
      margin-left: 0px;
      margin-bottom: 19px;
      font-weight: 500; }
  .description-of-courses-list .list-of-courses .list-courses__content ul li {
    border-top: 1px solid #d6d6d6; }
    .description-of-courses-list .list-of-courses .list-courses__content ul li:last-child {
      border-bottom: 1px solid #d6d6d6; }
    .description-of-courses-list .list-of-courses .list-courses__content ul li.no-courses-available p {
      padding: 20px;
      margin-bottom: 0;
      font-size: 18px; }
    .description-of-courses-list .list-of-courses .list-courses__content ul li a {
      display: block;
      width: 100%;
      position: relative;
      padding: 32px 0; }
      @media (max-width: 767px) {
        .description-of-courses-list .list-of-courses .list-courses__content ul li a {
          padding: 15px 0 15px 0 !important; } }
      .description-of-courses-list .list-of-courses .list-courses__content ul li a span {
        margin-left: 0;
        padding-left: 32px;
        vertical-align: middle;
        width: 95%;
        font-size: 14px;
        font-weight: 600;
        color: #4A5058;
        position: absolute;
        top: 32%; }
        @media (max-width: 767px) {
          .description-of-courses-list .list-of-courses .list-courses__content ul li a span {
            position: relative !important; } }
      .description-of-courses-list .list-of-courses .list-courses__content ul li a .name-campus {
        margin-left: 0;
        font-family: "Roboto";
        font-weight: 500;
        font-size: 11px;
        color: #A4A4A4;
        position: absolute;
        left: 50%;
        top: 33%; }
      .description-of-courses-list .list-of-courses .list-courses__content ul li a .course-ead {
        margin-left: 0;
        font-family: "Roboto";
        font-weight: 500;
        font-size: 10px;
        color: #a4a4a4;
        position: absolute;
        left: 32px;
        top: 0; }
      .description-of-courses-list .list-of-courses .list-courses__content ul li a .open-inscription {
        font-size: 13px;
        margin-left: 0;
        font-weight: 500;
        font-family: "Roboto";
        color: #2F9E40;
        position: absolute;
        left: 77%;
        top: 32%; }
      .description-of-courses-list .list-of-courses .list-courses__content ul li a:after {
        font-size: 20px;
        font-family: icones-ifsc;
        content: "\e901";
        color: #4A5058;
        margin-left: 5px;
        text-decoration: none;
        font-weight: 500;
        position: absolute;
        top: 50%;
        margin-top: -12px;
        margin-left: 95%; }
      .description-of-courses-list .list-of-courses .list-courses__content ul li a:hover {
        background-color: #2F9E40; }
        .description-of-courses-list .list-of-courses .list-courses__content ul li a:hover.item-open-inscription {
          border-left: 8px solid #1B5F5C; }
        .description-of-courses-list .list-of-courses .list-courses__content ul li a:hover span, .description-of-courses-list .list-of-courses .list-courses__content ul li a:hover .open-inscription, .description-of-courses-list .list-of-courses .list-courses__content ul li a:hover .name-campus, .description-of-courses-list .list-of-courses .list-courses__content ul li a:hover .course-ead {
          color: #FFFFFF; }
        .description-of-courses-list .list-of-courses .list-courses__content ul li a:hover:after {
          color: #FFFFFF; }
    .description-of-courses-list .list-of-courses .list-courses__content ul li.item-open-inscription {
      border-left: 8px solid #2F9E40; }
      .description-of-courses-list .list-of-courses .list-courses__content ul li.item-open-inscription a span {
        padding-left: 24px; }
      .description-of-courses-list .list-of-courses .list-courses__content ul li.item-open-inscription a .name-campus {
        left: 49%; }
      .description-of-courses-list .list-of-courses .list-courses__content ul li.item-open-inscription a .course-ead {
        left: 24px; }
      .description-of-courses-list .list-of-courses .list-courses__content ul li.item-open-inscription a .open-inscription {
        left: 76%; }
    @media (max-width: 767px) {
      .description-of-courses-list .list-of-courses .list-courses__content ul li a {
        padding: 15px 0 6px 0; }
        .description-of-courses-list .list-of-courses .list-courses__content ul li a span {
          position: initial;
          width: 70%; }
        .description-of-courses-list .list-of-courses .list-courses__content ul li a .name-campus {
          position: initial;
          margin-left: 33px;
          margin-top: 13px;
          top: initial;
          font-size: 10px; }
        .description-of-courses-list .list-of-courses .list-courses__content ul li a .open-inscription {
          position: initial;
          margin-left: 24px;
          margin-top: -9px;
          font-size: 12px; }
        .description-of-courses-list .list-of-courses .list-courses__content ul li a:after {
          margin-left: 90%; }
      .description-of-courses-list .list-of-courses .list-courses__content ul li.item-open-inscription a {
        padding: 40px 0 13px 0; }
        .description-of-courses-list .list-of-courses .list-courses__content ul li.item-open-inscription a .name-campus {
          margin-left: 24px; } }
    .description-of-courses-list .list-of-courses .list-courses__content ul li:hover.item-open-inscription {
      border-left: 8px solid #1B5F5C; }
  @media (max-width: 767px) {
    .description-of-courses-list .list-of-courses {
      margin: 32px 0 56px 0; } }

.portlet-login {
  width: 400px;
  margin: 104px auto; }
  .portlet-login h1, .portlet-login h2 {
    text-align: left;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    color: #0D4F4D;
    opacity: 1.00; }
    .portlet-login h1 span img, .portlet-login h2 span img {
      display: none; }
  .portlet-login input {
    width: 96.5%;
    border: 1px solid #8f9296;
    border-radius: 3px;
    height: 30px; }
  .portlet-login button {
    width: 100%;
    height: 41px;
    border-radius: 3px;
    font-size: 15.96px;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    color: white; }
  .portlet-login .btn-primary {
    background-image: linear-gradient(to bottom, #2f9e40, #2f9e40); }
    .portlet-login .btn-primary:hover {
      background: #278e37; }
  .portlet-login .button-holder {
    margin: 0 0; }
  .portlet-login .portlet-topper-toolbar {
    font-weight: 500;
    line-height: 100%;
    color: #2F9E40;
    opacity: 1.00; }
  .portlet-login .input-checkbox-wrapper {
    text-align: center; }
    .portlet-login .input-checkbox-wrapper input {
      width: inherit; }
  .portlet-login .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    display: none; }
  .portlet-login .navigation {
    padding: 10px;
    color: #2f9e40;
    background: 0;
    height: 17px;
    text-align: center;
    border-radius: 3px; }
    .portlet-login .navigation a {
      color: #45981e; }

.read-more {
  padding: 62px 0 52px 0; }
  .read-more .image-feature {
    float: left;
    height: 67px;
    overflow: hidden; }
    .read-more .image-feature img {
      margin-top: -10%; }
  .read-more a {
    overflow: hidden; }
  .read-more .description {
    margin-left: 135px;
    margin-top: 2px; }
  .read-more h3 {
    color: #0F5F5C;
    font-weight: lighter;
    padding-top: 24px; }
  @media (max-width: 979px) {
    .read-more {
      margin-top: 0;
      border-top: 1px solid #d6d6d6;
      padding-top: 32px; } }

.campus.read-more {
  margin: 0px 0; }

.campus .btn-all-news {
  color: #2F9E40;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 8px;
  font-size: 16px;
  margin-top: 14px;
  float: left;
  text-decoration: none;
  padding: 5px 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s; }
  .campus .btn-all-news::after {
    font-size: 21px;
    font-family: icones-ifsc;
    content: "\e900";
    color: #2F9E40;
    margin-left: 8px;
    text-decoration: none;
    display: inline;
    position: absolute; }
  .campus .btn-all-news:hover {
    opacity: 1;
    border-bottom: 1px solid #2F9E40; }

.featured-theme--news {
  margin: 0px 0 100px; }
  @media (max-width: 979px) {
    .featured-theme--news {
      margin: 13px 0 50px; } }
  .featured-theme--news a {
    display: block; }
    .featured-theme--news a:hover {
      opacity: 0.7; }
      @media (max-width: 979px) {
        .featured-theme--news a:hover {
          opacity: 1; } }
  .featured-theme--news .image-feature {
    overflow: hidden; }
    .featured-theme--news .image-feature img {
      width: 600px; }
  .featured-theme--news h2 {
    font-weight: lighter;
    color: #0F5F5C; }
  .featured-theme--news h4 {
    font-weight: lighter;
    color: #8f9296; }
    @media (max-width: 979px) {
      .featured-theme--news h4 {
        line-height: 28px; } }
  .featured-theme--news h6 a.tag {
    color: #2F9E40;
    display: inline;
    font-family: "Roboto";
    font-size: 13px;
    font-weight: lighter;
    margin-right: 10px; }
  .featured-theme--news h6 span p {
    color: #8F9296;
    display: inline;
    font-family: "Roboto";
    font-size: 13px;
    font-weight: lighter; }

.campus.featured-theme--news {
  margin: 56px 0; }

.category-navigation-news {
  margin-top: 64px;
  margin-bottom: 72px; }
  .category-navigation-news h4 {
    font-weight: lighter;
    color: #0F5F5C;
    margin-top: 48px; }
    .category-navigation-news h4:first-child {
      margin-top: 0; }
  .category-navigation-news a {
    font-family: "Roboto";
    color: #686A6E;
    margin-top: 20px;
    line-height: 20px;
    display: block;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s; }
    .category-navigation-news a:hover {
      color: #2F9E40; }
  @media (max-width: 767px) {
    .category-navigation-news {
      margin: 0 0 0 0; } }

.list-news-container {
  margin-top: 45px; }
  .list-news-container h3 {
    font-weight: lighter;
    color: #4A5058; }
  .list-news-container .news-list {
    margin-top: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #d6d6d6; }
    .list-news-container .news-list h6 {
      margin: 0 0 8px; }
      .list-news-container .news-list h6 a.tag {
        color: #2F9E40;
        display: inline;
        font-family: "Roboto";
        font-size: 13px;
        font-weight: lighter;
        margin-right: 10px; }
        .list-news-container .news-list h6 a.tag:hover {
          opacity: 0.5; }
        @media (max-width: 767px) {
          .list-news-container .news-list h6 a.tag {
            padding-right: 10px; } }
      .list-news-container .news-list h6 span p {
        color: #8F9296;
        display: inline;
        font-family: "Roboto";
        font-size: 13px;
        font-weight: lighter; }
        .list-news-container .news-list h6 span p.datePost {
          margin-left: 0px; }
        @media (max-width: 767px) {
          .list-news-container .news-list h6 span p {
            margin-left: 0; } }
      @media (max-width: 767px) {
        .list-news-container .news-list h6 {
          margin: 8px 0 8px; } }
    .list-news-container .news-list iframe {
      float: left;
      display: block;
      width: 330px;
      height: 180px;
      margin-right: 30px; }
      @media (max-width: 767px) {
        .list-news-container .news-list iframe {
          float: none;
          width: 100%;
          margin-bottom: 10px; } }
    .list-news-container .news-list .image-feature {
      overflow: hidden;
      float: left;
      display: block;
      width: 330px;
      height: 165px;
      margin-right: 30px; }
      @media (max-width: 767px) {
        .list-news-container .news-list .image-feature {
          float: none;
          width: 100%;
          margin-bottom: 10px; } }
    .list-news-container .news-list a {
      display: block; }
      .list-news-container .news-list a:hover {
        opacity: 0.5; }
    .list-news-container .news-list .content-news {
      overflow: hidden; }
      .list-news-container .news-list .content-news h4 {
        font-weight: lighter;
        color: black;
        margin: 0 0 8px; }
      .list-news-container .news-list .content-news h5 {
        font-weight: lighter;
        color: #8F9296;
        font-family: "Open Sans";
        margin: 0 0 8px;
        line-height: normal; }
        .list-news-container .news-list .content-news h5 > p {
          line-height: normal; }
        @media (max-width: 979px) {
          .list-news-container .news-list .content-news h5 {
            line-height: normal; } }
    .list-news-container .news-list:last-child {
      border: none; }
    .list-news-container .news-list:after {
      content: "";
      clear: both;
      display: block; }

.lfr-pagination {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #D6D6D6; }
  .lfr-pagination .lfr-pagination-delta-selector {
    display: none !important; }
  .lfr-pagination .lfr-pagination-buttons {
    margin-top: 40px;
    text-align: right;
    display: flex;
    justify-content: space-between; }
    .lfr-pagination .lfr-pagination-buttons li {
      padding-right: 30px;
      padding-left: 6px; }
      .lfr-pagination .lfr-pagination-buttons li a::after {
        right: 0; }
      .lfr-pagination .lfr-pagination-buttons li a:hover, .lfr-pagination .lfr-pagination-buttons li a:focus {
        text-decoration: underline;
        background-color: transparent; }
    .lfr-pagination .lfr-pagination-buttons li.first, .lfr-pagination .lfr-pagination-buttons li:first-child, .lfr-pagination .lfr-pagination-buttons li:nth-child(2) {
      float: left;
      padding-left: 20px;
      padding-right: 6px; }
      .lfr-pagination .lfr-pagination-buttons li.first a, .lfr-pagination .lfr-pagination-buttons li:first-child a, .lfr-pagination .lfr-pagination-buttons li:nth-child(2) a {
        color: #2F9E40;
        border: none; }
        .lfr-pagination .lfr-pagination-buttons li.first a::after, .lfr-pagination .lfr-pagination-buttons li:first-child a::after, .lfr-pagination .lfr-pagination-buttons li:nth-child(2) a::after {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg);
          right: 90px;
          font-family: icones-ifsc;
          content: "\e90d";
          font-size: 32px;
          top: 50%;
          margin-top: -14px; }
    .lfr-pagination .lfr-pagination-buttons li:nth-child(3), .lfr-pagination .lfr-pagination-buttons li.last, .lfr-pagination .lfr-pagination-buttons li:last-child {
      float: none;
      padding-right: 30px;
      padding-left: 0px; }
      .lfr-pagination .lfr-pagination-buttons li:nth-child(3) a, .lfr-pagination .lfr-pagination-buttons li.last a, .lfr-pagination .lfr-pagination-buttons li:last-child a {
        color: #2F9E40;
        border: none; }
        .lfr-pagination .lfr-pagination-buttons li:nth-child(3) a::after, .lfr-pagination .lfr-pagination-buttons li.last a::after, .lfr-pagination .lfr-pagination-buttons li:last-child a::after {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          right: 0;
          font-family: icones-ifsc;
          content: "\e90d";
          font-size: 32px;
          top: 50%;
          margin-top: -14px; }
    .lfr-pagination .lfr-pagination-buttons li {
      display: inline-block;
      padding-top: 10px;
      padding-bottom: 10px;
      position: relative;
      color: #2F9E40; }
      .lfr-pagination .lfr-pagination-buttons li.disabled a {
        color: #8F9296; }
    .lfr-pagination .lfr-pagination-buttons a::after {
      position: absolute;
      top: 8px; }
  .lfr-pagination .pager {
    width: 100%; }
  @media (max-width: 979px) {
    .lfr-pagination {
      border-top: none;
      border-bottom: 1px solid #D6D6D6; }
      .lfr-pagination .lfr-pagination-buttons {
        margin-top: 0px; } }

.yui3-widget .dropdown-menu {
  position: relative;
  float: none;
  background: white;
  border: 1px solid #dfdfdf;
  margin-top: 3px;
  margin-left: 0px;
  text-align: center;
  width: 6.2em;
  padding: 0; }
  .yui3-widget .dropdown-menu li a {
    padding: 0.2em 0em;
    display: block; }
    .yui3-widget .dropdown-menu li a:hover {
      background: blue;
      color: #FFFFFF; }

.taglib-categorization-filter.entry-title {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: normal; }
  .taglib-categorization-filter.entry-title span.asset-entry {
    background-color: transparent;
    border: none;
    color: #2F9E40;
    font-style: normal;
    margin-left: -6px; }
    .taglib-categorization-filter.entry-title span.asset-entry a span:before {
      font-size: 22px;
      font-family: icones-ifsc;
      content: "\e913";
      color: #2f9e40;
      margin-left: 8px;
      text-decoration: none;
      display: inline;
      position: relative;
      top: 4px;
      background-color: #FFFFFF;
      margin-right: -28px;
      margin-left: -4px; }
    .taglib-categorization-filter.entry-title span.asset-entry a span:hover {
      opacity: 0.8; }

@media (max-width: 767px) {
  h2.taglib-categorization-filter.entry-title {
    margin-top: 24px; } }

/* Quando o portlet tiver sendo filtrado por cursos, deve-se usar a classe abaixo no css avançado do portlet */
.portlet-lista-cursos .taglib-categorization-filter.entry-title {
  font-size: 0; }
  .portlet-lista-cursos .taglib-categorization-filter.entry-title:before {
    content: "Exibindo cursos do: ";
    display: inline;
    font-size: 16px; }
  .portlet-lista-cursos .taglib-categorization-filter.entry-title .asset-entry {
    font-size: 16px; }

@media (max-width: 767px) {
  .social-network {
    display: none; } }

.social-network h4 {
  font-weight: lighter;
  color: #0F5F5C; }

.social-network a {
  color: #686A6E;
  border-bottom: 1px solid transparent;
  display: inline-block;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s; }
  .social-network a:hover {
    color: #2F9E40; }

.social-network a.twitter::before {
  font-size: 14px;
  font-family: icones-ifsc;
  content: "\e90c";
  display: block;
  margin: 2px 8px 2px 0;
  text-decoration: none;
  font-weight: lighter;
  float: left; }

.social-network a.facebook::before {
  font-size: 14px;
  font-family: icones-ifsc;
  content: "\e907";
  display: block;
  margin: 2px 8px 2px 0;
  text-decoration: none;
  font-weight: lighter;
  float: left; }

.social-network a.instagran::before {
  font-size: 14px;
  font-family: icones-ifsc;
  content: "\e909";
  display: block;
  margin: 2px 8px 2px 0;
  text-decoration: none;
  font-weight: lighter;
  float: left; }

.social-network a.linkedin::before {
  font-size: 14px;
  font-family: icones-ifsc;
  content: "\e90e";
  display: block;
  margin: 2px 8px 2px 0;
  text-decoration: none;
  font-weight: lighter;
  float: left; }

.social-network a.youtube::before {
  font-size: 14px;
  font-family: icones-ifsc;
  content: "\e910";
  display: block;
  margin: 2px 8px 2px 0;
  text-decoration: none;
  font-weight: lighter;
  float: left; }

.link-external {
  margin-right: 28px; }
  .link-external::after {
    font-size: 14px;
    font-family: icones-ifsc;
    content: "\e90f";
    color: #2F9E40;
    margin: 0 5px 0 8px;
    display: inline;
    text-decoration: none;
    font-weight: 500;
    position: absolute; }

.link-download {
  margin-right: 28px; }
  .link-download::after {
    font-size: 14px;
    font-family: icones-ifsc;
    content: "\e912";
    color: #2F9E40;
    margin: 0 5px 0 8px;
    display: inline;
    text-decoration: none;
    font-weight: 500;
    position: absolute; }

.link-interno {
  margin-right: 28px; }
  .link-interno::after {
    font-size: 14px;
    font-family: icones-ifsc;
    content: "\e901";
    color: #2F9E40;
    margin: 0 5px 0 8px;
    display: inline;
    text-decoration: none;
    font-weight: 500;
    position: absolute; }

.information-curse {
  font-size: 16px; }
  .information-curse h2, .information-curse h3 {
    color: #0F5F5C;
    font-weight: 100; }
  .information-curse h2 {
    margin: 0;
    padding: 0 0 32px; }
    .information-curse h2.name-campus {
      padding: 56px 0 0 0; }
  .information-curse h3 {
    line-height: 40px;
    margin: 0;
    padding: 48px 0 16px 0; }
    .information-curse h3:first-child, .information-curse h3.information-offer-course {
      padding-top: 24px;
      margin: 20px 0 0; }
  .information-curse p {
    margin: 0;
    line-height: 24px; }
    .information-curse p.open-inscription {
      font-size: 13px;
      line-height: 24px;
      padding-bottom: 8px;
      color: #2F9E40;
      font-family: "Roboto"; }
  .information-curse .information ul {
    background: #EEF1EC;
    border-bottom: 1px solid #8F9296;
    border-top: 1px solid #8F9296;
    margin-bottom: 0;
    padding: 23px 0 26px 0; }
    .information-curse .information ul.infrmation-curse-open-inscription {
      border-left: 8px solid #2F9E40; }
    .information-curse .information ul li.span3:first-child {
      margin-left: 40px; }
    .information-curse .information ul li.span2 {
      margin-left: 27px; }
      .information-curse .information ul li.span2:last-child {
        margin-left: 56px; }
    .information-curse .information ul li .principals-information {
      font-size: 14px;
      line-height: 24px;
      padding-bottom: 8px; }
    .information-curse .information ul li .result-principals-information {
      font-weight: 600;
      color: #1B5A57;
      line-height: 20px; }
    @media (max-width: 767px) {
      .information-curse .information ul li.span2, .information-curse .information ul li.span3, .information-curse .information ul li.span2:last-child {
        margin-left: 32px;
        padding-top: 32px; }
      .information-curse .information ul li.span3:first-child {
        margin-left: 32px;
        padding: 0; } }
  .information-curse .information:after {
    clear: both;
    content: "";
    display: block;
    width: 100%; }
  .information-curse .period-info.span12 {
    margin-left: 0; }
  .information-curse .period-info p {
    font-size: 11px;
    line-height: 24px; }
  .information-curse ul.course-entry-forms {
    margin: 32px 0 0 0; }
    .information-curse ul.course-entry-forms li {
      border-bottom: 1px solid #8F9296;
      border-top: 1px solid #8F9296; }
      .information-curse ul.course-entry-forms li a {
        font-family: "Roboto";
        margin: 0;
        padding: 32px 0;
        display: table;
        font-weight: lighter;
        color: #4A5058;
        font-size: 24px;
        width: 100%; }
        .information-curse ul.course-entry-forms li a span {
          display: block;
          padding-left: 16px; }
        .information-curse ul.course-entry-forms li a:after {
          color: #4A5058;
          display: table-cell;
          vertical-align: middle;
          position: relative;
          padding: 0 16px;
          right: 0;
          width: 14px; }
        .information-curse ul.course-entry-forms li a:hover {
          background: #2F9E40;
          color: #FFFFFF; }
          .information-curse ul.course-entry-forms li a:hover:after {
            color: #FFFFFF; }
  .information-curse ul.course-legal-documentation {
    list-style: initial;
    list-style-position: inside;
    margin: 0; }
    .information-curse ul.course-legal-documentation li {
      line-height: 32px; }

.related-courses .taglib-categorization-filter.entry-title {
  display: none; }

.page-update {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  color: #8f9296;
  display: block;
  font-family: "Roboto";
  margin: 48px 0 0 0;
  padding: 32px 0; }
  .page-update span {
    font-weight: 600; }

.portlet-asset-publisher .asset-full-content .asset-content {
  margin: 0; }

.featured-news--article h2 {
  font-weight: lighter;
  color: #0F5F5C; }

.menu-categories {
  margin-top: 28px; }

.image-viewer-caption {
  color: #686A6E;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px; }

.image-viewer-info {
  display: none; }

.image-viewer-control.carousel-control {
  background: none;
  color: #2F9E40;
  font-weight: 500;
  border: none;
  border-radius: 0;
  top: 45%;
  overflow: hidden;
  width: 0;
  height: 0; }
  .image-viewer-control.carousel-control.left::before {
    content: "\e900";
    font-family: "icones-ifsc";
    display: block;
    font-size: 42px;
    position: fixed;
    left: 30px;
    color: #FFFFFF;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .image-viewer-control.carousel-control.right::before {
    content: "\e900";
    font-family: "icones-ifsc";
    display: block;
    font-size: 42px;
    position: fixed;
    right: 30px;
    color: #FFFFFF; }

.article__content a {
  color: #2f9e41;
  font-weight: bold; }
  .article__content a:hover {
    text-decoration: underline; }

.article__content p {
  line-height: 24px;
  margin-bottom: 16px; }

.article__content ul {
  list-style-type: disc;
  position: relative; }
  .article__content ul li {
    list-style-type: disc;
    position: relative;
    margin-left: 20px; }

.article__content ol {
  list-style-type: decimal;
  position: relative; }
  .article__content ol li {
    list-style-type: decimal;
    position: relative;
    margin-left: 20px; }

.article__content .image-feature {
  margin-bottom: 40px; }
  .article__content .image-feature .image-slide {
    overflow: hidden;
    height: 280px;
    margin: 0 auto;
    display: block; }
  .article__content .image-feature .image-article {
    width: 100%; }
  .article__content .image-feature h6 {
    color: #686A6E;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px; }
  .article__content .image-feature .carousel .carousel-control {
    background: none;
    font-size: 3em;
    color: #2F9E40;
    font-weight: 500;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 0;
    top: 150px; }
    .article__content .image-feature .carousel .carousel-control.left::before {
      content: "\e900";
      font-family: "icones-ifsc";
      display: block;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .article__content .image-feature .carousel .carousel-control.right::before {
      content: "\e900";
      font-family: "icones-ifsc"; }
  .article__content .image-feature .carousel .carousel-caption {
    position: relative;
    background: transparent;
    padding: 0;
    text-align: center;
    width: 58%;
    margin: 0 auto; }
  .article__content .image-feature .carousel .carousel-indicators {
    position: static;
    top: 0;
    right: 0;
    z-index: initial;
    margin: 0;
    display: inherit;
    height: auto;
    text-align: center; }
    .article__content .image-feature .carousel .carousel-indicators li {
      background-color: #2F9E40;
      opacity: 0.5;
      display: inline-block;
      float: none;
      margin: 0; }
      .article__content .image-feature .carousel .carousel-indicators li.active {
        opacity: 1; }

.article__content h6 .tag {
  font-family: "Roboto";
  font-size: 13px;
  color: #2F9E40;
  display: inline;
  font-weight: lighter;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 2px solid rgba(47, 158, 64, 0.6); }
  .article__content h6 .tag:first-child {
    padding-left: 0;
    border-right: 0;
    border-left: 0; }
  .article__content h6 .tag:hover {
    opacity: 0.5; }

.article__content h6 span {
  color: #8F9296;
  display: inline;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: lighter; }

.article__content .share {
  margin-top: 56px;
  margin-bottom: 24px; }
  .article__content .share p {
    color: #8F9296;
    font-size: 13px;
    font-family: "Roboto";
    display: inline;
    margin-right: 16px; }
  .article__content .share a.twitter::before {
    color: #8F9296;
    font-size: 13px;
    font-family: icones-ifsc;
    content: "\e90c";
    margin: 2px 8px 2px 0;
    text-decoration: none;
    font-weight: lighter; }
  .article__content .share a.facebook::before {
    color: #8F9296;
    font-size: 13px;
    font-family: icones-ifsc;
    content: "\e907";
    margin: 2px 8px 2px 0;
    text-decoration: none;
    font-weight: lighter; }

.article__content .recommended-news {
  border-top: 1px solid #D6D6D6;
  padding-top: 32px; }
  .article__content .recommended-news h4 {
    font-weight: lighter;
    color: #0F5F5C;
    margin-bottom: 24px; }

.image-viewer-close {
  font-size: 48px;
  color: white;
  margin-top: 3px;
  margin-right: -13px;
  opacity: 0.6;
  font-weight: normal; }
  .image-viewer-close:hover {
    color: #FFFFFF;
    opacity: 1; }

.featured-news {
  margin-top: 30px; }
  .featured-news a {
    display: block; }
    .featured-news a:hover {
      opacity: 0.5; }
  .featured-news h5 {
    color: #4A5057;
    font-weight: 500;
    line-height: 24px;
    margin: 0px; }
    .featured-news h5:first-child {
      margin: 0 0 16px; }
  .featured-news h6 {
    margin-bottom: 0px; }
    .featured-news h6 a.tag {
      color: #2F9E40;
      display: inline;
      font-family: "Roboto";
      font-size: 13px;
      font-weight: lighter;
      margin-right: 10px;
      padding-right: 0; }
    .featured-news h6 span p {
      color: #8F9296;
      display: inline;
      font-family: "Roboto";
      font-size: 13px;
      font-weight: lighter; }

.filter-curses .dropdown-toggle {
  background: transparent;
  text-align: left;
  color: #4A5058;
  font-size: 12px;
  line-height: 17px;
  padding: 16px; }
  .filter-curses .dropdown-toggle::after {
    color: #4A5058;
    font-family: icones-ifsc;
    content: "\e90d";
    font-size: 13px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
    top: 17px; }
  @media (max-width: 767px) {
    .filter-curses .dropdown-toggle {
      height: 48px; } }

.filter-curses .dropdown-menu {
  width: 100%;
  max-height: 280px;
  overflow: hidden;
  overflow-y: auto; }
  .filter-curses .dropdown-menu li a {
    padding: 4px 24px;
    font-size: 13px;
    line-height: 16px;
    color: #8F9296;
    white-space: break-spaces;
    display: block; }
    .filter-curses .dropdown-menu li a:hover {
      color: #4A5058;
      background-color: #EBEFEF;
      background-image: linear-gradient(to bottom, #EBEFEF, #EBEFEF);
      background-image: -webkit-linear-gradient(top, #EBEFEF, #EBEFEF);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEFEF), to(#EBEFEF)); }

.complete-filter-curses {
  margin-bottom: 112px; }
  .complete-filter-curses .filter-curses a.btn.btn-large.dropdown-toggle {
    border: 1px solid #8F9296; }
  @media (max-width: 767px) {
    .complete-filter-curses {
      margin-bottom: 0px; } }

.divisor-filter {
  padding-top: 16px;
  text-align: center; }

.search-style2 .search-style__group {
  border: 1px solid #8F9296;
  border-radius: 3px; }
  .search-style2 .search-style__group input#input-search {
    background: transparent;
    border: 0;
    margin: 4px 0;
    width: 82%;
    outline: none;
    color: #8F9296;
    opacity: 0.5;
    font-size: 12px;
    line-height: 17px;
    margin: 0px;
    padding: 12px 0px 13px 16px;
    font-size: 12px;
    box-shadow: none; }
    .search-style2 .search-style__group input#input-search:focus {
      border: 0;
      box-shadow: none;
      color: #8F9296;
      opacity: 1; }
    @media (max-width: 767px) {
      .search-style2 .search-style__group input#input-search {
        padding: 16px 0px 15px 16px; } }
  .search-style2 .search-style__group button.search-style__btn {
    background: transparent;
    border: 0;
    float: right;
    padding: 10px 12px 0 0; }
    .search-style2 .search-style__group button.search-style__btn:before {
      color: #8F9296;
      font-family: "icones-ifsc";
      content: "\e904"; }
  @media (max-width: 767px) {
    .search-style2 .search-style__group {
      margin: 24px 0 32px 0;
      height: 48px; } }

.form-filter-curses {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #8F9296;
  opacity: 1.00; }
  .form-filter-curses input {
    margin-bottom: 10px; }
  .form-filter-curses input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px; }
  .form-filter-curses > div {
    margin-top: -2px;
    margin-bottom: 4px;
    line-height: 24px; }

.filter-title h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  color: #4A5057;
  opacity: 1.00; }

.open-inscription2 {
  margin: 30px 0 20px 0;
  color: #2f9e40;
  border-left: 8px solid #2f9e40;
  height: 25px; }
  .open-inscription2 p {
    font-size: 13px;
    font-weight: 500;
    font-family: "Roboto";
    vertical-align: middle;
    padding: 5px 0px 5px 22px;
    height: 100%; }
  @media (max-width: 767px) {
    .open-inscription2 {
      margin: 32px 0 32px 0; } }

.columns-1 .portlet-search {
  *zoom: 1;
  margin-left: auto;
  margin-right: auto; }
  .columns-1 .portlet-search #_3_searchContainer,
  .columns-1 .portlet-search .frequency,
  .columns-1 .portlet-search .portlet-borderless-bar,
  .columns-1 .portlet-search .taglib-search-iterator-page-iterator-top,
  .columns-1 .portlet-search thead {
    display: none; }
  .columns-1 .portlet-search .input-container {
    border: 0; }
  .columns-1 .portlet-search:before, .columns-1 .portlet-search:after {
    display: table;
    content: "";
    line-height: 0; }
  .columns-1 .portlet-search:after {
    clear: both; }
  @media (max-width: 979px) {
    .columns-1 .portlet-search {
      width: 94%; } }
  .columns-1 .portlet-search .input-container .liferaytokenlist .liferaytokenlist-content .lfr-token {
    background: none;
    border: none;
    padding: 0;
    margin: 0 16px 0 0; }
    .columns-1 .portlet-search .input-container .liferaytokenlist .liferaytokenlist-content .lfr-token:hover {
      background-color: transparent; }
    .columns-1 .portlet-search .input-container .liferaytokenlist .liferaytokenlist-content .lfr-token .lfr-token-text {
      color: #2f9e40;
      font-family: 'Roboto';
      font-weight: 500;
      margin-right: 8px;
      cursor: text; }
    .columns-1 .portlet-search .input-container .liferaytokenlist .liferaytokenlist-content .lfr-token .icon-remove {
      margin-left: 0;
      display: none; }
      .columns-1 .portlet-search .input-container .liferaytokenlist .liferaytokenlist-content .lfr-token .icon-remove:before {
        font-size: 24px;
        font-family: icones-ifsc;
        content: "\e913";
        color: #2f9e40;
        text-decoration: none;
        display: inline;
        position: relative;
        background-color: white; }
  .columns-1 .portlet-search h6 {
    font-weight: normal;
    color: #2F9E40;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0; }
  .columns-1 .portlet-search .search-layout {
    margin-top: 42px; }
    .columns-1 .portlet-search .search-layout .span10.result {
      min-height: 500px; }
      .columns-1 .portlet-search .search-layout .span10.result .highlight {
        background: #eef1ec;
        margin: 0;
        padding: 0; }
      .columns-1 .portlet-search .search-layout .span10.result .alert-info, .columns-1 .portlet-search .search-layout .span10.result html .portlet-msg-help, html .columns-1 .portlet-search .search-layout .span10.result .portlet-msg-help, .columns-1 .portlet-search .search-layout .span10.result html .portlet-msg-info, html .columns-1 .portlet-search .search-layout .span10.result .portlet-msg-info, .columns-1 .portlet-search .search-layout .span10.result html .portlet-msg-progress, html .columns-1 .portlet-search .search-layout .span10.result .portlet-msg-progress {
        color: #0F5F5C;
        background-color: transparent;
        border: none;
        margin-top: 53px;
        font-size: 16px;
        font-family: "Roboto";
        line-height: 16px; }
    .columns-1 .portlet-search .search-layout .span10 .hide {
      display: none; }
    .columns-1 .portlet-search .search-layout .span10 .searchcontainer {
      padding-top: 1px; }
    .columns-1 .portlet-search .search-layout .span2.filter-search--active {
      max-height: 2000px; }
    .columns-1 .portlet-search .search-layout .span2 .modified-custom-range {
      padding: 0;
      width: 100%;
      margin-top: 8px;
      background: #FFFFFF; }
      @media (max-width: 979px) {
        .columns-1 .portlet-search .search-layout .span2 .modified-custom-range {
          width: 45%; } }
      .columns-1 .portlet-search .search-layout .span2 .modified-custom-range .control-group {
        margin-bottom: 12px; }
        .columns-1 .portlet-search .search-layout .span2 .modified-custom-range .control-group .help-inline {
          line-height: 1.5; }
      .columns-1 .portlet-search .search-layout .span2 .modified-custom-range button {
        padding: 10px 40px;
        border-radius: 0.4em;
        background: #0F5F5C;
        border-radius: 3px;
        color: #FFFFFF;
        margin-top: 12px; }
      .columns-1 .portlet-search .search-layout .span2 .modified-custom-range input {
        width: 100%;
        margin-bottom: 0;
        border-color: #BDBDBD;
        box-shadow: none;
        color: #4F4F4F; }
        .columns-1 .portlet-search .search-layout .span2 .modified-custom-range input:focus, .columns-1 .portlet-search .search-layout .span2 .modified-custom-range input:active {
          border-color: #488f06; }
      .columns-1 .portlet-search .search-layout .span2 .modified-custom-range .field-wrapper .control-label {
        color: #4A5058;
        font-size: 13px;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 8px; }
      .columns-1 .portlet-search .search-layout .span2 .modified-custom-range .field-wrapper .lfr-input-date .input-text-wrapper {
        background-color: #FFFFFF;
        border: 1px solid #0F5F5C;
        border-radius: 3px;
        cursor: pointer;
        height: 43px;
        margin: 0; }
        .columns-1 .portlet-search .search-layout .span2 .modified-custom-range .field-wrapper .lfr-input-date .input-text-wrapper input {
          border: 0;
          width: 100%;
          padding: 0.9em;
          font-size: 0.8em;
          background: transparent; }
      .columns-1 .portlet-search .search-layout .span2 .modified-custom-range.hide {
        display: none; }
    @media (max-width: 979px) {
      .columns-1 .portlet-search .search-layout .span2 {
        -webkit-transition: max-height 0.5s 0.1s cubic-bezier(0.7, 0.01, 0.22, 0.99);
        -moz-transition: max-height 0.5s 0.1s cubic-bezier(0.7, 0.01, 0.22, 0.99);
        -o-transition: max-height 0.5s 0.1s cubic-bezier(0.7, 0.01, 0.22, 0.99);
        transition: max-height 0.5s 0.1s cubic-bezier(0.7, 0.01, 0.22, 0.99);
        border: 1px solid #ECECEC;
        margin-top: 20px;
        max-height: 49px;
        overflow: hidden;
        padding: 0;
        position: relative; } }
    .columns-1 .portlet-search .search-layout .span2 a {
      color: #686A6E;
      display: block;
      font-size: 13px;
      font-weight: normal;
      font-family: "Roboto";
      padding-bottom: 12px; }
      @media (max-width: 979px) {
        .columns-1 .portlet-search .search-layout .span2 a {
          border-bottom: 1px solid #ECECEC;
          padding: 15px 20px; }
          .columns-1 .portlet-search .search-layout .span2 a.sidebar-nav__link--active {
            background-color: #FFFFFF; } }
      .columns-1 .portlet-search .search-layout .span2 a:last-child {
        border-bottom: 0; }
      .columns-1 .portlet-search .search-layout .span2 a.sidebar-nav__link--active, .columns-1 .portlet-search .search-layout .span2 a:focus, .columns-1 .portlet-search .search-layout .span2 a:hover {
        color: #000;
        text-decoration: none; }
    .columns-1 .portlet-search .search-layout .span2 .search-facet .facet-value.active a {
      background-color: transparent;
      color: #0F5F5C;
      font-weight: 500; }
      @media (max-width: 979px) {
        .columns-1 .portlet-search .search-layout .span2 .search-facet .facet-value.active a {
          font-size: 20px; } }
    .columns-1 .portlet-search .search-layout .span2 .search-facet .facet-value.default a {
      font-size: 17px;
      color: #0F5F5C;
      font-size: 23.94px;
      font-weight: lighter;
      margin-bottom: 16px;
      margin-top: 48px; }
      .columns-1 .portlet-search .search-layout .span2 .search-facet .facet-value.default a i {
        display: none; }
      @media (max-width: 979px) {
        .columns-1 .portlet-search .search-layout .span2 .search-facet .facet-value.default a {
          padding-top: 4px;
          font-size: 20px; } }
    .columns-1 .portlet-search .search-layout .span2 .search-facet:first-child .facet-value.default a {
      margin-top: 0; }
    .columns-1 .portlet-search .search-layout .span2 a {
      padding-bottom: 15px; }
      .columns-1 .portlet-search .search-layout .span2 a:last-child {
        padding: 0; }
    .columns-1 .portlet-search .search-layout .span2 ul li.facet-value a {
      font-size: 14px;
      line-height: 20px;
      margin-top: 20px; }
      .columns-1 .portlet-search .search-layout .span2 ul li.facet-value a:hover {
        color: #0F5F5C;
        background: transparent;
        font-weight: 500; }
      .columns-1 .portlet-search .search-layout .span2 ul li.facet-value a:focus {
        border: none;
        background: transparent; }
      .columns-1 .portlet-search .search-layout .span2 ul li.facet-value a .frequency {
        display: none; }
      @media (max-width: 979px) {
        .columns-1 .portlet-search .search-layout .span2 ul li.facet-value a {
          font-size: 16px; } }
    .columns-1 .portlet-search .search-layout .span2 .search-facet {
      border-top: 0 solid #BBBBBB; }
    .columns-1 .portlet-search .search-layout .span2 .search-asset_entries {
      display: none; }
    .columns-1 .portlet-search .search-layout .result .lfr-search-container {
      margin-top: 0;
      min-height: 900px; }
      .columns-1 .portlet-search .search-layout .result .lfr-search-container .searchcontainer {
        padding-top: 3px; }
        .columns-1 .portlet-search .search-layout .result .lfr-search-container .searchcontainer .searchcontainer-content > table {
          border: none;
          width: 100%; }
          .columns-1 .portlet-search .search-layout .result .lfr-search-container .searchcontainer .searchcontainer-content > table td {
            background: transparent;
            border-top: none;
            border-left: none;
            border-right: none; }
    .columns-1 .portlet-search .search-layout .result .lfr-pagination-buttons > li:first-child {
      display: none; }
    .columns-1 .portlet-search .search-layout .result .lfr-pagination-buttons li:nth-child(2) a {
      padding-left: 30px; }
      .columns-1 .portlet-search .search-layout .result .lfr-pagination-buttons li:nth-child(2) a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    @media (max-width: 979px) {
      .columns-1 .portlet-search .search-layout .result {
        padding-top: 20px; }
        .columns-1 .portlet-search .search-layout .result .lfr-pagination-buttons > li {
          width: 34%; } }
    .columns-1 .portlet-search .search-layout .result article:last-of-type td,
    .columns-1 .portlet-search .search-layout .result tr:last-of-type td, .columns-1 .portlet-search .search-layout .result tr:nth-last-of-type(2) td {
      border: 0; }
    .columns-1 .portlet-search .search-layout .result td {
      border-collapse: inherit;
      padding: 25px 0;
      border-bottom: 1px solid #ECECEC;
      display: block; }
      .columns-1 .portlet-search .search-layout .result td.lfr-template {
        display: none; }
      .columns-1 .portlet-search .search-layout .result td article {
        padding: 0;
        margin-top: 0; }
        .columns-1 .portlet-search .search-layout .result td article .featured-news__img {
          float: left;
          display: block;
          margin-right: 4.57516%;
          width: 47.71242%;
          height: 180px;
          margin-bottom: 15px; }
      .columns-1 .portlet-search .search-layout .result td h4 {
        color: #000;
        font-weight: lighter;
        margin-top: 10px;
        font-size: 18px;
        font-size: 24px;
        line-height: 32px; }
      .columns-1 .portlet-search .search-layout .result td p {
        color: #8F9296;
        font-size: 16px;
        line-height: 24px; }
        .columns-1 .portlet-search .search-layout .result td p:first-child {
          margin-top: 0; }
        .columns-1 .portlet-search .search-layout .result td p:last-child {
          margin-bottom: 0; }
      .columns-1 .portlet-search .search-layout .result td a {
        display: block; }
        .columns-1 .portlet-search .search-layout .result td a:hover {
          opacity: 0.5; }
    .columns-1 .portlet-search .search-layout .result tr:first-child td {
      padding-top: 0; }

.datepicker-popover .datepicker-popover-content {
  padding: 20px; }
  .datepicker-popover .datepicker-popover-content .popover-content {
    padding: 0; }
    .datepicker-popover .datepicker-popover-content .popover-content .yui3-calendar-content {
      filter: none; }
    .datepicker-popover .datepicker-popover-content .popover-content .yui3-calendar-header {
      padding-bottom: 18px !important; }
      .datepicker-popover .datepicker-popover-content .popover-content .yui3-calendar-header .yui3-calendarnav-prevmonth {
        border: 6px solid transparent !important;
        border-right-color: #BDBDBD !important; }
      .datepicker-popover .datepicker-popover-content .popover-content .yui3-calendar-header .yui3-calendarnav-nextmonth {
        border: 6px solid transparent !important;
        border-left-color: #BDBDBD !important; }
      .datepicker-popover .datepicker-popover-content .popover-content .yui3-calendar-header .yui3-calendar-header-label {
        text-transform: capitalize;
        font-weight: lighter !important;
        font-size: 14px !important;
        font-family: 'Roboto', helvetica, sans-serif; }
    .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid {
      font-size: 12px; }
      .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid thead .yui3-calendar-weekdayrow .yui3-calendar-weekday {
        font-weight: normal;
        padding: 10px;
        padding-bottom: 12px !important; }
      .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-day {
        padding: 12px; }
        .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-day:hover {
          background: rgba(22, 79, 77, 0.8) !important; }
      .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-prevmonth-day, .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-nextmonth-day, .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-skin-sam {
        padding: 12px;
        border: 1px solid #C4C4C4;
        background: #fff;
        text-align: center;
        font-family: 'open sans';
        font-weight: 400 !important;
        font-size: 12px; }
      .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-day-selected {
        background-color: #164F4D;
        color: #fff; }

.datepicker-popover .datepicker-popover-content {
  padding: 20px; }
  .datepicker-popover .datepicker-popover-content .popover-content {
    padding: 0; }
    .datepicker-popover .datepicker-popover-content .popover-content .yui3-calendar-header {
      padding-bottom: 18px !important; }
      .datepicker-popover .datepicker-popover-content .popover-content .yui3-calendar-header .yui3-calendarnav-prevmonth {
        border: 6px solid transparent !important;
        border-right-color: #BDBDBD !important;
        margin-top: -2px;
        padding-left: 70px; }
      .datepicker-popover .datepicker-popover-content .popover-content .yui3-calendar-header .yui3-calendarnav-nextmonth {
        border: 6px solid transparent !important;
        border-left-color: #BDBDBD !important;
        margin-top: -2px;
        padding-right: 70px; }
      .datepicker-popover .datepicker-popover-content .popover-content .yui3-calendar-header .yui3-calendar-header-label {
        text-transform: capitalize;
        font-weight: lighter !important;
        font-size: 14px !important;
        font-family: 'Roboto', helvetica, sans-serif; }
    .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid thead .yui3-calendar-weekdayrow .yui3-calendar-weekday {
      font-weight: normal;
      font-size: 12px;
      padding: 10px;
      padding-bottom: 12px !important; }
    .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-day:hover {
      background: rgba(22, 79, 77, 0.8) !important; }
    .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-day, .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-prevmonth-day, .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-skin-sam, .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-nextmonth-day {
      font-weight: normal;
      padding: 12px;
      border: 1px solid #C4C4C4;
      background: #fff;
      text-align: center;
      font-family: 'open sans';
      font-weight: 400 !important;
      font-size: 12px; }
    .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-day-selected {
      background-color: #164F4D;
      color: #fff; }

.portlet-search .search-layout .span2 .modified-custom-range {
  padding: 0 !important;
  width: 100%;
  margin-top: 8px !important; }
  .portlet-search .search-layout .span2 .modified-custom-range .control-group {
    margin-bottom: 12px; }
    .portlet-search .search-layout .span2 .modified-custom-range .control-group .help-inline {
      line-height: 1.5; }
  .portlet-search .search-layout .span2 .modified-custom-range button {
    margin-top: 12px; }
  .portlet-search .search-layout .span2 .modified-custom-range input {
    width: 100%;
    margin-bottom: 0;
    border-color: #BDBDBD;
    box-shadow: none;
    color: #4F4F4F; }
    .portlet-search .search-layout .span2 .modified-custom-range input:focus, .portlet-search .search-layout .span2 .modified-custom-range input:active {
      border-color: #488f06; }
  .portlet-search .search-layout .span2 .modified-custom-range .field-wrapper .control-label {
    margin-bottom: 8px !important; }

.portlet-search .result .highlight {
  background: #eef1ec; }

.portlet-search .lfr-token-list {
  margin: 24px 0 6px; }
  .portlet-search .lfr-token-list .lfr-token {
    border: none;
    padding: 0;
    margin: 0 16px 0 0; }
    .portlet-search .lfr-token-list .lfr-token:first-child span:before {
      content: "Filtros:";
      color: #0d4f4d;
      font-family: 'Roboto';
      font-weight: 500;
      margin-right: 16px;
      cursor: text; }
    .portlet-search .lfr-token-list .lfr-token:hover .icon-remove:before {
      font-size: 24px;
      font-family: icones-ifsc;
      content: "\e913";
      color: #2f9e40;
      text-decoration: none;
      display: inline;
      position: relative;
      background-color: white; }
    .portlet-search .lfr-token-list .lfr-token .lfr-token-text {
      color: #2f9e40;
      font-family: 'Roboto';
      font-weight: normal;
      margin-right: 8px;
      font-size: 16px;
      vertical-align: super; }
    .portlet-search .lfr-token-list .lfr-token .lfr-token-close {
      display: inline-block !important;
      background: none !important; }
      .portlet-search .lfr-token-list .lfr-token .lfr-token-close:before {
        font-size: 24px;
        font-family: icones-ifsc;
        content: "\e913";
        color: #2f9e40;
        text-decoration: none;
        display: inline;
        position: relative;
        background-color: white; }

.myLibrasModal {
  bottom: 0;
  border: 1px solid #0D4F4D;
  position: fixed;
  overflow: hidden;
  right: 1%;
  width: 200px;
  z-index: 1000000; }
  .myLibrasModal .modal-header {
    background: #0D4F4D;
    font-family: sans-serif;
    color: white;
    height: 34px;
    width: 100%;
    padding: 1px 0; }
    .myLibrasModal .modal-header h4 {
      margin: 0 0 0 10px;
      padding: 0px;
      display: inline;
      font-size: 16px; }
    .myLibrasModal .modal-header a {
      border: 0;
      color: white;
      display: inline;
      outline: none;
      position: absolute;
      text-decoration: none;
      width: 22px; }
      .myLibrasModal .modal-header a.modalBtn-Open {
        right: 25px;
        top: 10px; }
        .myLibrasModal .modal-header a.modalBtn-Open .icon-down:after {
          content: "\e90d";
          font-family: "icones-ifsc";
          font-size: 14px;
          position: absolute;
          -ms-transform: rotate(90deg);
          /* IE 9 */
          -webkit-transform: rotate(90deg);
          /* Chrome, Safari, Opera */
          transform: rotate(90deg);
          -webkit-transition: 0.5s ease-in-out;
          -moz-transition: 0.5s ease-in-out;
          -o-transition: 0.5s ease-in-out;
          transition: 0.5s ease-in-out; }
        .myLibrasModal .modal-header a.modalBtn-Open .icon-down.icon-up:after {
          -ms-transform: rotate(270deg);
          /* IE 9 */
          -webkit-transform: rotate(270deg);
          /* Chrome, Safari, Opera */
          transform: rotate(270deg);
          -webkit-transition: 0.5s ease-in-out;
          -moz-transition: 0.5s ease-in-out;
          -o-transition: 0.5s ease-in-out;
          transition: 0.5s ease-in-out; }
      .myLibrasModal .modal-header a.modal-btn-close {
        right: 0;
        top: 5px; }
        .myLibrasModal .modal-header a.modal-btn-close .icon-close:after {
          content: "\e906";
          font-family: "icones-ifsc";
          font-size: 12px;
          padding: 5px 10px 0 0; }
  .myLibrasModal .modal-content {
    height: 255px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .myLibrasModal .modal-content img.libras-img {
      opacity: 0;
      height: 255px;
      width: 200px;
      -webkit-transition: 1s ease-in-out;
      -moz-transition: 1s ease-in-out;
      -o-transition: 1s ease-in-out;
      transition: 1s ease-in-out; }
  .myLibrasModal .modalBtn-Close {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .myLibrasModal .modalBtn-Close-div {
    position: absolute;
    right: 0;
    bottom: 0; }
  @media (max-width: 767px) {
    .myLibrasModal {
      display: none; } }

#navigation ul li:hover .myLibrasModal .modal-content.modal-content-item {
  background: white; }
  #navigation ul li:hover .myLibrasModal .modal-content.modal-content-item .libras-img {
    opacity: 1;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out; }

@media (max-width: 767px) {
  #navigation ul li .myLibrasModal {
    display: none; } }

.course-image, .course-video {
  margin-bottom: 24px; }

#campus-descricao {
  color: #4A5058;
  font-weight: lighter;
  margin: -24px 0 31px 0; }

#campus-detalhamento {
  display: none; }

.course-video iframe {
  height: 400px; }
  @media (max-width: 767px) {
    .course-video iframe {
      height: 360px; } }
  @media (max-width: 560px) {
    .course-video iframe {
      height: 250px; } }
  @media (max-width: 360px) {
    .course-video iframe {
      height: auto; } }

.course-image {
  height: 400px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .course-image {
      height: 360px; } }
  @media (max-width: 560px) {
    .course-image {
      height: 250px; } }
  @media (max-width: 360px) {
    .course-image {
      height: auto; } }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("//barra.brasil.gov.br/static/opensans-bold.woff") format("woff"); }

#barra-brasil {
  height: 32px;
  background: #f1f1f1;
  font-weight: bold;
  font-size: 12px;
  line-height: 32px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #dfdfdf;
  box-sizing: content-box; }
  #barra-brasil div {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    border: none; }
  #barra-brasil a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    border: none;
    text-decoration: none; }
  #barra-brasil ul {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    border: none;
    list-style: none; }
  #barra-brasil li {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    border: none; }
  #barra-brasil .brasil-flag {
    float: left;
    padding: 7px 0 6px;
    width: 115px;
    border-right: 2px solid #dfdfdf; }
    #barra-brasil .brasil-flag .link-barra {
      display: block;
      padding-left: 42px;
      width: 43px;
      background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2219%22%20viewBox%3D%220%200%201000%20700%22%3E%3Cpath%20fill%3D%22%2300923F%22%20d%3D%22M0%200h1000v700H0z%22%2F%3E%3Cpath%20fill%3D%22%23F8C300%22%20d%3D%22M500%2085L85%20350l415%20265%20415-265L500%2085z%22%2F%3E%3Ccircle%20fill%3D%22%2328166F%22%20cx%3D%22499%22%20cy%3D%22350%22%20r%3D%22174%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M395%20296c103%200%20199%2038%20272%20101%202-8%204-17%205-26-75-61-172-98-277-98-18%200-36%201-53%203-3%208-6%2016-9%2025%2020-3%2041-4%2063-4z%22%2F%3E%3C%2Fsvg%3E") 8px center no-repeat;
      text-transform: uppercase;
      line-height: 19px; }
  #barra-brasil #brasil-vlibras {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99; }
    #barra-brasil #brasil-vlibras .logo-vlibras {
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOSIgaGVpZ2h0PSIyOSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI2Ni4yNTAzOCwtMjMxLjY4NTk0KSI+PHBhdGggZD0ibTI5Mi40IDIzNy44Yy0wLjEgMC0wLjItMC4xLTAuMi0wLjIgMC0xLTEuOC0yLjYtNC4xLTIuNmwtMi41IDAtNC44IDMuNi00LjgtMy42LTIuNSAwYy0yLjQgMC00LjEgMS42LTQuMSAyLjYgMCAwLjEtMC4xIDAuMi0wLjIgMC4yLTAuMSAwLTAuMi0wLjEtMC4yLTAuMiAwLTEuNCAyLjEtMy4xIDQuNi0zLjFsMi40IDAgMC42LTAuNmMwLjEtMC4xIDAuMi0wLjEgMC4zIDBsMy45IDQuNiAzLjktNC42YzAuMS0wLjEgMC4yLTAuMSAwLjMgMGwwLjYgMC42IDIuNCAwYzIuNSAwIDQuNiAxLjcgNC42IDMuMSAwIDAuMS0wLjEgMC4yLTAuMiAwLjJ6bS0zIDEwLjRjLTAuMSAwLjctMC4yIDEtMC4zIDEgMCAwLjEtMC4xIDAuMS0wLjIgMC4xLTAuMSAwLTAuMS0wLjEtMC4xLTAuMiAwIDAgMC4xLTAuMyAwLjItMC45IDAuMS0wLjYtMC4yLTEuMS0wLjItMS4xIDAtMC4xIDAtMC4yIDAuMS0wLjIgMC4xIDAgMC4xIDAgMC4yIDAgMCAwIDAgMCAwIDAuMSAwIDAgMC4zIDAuNiAwLjIgMS4zem0tMSAwLjhjMCAwLjEtMC4xIDAuMS0wLjIgMC4xLTAuMSAwLTAuMS0wLjEtMC4xLTAuMiAwIDAgMC4xLTAuMyAwLjEtMC45IDAtMC42LTAuMy0xLjEtMC4zLTEuMSAwLTAuMSAwLTAuMiAwLjEtMC4yIDAuMSAwIDAuMSAwIDAuMiAwIDAgMCAwIDAgMCAwIDAgMCAwLjMgMC42IDAuMyAxLjMgMCAwLjctMC4xIDEtMC4yIDF6bS0wLjctMC40Yy0wLjMgMS4yLTAuOCAyLjItMC45IDIuNi0wLjIgMC40LTAuMyAwLjktMC4yIDIuMiAwIDEuMyAwIDIuMi0wLjEgMi41IDAgMC4yLTAuMiAwLjMtMC40IDAuMy0wLjIgMC0wLjMtMC4xLTAuNC0wLjQtMC4xLTAuNS0wLjMtMi42LTAuMy0yLjkgMC0wLjItMC4yLTAuNC0wLjMtMC40LTAuMSAwLTAuMiAwLjEtMC4zIDAuNS0wLjIgMC45LTAuNSAzLjEtMC42IDMuNi0wLjEgMC41LTAuMyAwLjYtMC40IDAuNi0wLjEgMC0wLjEgMC0wLjEgMCAwIDAgMCAwIDAgMC0wLjEgMC0wLjQgMC0wLjQtMC40IDAtMC41IDAuNC0zLjUgMC40LTMuOCAwLTAuMiAwLTAuMy0wLjEtMC4zLTAuMSAwLTAuMSAwLjEtMC4yIDAuMi0wLjMgMC40LTEuNyAyLjktMi4xIDMuNy0wLjEgMC4yLTAuMiAwLjItMC40IDAuMi0wLjEgMC0wLjIgMC0wLjMtMC4xLTAuMS0wLjEtMC4zLTAuNC0wLjItMC42IDAuMS0wLjIgMS41LTMuNCAxLjctMy44IDAuMS0wLjMgMC4xLTAuNS0wLjEtMC41LTAuMSAwLTAuMiAwLjEtMC40IDAuMi0wLjUgMC41LTIuNCAyLjUtMi43IDIuNy0wLjEgMC4xLTAuMiAwLjItMC4zIDAuMi0wLjEgMC0wLjItMC4xLTAuMy0wLjItMC4yLTAuMi0wLjItMC40LTAuMS0wLjYgMC4yLTAuMiAyLjYtMy4zIDMtNC4xIDAuNC0wLjcgMS0xLjktMC4yLTEuOS0wLjEgMC0wLjEgMC0wLjIgMC0wLjUgMC0wLjggMC4xLTEuMSAwLjEtMC41IDAtMC43LTAuMS0wLjgtMC4xLTAuMi0wLjEtMC42LTAuMy0wLjUtMC42IDAuMS0wLjIgMC43LTAuMSAxLTAuMiAwLjItMC4xIDAuMi0wLjEgMC4yLTAuMSAwIDAgMS4xLTAuMyAxLjgtMC43IDAuNy0wLjQgMi4zLTEuMSAyLjctMS4xIDAuMiAwIDAuNC0wLjEgMC42LTAuMSAwLjMgMCAwLjYgMCAwLjcgMC4xIDAuMyAwLjEgMC42IDAuOSAyIDEuNSAwIDAgMC42IDAuNiAwLjMgMS44em0tMTEuNyAyLjJjLTAuNC0xLjItMC42LTIuMy0wLjYtMi43LTAuMS0wLjQtMC4zLTAuOS0xLTEuOS0wLjctMS0xLjItMS44LTEuMy0yLjEtMC4xLTAuMiAwLjEtMC41IDAuNC0wLjUgMC4xIDAgMC4yIDAgMC4zIDAuMiAwLjQgMC40IDEuNyAyIDEuOSAyLjIgMC4xIDAuMSAwLjMgMC4yIDAuNCAwLjIgMC4yIDAgMC4yLTAuMSAwLjEtMC42LTAuMy0wLjktMS4zLTIuOS0xLjUtMy4zLTAuMy0wLjcgMC4xLTAuNyAwLjEtMC43IDAgMCAwLjEtMC4xIDAuMi0wLjEgMC4xIDAgMC4yIDAgMC4zIDAuMiAwLjIgMC40IDEuNiAzLjIgMS44IDMuNCAwLjEgMC4xIDAuMiAwLjIgMC4zIDAuMiAwLjEgMCAwLjEtMC4xIDAuMS0wLjMgMC0wLjUtMC4yLTMuMy0wLjMtNC4yIDAtMC4zIDAuMy0wLjUgMC41LTAuNSAwIDAgMCAwIDAgMCAwLjIgMCAwLjQgMC4yIDAuNSAwLjQgMC4xIDAuMiAwLjYgMy43IDAuNyA0LjIgMCAwLjIgMC4yIDAuNCAwLjMgMC40IDAuMSAwIDAuMi0wLjEgMC4zLTAuNCAwLjEtMC43IDAuNy0zLjQgMC43LTMuNyAwLTAuMyAwLjItMC40IDAuNC0wLjQgMCAwIDAuMSAwIDAuMSAwIDAuMiAwIDAuNCAwLjIgMC40IDAuNSAwIDAuMy0wLjMgMy43LTAuMiA0LjgtMC41IDAuMi0xIDAuNC0xLjMgMC40bDAgMCAwIDAtMC4yIDAuMWMwIDAtMC4xIDAtMC4yIDAtMC40IDAtMSAwLTEuMyAwLjYtMC4xIDAuMy0wLjIgMC42LTAuMSAwLjggMC4yIDAuNSAwLjggMC44IDAuOSAwLjkgMCAwIDAgMCAwIDAgMC4yIDAuMSAwLjUgMC4yIDEuMSAwLjIgMC4zIDAgMC42IDAgMS4xLTAuMS0wLjEgMC4yLTAuMiAwLjQtMC4zIDAuNmwtMC4xIDAuMWMtMC4yIDAuMy0wLjggMS4yLTEuOCAyLjUtMC4yIDAtMC4zIDAtMC41IDAtMC4zIDAtMC42IDAtMC45IDAuMSAwIDAtMC44LTAuMS0xLjMtMS4zem0wLjggMi4yYzAgMC4xLTAuMSAwLjEtMC4yIDAuMSAwIDAgMCAwLTAuMSAwIDAgMC0wLjYtMC4yLTEtMC44LTAuNC0wLjYtMC41LTAuOS0wLjUtMC45IDAtMC4xIDAtMC4yIDAuMS0wLjIgMC4xIDAgMC4yIDAgMC4yIDAuMSAwIDAgMC4xIDAuMyAwLjQgMC44IDAuNCAwLjUgMC45IDAuNyAwLjkgMC43IDAuMSAwIDAuMSAwLjEgMC4xIDAuMnptLTAuOSAwLjRjMCAwLjEtMC4xIDAuMS0wLjEgMC4xIDAgMC0wLjEgMC0wLjEgMCAwIDAtMC42LTAuMy0wLjktMC45LTAuNC0wLjYtMC40LTAuOS0wLjQtMSAwLTAuMSAwLjEtMC4yIDAuMS0wLjIgMC4xIDAgMC4yIDAuMSAwLjIgMC4xIDAgMCAwIDAuMyAwLjQgMC44IDAuMyAwLjUgMC44IDAuOCAwLjggMC44IDAuMSAwIDAuMSAwLjEgMC4xIDAuMnptMTQuOS0yMS44LTIwLjIgMGMtMi40IDAtNC40IDItNC40IDQuNGwwIDIwLjJjMCAyLjQgMiA0LjQgNC40IDQuNGwyMC4yIDBjMi40IDAgNC40LTIgNC40LTQuNGwwLTIwLjJjMC0yLjQtMi00LjQtNC40LTQuNCIgZmlsbD0iIzFjNGY5YyIvPjwvZz48L3N2Zz4K") 8px center no-repeat;
      position: absolute;
      top: 0;
      right: 0;
      width: 43px;
      height: 32px;
      display: block; }
      #barra-brasil #brasil-vlibras .logo-vlibras:hover + .link-vlibras {
        width: 132px !important;
        height: 50px !important;
        display: inline-table;
        border: 2px solid #dfdfdf;
        padding: 10px 24px 10px 24px;
        visibility: visible;
        background: #f1f1f1;
        z-index: 8;
        line-height: 1.75em; }
      #barra-brasil #brasil-vlibras .logo-vlibras:active + .link-vlibras {
        width: 132px !important;
        height: 50px !important;
        display: inline-table;
        border: 2px solid #dfdfdf;
        padding: 10px 24px 10px 24px;
        visibility: visible;
        background: #f1f1f1;
        z-index: 8;
        line-height: 1.75em; }
      #barra-brasil #brasil-vlibras .logo-vlibras:focus + .link-vlibras {
        width: 132px !important;
        height: 50px !important;
        display: inline-table;
        border: 2px solid #dfdfdf;
        padding: 10px 24px 10px 24px;
        visibility: visible;
        background: #f1f1f1;
        z-index: 8;
        line-height: 1.75em; }
    #barra-brasil #brasil-vlibras .link-vlibras {
      height: 0;
      top: 32px;
      transition: 0.1s;
      width: 166px !important;
      display: block;
      border: 2px solid #dfdfdf;
      color: #606060;
      visibility: hidden;
      position: relative; }
      #barra-brasil #brasil-vlibras .link-vlibras a:hover {
        visibility: visible;
        background: #f1f1f1;
        z-index: 8; }
      #barra-brasil #brasil-vlibras .link-vlibras a:focus {
        visibility: visible;
        background: #f1f1f1;
        z-index: 8; }
      #barra-brasil #brasil-vlibras .link-vlibras a:active {
        visibility: visible;
        background: #f1f1f1;
        z-index: 8; }
      #barra-brasil #brasil-vlibras .link-vlibras:hover {
        width: 132px !important;
        height: 50px !important;
        display: inline-table;
        border: 2px solid #dfdfdf;
        padding: 10px 24px 10px 24px;
        visibility: visible;
        background: #f1f1f1;
        z-index: 8;
        line-height: 1.75em; }
      #barra-brasil #brasil-vlibras .link-vlibras:active {
        width: 132px !important;
        height: 50px !important;
        display: inline-table;
        border: 2px solid #dfdfdf;
        padding: 10px 24px 10px 24px;
        visibility: visible;
        background: #f1f1f1;
        z-index: 8;
        line-height: 1.75em; }
      #barra-brasil #brasil-vlibras .link-vlibras:focus {
        width: 132px !important;
        height: 50px !important;
        display: inline-table;
        border: 2px solid #dfdfdf;
        padding: 10px 24px 10px 24px;
        visibility: visible;
        background: #f1f1f1;
        z-index: 8;
        line-height: 1.75em; }
  #barra-brasil .eselo {
    position: absolute;
    top: 0;
    right: 44px;
    display: block;
    font-size: 1.25em;
    color: blue; }
  #barra-brasil .acesso-info {
    position: absolute;
    left: 130px; }
  #barra-brasil .list {
    position: absolute;
    top: 0;
    right: 40px;
    width: auto; }
    #barra-brasil .list .first {
      border-left: 2px solid #dfdfdf; }
  #barra-brasil .list-eselo {
    right: 90px !important; }
  #barra-brasil .list-item {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border-right: 2px solid #dfdfdf; }
    #barra-brasil .list-item a {
      padding: 8px 15px 8px 13px; }
  #barra-brasil .link-barra {
    color: #606060; }
  #barra-brasil #menu-icon {
    position: absolute;
    top: 3px;
    border-top: 15px double #606060;
    border-bottom: 5px solid #606060;
    display: none;
    width: 20px;
    right: 5px; }

body.contraste #barra-brasil {
  background: #000 !important; }
  body.contraste #barra-brasil .link-barra {
    color: #FF0 !important;
    text-decoration: underline; }
  body.contraste #barra-brasil .link-vlibras {
    color: #FF0 !important;
    text-decoration: underline; }

body.contraste .link-vlibras {
  background: #000 !important; }

div#wrapper-barra-brasil {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  height: 100%; }

@media only screen and (max-width: 959px) {
  #barra-brasil #menu-icon {
    display: inline-block;
    padding: 5px 3px 0px 3px; }
  #barra-brasil .list .first {
    border-left: 1px solid #dfdfdf; }
  #barra-brasil .list a:active li {
    background: #DDD; }
  #barra-brasil .list a:focus li {
    background: #DDD; }
  #barra-brasil .list a:hover li {
    background: #DDD; }
  #barra-brasil nav:hover #menu-icon {
    background-color: #DDD; }
  #barra-brasil nav:hover ul.list {
    height: 165px;
    transition: 0.5s; }
  #barra-brasil nav:active #menu-icon {
    background-color: #DDD; }
  #barra-brasil nav:active ul.list {
    height: 165px;
    transition: 0.5s; }
  #barra-brasil nav:focus #menu-icon {
    background-color: #DDD; }
  #barra-brasil nav:focus ul.list {
    height: 165px;
    transition: 0.5s; }
  #barra-brasil ul.list {
    overflow: hidden;
    height: 0px;
    transition: 0.3s;
    padding-top: 32px;
    width: auto;
    position: absolute;
    z-index: 9; }
    #barra-brasil ul.list:active {
      overflow: hidden;
      height: 0px;
      transition: 0.3s;
      padding-top: 32px;
      width: auto;
      position: absolute;
      z-index: 9; }
    #barra-brasil ul.list:focus {
      overflow: hidden;
      height: 0px;
      transition: 0.3s;
      padding-top: 32px;
      width: auto;
      position: absolute;
      z-index: 9; }
  #barra-brasil .list-item {
    display: block;
    text-align: center;
    height: 30px;
    background: #EEE;
    border: 1px solid #dfdfdf; }
    #barra-brasil .list-item a {
      padding: 8px 30px 8px 28px; }
  body.contraste #barra-brasil nav:hover #menu-icon {
    background-color: #606060 !important; }
  body.contraste #barra-brasil nav:active #menu-icon {
    background-color: #606060 !important; }
  body.contraste #barra-brasil nav:focus #menu-icon {
    background-color: #606060 !important; }
  body.contraste #barra-brasil .list-item {
    background: #000 !important; }
  body.contraste #barra-brasil .list a:active li {
    background: #606060 !important; }
  body.contraste #barra-brasil .list a:focus li {
    background: #606060 !important; }
  body.contraste #barra-brasil .list a:hover li {
    background: #606060 !important; }
  body.contraste #menu-icon {
    border-top: 15px double #fff !important;
    border-bottom: 5px solid #fff !important; }
  div#wrapper-barra-brasil {
    overflow: visible; } }

@media screen and (min-width: 960px) {
  #wrapper-barra-brasil {
    width: 960px; } }

@media print {
  #barra-brasil .list {
    display: none; }
  #barra-brasil .acesso-info .link-barra:after {
    content: " Barra GovBr"; } }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'fontawesome-alloy';
  src: url("/o/ifsc-internet-lf6_2-theme/css/migration-6-2/aui/alloy-font-awesome/font/fontawesome-alloy.eot");
  src: url("/o/ifsc-internet-lf6_2-theme/css/migration-6-2/aui/alloy-font-awesome/font/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("/o/ifsc-internet-lf6_2-theme/css/migration-6-2/aui/alloy-font-awesome/font/fontawesome-alloy.woff") format("woff"), url("/o/ifsc-internet-lf6_2-theme/css/migration-6-2/aui/alloy-font-awesome/font/fontawesome-alloy.ttf") format("truetype"), url("/o/ifsc-internet-lf6_2-theme/css/migration-6-2/aui/alloy-font-awesome/font/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Fontes gerais do projeto */
/* Esse arquivo não deve ser importando dentro da classe html, se isso for feito as fontes não serão adequadamente carregadas */
/* Importação dos icones SVG Icomoon*/
@font-face {
  font-family: 'icones-ifsc';
  src: url("/o/ifsc-internet-lf6_2-theme/css/migration-6-2/fonts/icons/icones-ifsc.eot?w0hu0g");
  src: url("/o/ifsc-internet-lf6_2-theme/css/migration-6-2/fonts/icons/icones-ifsc.eot?w0hu0g#iefix") format("embedded-opentype"), url("/o/ifsc-internet-lf6_2-theme/css/migration-6-2/fonts/icons/icones-ifsc.ttf?w0hu0g") format("truetype"), url("/o/ifsc-internet-lf6_2-theme/css/migration-6-2/fonts/icons/icones-ifsc.woff?w0hu0g") format("woff"), url("/o/ifsc-internet-lf6_2-theme/css/migration-6-2/fonts/icons/icones-ifsc.svg?w0hu0g#icones-ifsc") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icone-"], [class*=" icone-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icones-ifsc' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-whatsapp:before {
  content: "\e911"; }

.icon-brand:before {
  content: "\e911"; }

.icon-social:before {
  content: "\e911"; }

.icon-circle_close:before {
  content: "\e913"; }

.icon-youtube:before {
  content: "\e910"; }

.icon-download:before {
  content: "\e912"; }

.icon-link_externo:before {
  content: "\e90f"; }

.icon-Linkedin:before {
  content: "\e90e"; }

.icon-icon_arrow:before {
  content: "\e900"; }

.icon-icon_arrow-simple:before {
  content: "\e901"; }

.icon-icon_arrow-up:before {
  content: "\e902"; }

.icon-icon_bag:before {
  content: "\e903"; }

.icon-icon_busca:before {
  content: "\e904"; }

.icon-icon_clipboard:before {
  content: "\e905"; }

.icon-icon_close:before {
  content: "\e906"; }

.icon-icon_facebook:before {
  content: "\e907"; }

.icon-icon_hat:before {
  content: "\e908"; }

.icon-icon_instagran:before {
  content: "\e909"; }

.icon-icon_libras:before {
  content: "\e90a"; }

.icon-icon_menu:before {
  content: "\e90b"; }

.icon-icon_twitter:before {
  content: "\e90c"; }

.icon-icon_very-simple-arrow:before {
  content: "\e90d"; }

/* Importação de Fontes, o Liferay não carrega adequadamente quando elas são importadas dentro da classe html */
html {
  /* $white has been removed in Bootstrap 3 -- $white: #FFF; */
  /* $btn-default-bg-highlight has been removed in Bootstrap 3 -- $btn-default-bg-highlight: #EAEAEA; */
  /* $btn-danger-bg-highlight has been removed in Bootstrap 3 -- $btn-danger-bg-highlight: #ED2C17; */
  /* $btn-info-bg-highlight has been removed in Bootstrap 3 -- $btn-info-bg-highlight: darken($btn-info-bg, 4%); */
  /* $btn-primary-bg-highlight has been removed in Bootstrap 3 -- $btn-primary-bg-highlight: #4A96E8; */
  /* $btn-success-bg-highlight has been removed in Bootstrap 3 -- $btn-success-bg-highlight: #0ABA1D; */
  /* $btn-warning-bg-highlight has been removed in Bootstrap 3 -- $btn-warning-bg-highlight: #F49645; */
  /* $white has been removed in Bootstrap 3 -- $dropdown-link-active-color: $white; */
  /* $navbar-default-bg-highlight has been removed in Bootstrap 3 -- $navbar-default-bg-highlight: #F9F9F9; */
  /* $icon-sprite-path has been removed in Bootstrap 3 -- 	$icon-sprite-path: '../images/aui/glyphicons-halflings.png' !default; */
  /* $icon-white-sprite-path has been removed in Bootstrap 3 -- 	$icon-white-sprite-path: '../images/aui/glyphicons-halflings-white.png' !default; */
  /*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
  /* Allow for input prepend/append in search forms */
  /* move down carets for tabs */
  /*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
  /* ---------- Help messages, general additional information, etc. ---------- */
  /* ---------- Error messages ---------- */
  /* ---------- Success messages ---------- */
  /* ---------- Misc ---------- */
  /*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
  /* Allow for input prepend/append in search forms */
  /* move down carets for tabs */
  /*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
  /* Quando o portlet tiver sendo filtrado por cursos, deve-se usar a classe abaixo no css avançado do portlet */
  /* FONT AWESOME CORE
 * -------------------------- */
  /* makes the font 33% larger relative to the icon container */
  /* makes sure icons active on rollover in links */
  /* increased font size for icon-large */
  /* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
  /* Bootstrap 2.0 sprites.less reset */
  /* more sprites.less reset */
  /* keeps Bootstrap styles with and without icons the same */
  /* Fixes alignment in nav lists */
  /* EXTRAS
 * -------------------------- */
  /* Stacked and layered icon */
  /* Animated rotating icon */
  /* Prevent stack and spinners from being taken inline when inside a link */
  /* Icon rotations and mirroring */
  /* ensure rotation occurs inside anchor tags */
  /* Use the following CSS code if you want to use data attributes for inserting your icons */
  /* Use the following CSS code if you want to have a class per icon */
  /*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
  line-height: 24px;
  margin: 0; }
  html article,
  html aside,
  html details,
  html figcaption,
  html figure,
  html footer,
  html header,
  html hgroup,
  html nav,
  html section {
    display: block; }
  html audio,
  html canvas,
  html video {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  html audio:not([controls]) {
    display: none; }
  html html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }
  html a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  html a:hover,
  html a:active {
    outline: 0; }
  html sub,
  html sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  html sup {
    top: -0.5em; }
  html sub {
    bottom: -0.25em; }
  html img {
    /* Responsive images (ensure images don't scale beyond their parents) */
    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */
    width: auto\9;
    /* IE7-8 need help adjusting responsive images */
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic; }
  html #map_canvas img,
  html .google-maps img {
    max-width: none; }
  html button,
  html input,
  html select,
  html textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle; }
  html button,
  html input {
    *overflow: visible;
    line-height: normal; }
  html button::-moz-focus-inner,
  html input::-moz-focus-inner {
    padding: 0;
    border: 0; }
  html button,
  html html input[type="button"],
  html input[type="reset"],
  html input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  html label,
  html select,
  html button,
  html input[type="button"],
  html input[type="reset"],
  html input[type="submit"],
  html input[type="radio"],
  html input[type="checkbox"] {
    cursor: pointer; }
  html input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield; }
  html input[type="search"]::-webkit-search-decoration,
  html input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none; }
  html textarea {
    overflow: auto;
    vertical-align: top; }
  @media print {
    html * {
      text-shadow: none !important;
      color: #000 !important;
      background: transparent !important;
      box-shadow: none !important; }
    html a,
    html a:visited {
      text-decoration: underline; }
    html a[href]:after {
      content: " (" attr(href) ")"; }
    html abbr[title]:after {
      content: " (" attr(title) ")"; }
    html .ir a:after,
    html a[href^="javascript:"]:after,
    html a[href^="#"]:after {
      content: ""; }
    html pre,
    html blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    html thead {
      display: table-header-group; }
    html tr,
    html img {
      page-break-inside: avoid; }
    html img {
      max-width: 100% !important; }
    html {
      @page {
        margin: 0.5cm; } }
    html p,
    html h2,
    html h3 {
      orphans: 3;
      widows: 3; }
    html h2,
    html h3 {
      page-break-after: avoid; } }
  html body {
    background-color: #fff;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin: 0; }
  html a {
    color: #08c;
    text-decoration: none; }
  html a:hover,
  html a:focus {
    color: #005580;
    text-decoration: underline; }
  html .img-rounded {
    border-radius: 6px; }
  html .img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  html .img-circle {
    border-radius: 500px; }
  html .row {
    margin: 0 auto;
    *zoom: 1;
    width: 1050px; }
    html .row:before, html .row:after {
      display: table;
      content: "";
      line-height: 0; }
    html .row:after {
      clear: both; }
  html [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 0; }
  html .container,
  html .navbar-static-top .container,
  html .navbar-fixed-top .container,
  html .navbar-fixed-bottom .container {
    width: 1050px; }
  html .span1 {
    width: 60px; }
  html .span2 {
    width: 150px; }
  html .span3 {
    width: 240px; }
  html .span4 {
    width: 330px; }
  html .span5 {
    width: 420px; }
  html .span6 {
    width: 510px; }
  html .span7 {
    width: 600px; }
  html .span8 {
    width: 690px; }
  html .span9 {
    width: 780px; }
  html .span10 {
    width: 870px; }
  html .span11 {
    width: 960px; }
  html .span12 {
    width: 1050px; }
  html .offset1 {
    margin-left: 120px; }
  html .offset2 {
    margin-left: 210px; }
  html .offset3 {
    margin-left: 300px; }
  html .offset4 {
    margin-left: 390px; }
  html .offset5 {
    margin-left: 480px; }
  html .offset6 {
    margin-left: 570px; }
  html .offset7 {
    margin-left: 660px; }
  html .offset8 {
    margin-left: 750px; }
  html .offset9 {
    margin-left: 840px; }
  html .offset10 {
    margin-left: 930px; }
  html .offset11 {
    margin-left: 1020px; }
  html .offset12 {
    margin-left: 1110px; }
  html .row-fluid {
    width: 100%;
    *zoom: 1; }
    html .row-fluid:before, html .row-fluid:after {
      display: table;
      content: "";
      line-height: 0; }
    html .row-fluid:after {
      clear: both; }
    html .row-fluid [class*="span"] {
      display: block;
      width: 100%;
      min-height: 18px;
      box-sizing: border-box;
      float: left;
      margin-left: 2.85714%;
      *margin-left: 2.80952%; }
    html .row-fluid [class*="span"]:first-child {
      margin-left: 0; }
    html .row-fluid .controls-row [class*="span"] + [class*="span"] {
      margin-left: 2.85714%; }
    html .row-fluid .span1 {
      width: 5.71429%;
      *width: 5.66667%; }
    html .row-fluid .span2 {
      width: 14.28571%;
      *width: 14.2381%; }
    html .row-fluid .span3 {
      width: 22.85714%;
      *width: 22.80952%; }
    html .row-fluid .span4 {
      width: 31.42857%;
      *width: 31.38095%; }
    html .row-fluid .span5 {
      width: 40%;
      *width: 39.95238%; }
    html .row-fluid .span6 {
      width: 48.57143%;
      *width: 48.52381%; }
    html .row-fluid .span7 {
      width: 57.14286%;
      *width: 57.09524%; }
    html .row-fluid .span8 {
      width: 65.71429%;
      *width: 65.66667%; }
    html .row-fluid .span9 {
      width: 74.28571%;
      *width: 74.2381%; }
    html .row-fluid .span10 {
      width: 82.85714%;
      *width: 82.80952%; }
    html .row-fluid .span11 {
      width: 91.42857%;
      *width: 91.38095%; }
    html .row-fluid .span12 {
      width: 100%;
      *width: 99.95238%; }
    html .row-fluid .offset1 {
      margin-left: 11.42857%;
      *margin-left: 11.33333%; }
    html .row-fluid .offset1:first-child {
      margin-left: 8.57143%;
      *margin-left: 8.47619%; }
    html .row-fluid .offset2 {
      margin-left: 20%;
      *margin-left: 19.90476%; }
    html .row-fluid .offset2:first-child {
      margin-left: 17.14286%;
      *margin-left: 17.04762%; }
    html .row-fluid .offset3 {
      margin-left: 28.57143%;
      *margin-left: 28.47619%; }
    html .row-fluid .offset3:first-child {
      margin-left: 25.71429%;
      *margin-left: 25.61905%; }
    html .row-fluid .offset4 {
      margin-left: 37.14286%;
      *margin-left: 37.04762%; }
    html .row-fluid .offset4:first-child {
      margin-left: 34.28571%;
      *margin-left: 34.19048%; }
    html .row-fluid .offset5 {
      margin-left: 45.71429%;
      *margin-left: 45.61905%; }
    html .row-fluid .offset5:first-child {
      margin-left: 42.85714%;
      *margin-left: 42.7619%; }
    html .row-fluid .offset6 {
      margin-left: 54.28571%;
      *margin-left: 54.19048%; }
    html .row-fluid .offset6:first-child {
      margin-left: 51.42857%;
      *margin-left: 51.33333%; }
    html .row-fluid .offset7 {
      margin-left: 62.85714%;
      *margin-left: 62.7619%; }
    html .row-fluid .offset7:first-child {
      margin-left: 60%;
      *margin-left: 59.90476%; }
    html .row-fluid .offset8 {
      margin-left: 71.42857%;
      *margin-left: 71.33333%; }
    html .row-fluid .offset8:first-child {
      margin-left: 68.57143%;
      *margin-left: 68.47619%; }
    html .row-fluid .offset9 {
      margin-left: 80%;
      *margin-left: 79.90476%; }
    html .row-fluid .offset9:first-child {
      margin-left: 77.14286%;
      *margin-left: 77.04762%; }
    html .row-fluid .offset10 {
      margin-left: 88.57143%;
      *margin-left: 88.47619%; }
    html .row-fluid .offset10:first-child {
      margin-left: 85.71429%;
      *margin-left: 85.61905%; }
    html .row-fluid .offset11 {
      margin-left: 97.14286%;
      *margin-left: 97.04762%; }
    html .row-fluid .offset11:first-child {
      margin-left: 94.28571%;
      *margin-left: 94.19048%; }
    html .row-fluid .offset12 {
      margin-left: 105.71429%;
      *margin-left: 105.61905%; }
    html .row-fluid .offset12:first-child {
      margin-left: 102.85714%;
      *margin-left: 102.7619%; }
  html [class*="span"].hide,
  html .row-fluid [class*="span"].hide {
    display: none; }
  html [class*="span"].pull-right,
  html .row-fluid [class*="span"].pull-right {
    float: right; }
  html .container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1; }
    html .container:before, html .container:after {
      display: table;
      content: "";
      line-height: 0; }
    html .container:after {
      clear: both; }
  html .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
    *zoom: 1; }
    html .container-fluid:before, html .container-fluid:after {
      display: table;
      content: "";
      line-height: 0; }
    html .container-fluid:after {
      clear: both; }
  html p {
    margin: 0 0 8px;
    line-height: 16px; }
  html .lead {
    margin-bottom: 8px;
    font-size: 21px;
    font-weight: 200;
    line-height: 23.8px; }
  html small {
    font-size: 85%; }
  html strong {
    font-weight: bold; }
  html em {
    font-style: italic; }
  html cite {
    font-style: normal; }
  html .muted {
    color: #999; }
  html a.muted:hover,
  html a.muted:focus {
    color: gray; }
  html .text-warning {
    color: #c09853; }
  html a.text-warning:hover,
  html a.text-warning:focus {
    color: #a47e3c; }
  html .text-error {
    color: #b94a48; }
  html a.text-error:hover,
  html a.text-error:focus {
    color: #953b39; }
  html .text-info {
    color: #3a87ad; }
  html a.text-info:hover,
  html a.text-info:focus {
    color: #2d6987; }
  html .text-success {
    color: #468847; }
  html a.text-success:hover,
  html a.text-success:focus {
    color: #356635; }
  html .text-left {
    text-align: left; }
  html .text-right {
    text-align: right; }
  html .text-center {
    text-align: center; }
  html h1, html h2, html h3, html h4, html h5, html h6 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility; }
    html h1 small, html h2 small, html h3 small, html h4 small, html h5 small, html h6 small {
      font-weight: normal;
      line-height: 1;
      color: #999; }
  html h1 {
    font-size: 47.88px;
    line-height: 56px;
    margin: 0 0 24px; }
  html h2 {
    font-size: 39.9px;
    line-height: 48px;
    margin: 0 0 24px; }
  html h3 {
    font-size: 31.92px;
    line-height: 48px;
    margin: 0 0 16px; }
  html h4 {
    font-size: 23.94px;
    line-height: 32px;
    margin: 0 0 16px; }
  html h5 {
    font-size: 15.96px;
    line-height: 20px;
    margin: 0 0 8px; }
  html h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 16px; }
  html h1 small {
    font-size: 24.5px; }
  html h2 small {
    font-size: 17.5px; }
  html h3 small {
    font-size: 14px; }
  html h4 small {
    font-size: 14px; }
  html .page-header {
    padding-bottom: 3px;
    margin: 8px 0 12px;
    border-bottom: 1px solid #eee; }
  html header ul, html header ol, html footer ul, html footer ol, html .page-footer ul, html .page-footer ol {
    padding: 0;
    margin: 0 0 16px 0px;
    list-style: none; }
  html ul ul,
  html ul ol,
  html ol ol,
  html ol ul {
    margin-bottom: 0; }
  html li {
    line-height: 24px; }
  html ul.unstyled,
  html ol.unstyled {
    margin-left: 0;
    list-style: none; }
  html ul.inline,
  html ol.inline {
    margin-left: 0;
    list-style: none; }
    html ul.inline > li,
    html ol.inline > li {
      display: inline-block;
      *display: inline;
      /* IE7 inline-block hack */
      *zoom: 1;
      padding-left: 5px;
      padding-right: 5px; }
  html dl {
    margin-bottom: 8px; }
  html dt,
  html dd {
    line-height: 8px; }
  html dt {
    font-weight: bold; }
  html dd {
    margin-left: 4px; }
  html .dl-horizontal {
    *zoom: 1; }
    html .dl-horizontal:before, html .dl-horizontal:after {
      display: table;
      content: "";
      line-height: 0; }
    html .dl-horizontal:after {
      clear: both; }
    html .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    html .dl-horizontal dd {
      margin-left: 180px; }
  html hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff; }
  html abbr[title],
  html abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999; }
  html abbr.initialism {
    font-size: 90%;
    text-transform: uppercase; }
  html blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 8px;
    border-left: 5px solid #eee; }
    html blockquote p {
      margin-bottom: 0;
      font-size: 17.5px;
      font-weight: 300;
      line-height: 1.25; }
    html blockquote small {
      display: block;
      line-height: 8px;
      color: #999; }
      html blockquote small:before {
        content: '\2014 \00A0'; }
    html blockquote.pull-right {
      float: right;
      padding-right: 15px;
      padding-left: 0;
      border-right: 5px solid #eee;
      border-left: 0; }
      html blockquote.pull-right p,
      html blockquote.pull-right small {
        text-align: right; }
      html blockquote.pull-right small:before {
        content: ''; }
      html blockquote.pull-right small:after {
        content: '\00A0 \2014'; }
  html q:before,
  html q:after,
  html blockquote:before,
  html blockquote:after {
    content: ""; }
  html address {
    display: block;
    margin-bottom: 8px;
    font-style: normal;
    line-height: 8px; }
  html code,
  html pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333;
    border-radius: 3px; }
  html code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    white-space: nowrap; }
  html pre {
    display: block;
    padding: 3.5px;
    margin: 0 0 4px;
    font-size: 13px;
    line-height: 8px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px; }
    html pre.prettyprint {
      margin-bottom: 8px; }
    html pre code {
      padding: 0;
      color: inherit;
      white-space: pre;
      white-space: pre-wrap;
      background-color: transparent;
      border: 0; }
  html .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  html form {
    margin: 0; }
  html fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  html legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 16px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
    html legend small {
      font-size: 6px;
      color: #999; }
  html label,
  html input,
  html button,
  html select,
  html textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px; }
  html input,
  html button,
  html select,
  html textarea {
    font-family: "Open Sans", sans-serif; }
  html label {
    display: block;
    margin-bottom: 5px; }
  html select,
  html textarea,
  html input[type="text"],
  html input[type="password"],
  html input[type="datetime"],
  html input[type="datetime-local"],
  html input[type="date"],
  html input[type="month"],
  html input[type="time"],
  html input[type="week"],
  html input[type="number"],
  html input[type="email"],
  html input[type="url"],
  html input[type="search"],
  html input[type="tel"],
  html input[type="color"],
  html .uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
    color: #555;
    border-radius: 4px;
    vertical-align: middle; }
  html input,
  html textarea,
  html .uneditable-input {
    width: 206px; }
  html textarea {
    height: auto; }
  html textarea,
  html input[type="text"],
  html input[type="password"],
  html input[type="datetime"],
  html input[type="datetime-local"],
  html input[type="date"],
  html input[type="month"],
  html input[type="time"],
  html input[type="week"],
  html input[type="number"],
  html input[type="email"],
  html input[type="url"],
  html input[type="search"],
  html input[type="tel"],
  html input[type="color"],
  html .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s; }
    html textarea:focus,
    html input[type="text"]:focus,
    html input[type="password"]:focus,
    html input[type="datetime"]:focus,
    html input[type="datetime-local"]:focus,
    html input[type="date"]:focus,
    html input[type="month"]:focus,
    html input[type="time"]:focus,
    html input[type="week"]:focus,
    html input[type="number"]:focus,
    html input[type="email"]:focus,
    html input[type="url"]:focus,
    html input[type="search"]:focus,
    html input[type="tel"]:focus,
    html input[type="color"]:focus,
    html .uneditable-input:focus {
      border-color: rgba(82, 168, 236, 0.8);
      outline: 0;
      outline: thin dotted \9;
      /* IE6-9 */
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
  html input[type="radio"],
  html input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0;
    /* IE7 */
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal; }
  html input[type="file"],
  html input[type="image"],
  html input[type="submit"],
  html input[type="reset"],
  html input[type="button"],
  html input[type="radio"],
  html input[type="checkbox"] {
    width: auto; }
  html select,
  html input[type="file"] {
    height: 18px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
    line-height: 18px; }
  html select {
    width: 220px;
    border: 1px solid #ccc;
    background-color: #fff; }
  html select[multiple],
  html select[size] {
    height: auto; }
  html select:focus,
  html input[type="file"]:focus,
  html input[type="radio"]:focus,
  html input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  html .uneditable-input,
  html .uneditable-textarea {
    color: #999;
    background-color: #fcfcfc;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed; }
  html .uneditable-input {
    overflow: hidden;
    white-space: nowrap; }
  html .uneditable-textarea {
    width: auto;
    height: auto; }
  html input:-moz-placeholder,
  html textarea:-moz-placeholder {
    color: #999; }
  html input:-ms-input-placeholder,
  html textarea:-ms-input-placeholder {
    color: #999; }
  html input::-webkit-input-placeholder,
  html textarea::-webkit-input-placeholder {
    color: #999; }
  html .radio,
  html .checkbox {
    min-height: 8px;
    padding-left: 20px; }
  html .radio input[type="radio"],
  html .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px; }
  html .controls > .radio:first-child,
  html .controls > .checkbox:first-child {
    padding-top: 5px; }
  html .radio.inline,
  html .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle; }
  html .radio.inline + .radio.inline,
  html .checkbox.inline + .checkbox.inline {
    margin-left: 10px; }
  html .input-mini {
    width: 60px; }
  html .input-small {
    width: 90px; }
  html .input-medium {
    width: 150px; }
  html .input-large {
    width: 210px; }
  html .input-xlarge {
    width: 270px; }
  html .input-xxlarge {
    width: 530px; }
  html input[class*="span"],
  html select[class*="span"],
  html textarea[class*="span"],
  html .uneditable-input[class*="span"],
  html .row-fluid input[class*="span"],
  html .row-fluid select[class*="span"],
  html .row-fluid textarea[class*="span"],
  html .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0; }
  html .input-append input[class*="span"],
  html .input-append .uneditable-input[class*="span"],
  html .input-prepend input[class*="span"],
  html .input-prepend .uneditable-input[class*="span"],
  html .row-fluid input[class*="span"],
  html .row-fluid select[class*="span"],
  html .row-fluid textarea[class*="span"],
  html .row-fluid .uneditable-input[class*="span"],
  html .row-fluid .input-prepend [class*="span"],
  html .row-fluid .input-append [class*="span"] {
    display: inline-block; }
  html input,
  html textarea,
  html .uneditable-input {
    margin-left: 0; }
  html .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px; }
  html input.span1,
  html textarea.span1,
  html .uneditable-input.span1 {
    width: 46px; }
  html input.span2,
  html textarea.span2,
  html .uneditable-input.span2 {
    width: 136px; }
  html input.span3,
  html textarea.span3,
  html .uneditable-input.span3 {
    width: 226px; }
  html input.span4,
  html textarea.span4,
  html .uneditable-input.span4 {
    width: 316px; }
  html input.span5,
  html textarea.span5,
  html .uneditable-input.span5 {
    width: 406px; }
  html input.span6,
  html textarea.span6,
  html .uneditable-input.span6 {
    width: 496px; }
  html input.span7,
  html textarea.span7,
  html .uneditable-input.span7 {
    width: 586px; }
  html input.span8,
  html textarea.span8,
  html .uneditable-input.span8 {
    width: 676px; }
  html input.span9,
  html textarea.span9,
  html .uneditable-input.span9 {
    width: 766px; }
  html input.span10,
  html textarea.span10,
  html .uneditable-input.span10 {
    width: 856px; }
  html input.span11,
  html textarea.span11,
  html .uneditable-input.span11 {
    width: 946px; }
  html input.span12,
  html textarea.span12,
  html .uneditable-input.span12 {
    width: 1036px; }
  html .controls-row {
    *zoom: 1; }
    html .controls-row:before, html .controls-row:after {
      display: table;
      content: "";
      line-height: 0; }
    html .controls-row:after {
      clear: both; }
  html .controls-row [class*="span"],
  html .row-fluid .controls-row [class*="span"] {
    float: left; }
  html .controls-row .checkbox[class*="span"],
  html .controls-row .radio[class*="span"] {
    padding-top: 5px; }
  html input[disabled],
  html select[disabled],
  html textarea[disabled],
  html input[readonly],
  html select[readonly],
  html textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee; }
  html input[type="radio"][disabled],
  html input[type="checkbox"][disabled],
  html input[type="radio"][readonly],
  html input[type="checkbox"][readonly] {
    background-color: transparent; }
  html .control-group.warning .control-label,
  html .control-group.warning .help-block,
  html .control-group.warning .help-inline {
    color: #c09853; }
  html .control-group.warning .checkbox,
  html .control-group.warning .radio,
  html .control-group.warning input,
  html .control-group.warning select,
  html .control-group.warning textarea {
    color: #c09853; }
  html .control-group.warning input,
  html .control-group.warning select,
  html .control-group.warning textarea {
    border-color: #c09853;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    html .control-group.warning input:focus,
    html .control-group.warning select:focus,
    html .control-group.warning textarea:focus {
      border-color: #a47e3c;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
  html .control-group.warning .input-prepend .add-on,
  html .control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853; }
  html .control-group.error .control-label,
  html .control-group.error .help-block,
  html .control-group.error .help-inline {
    color: #b94a48; }
  html .control-group.error .checkbox,
  html .control-group.error .radio,
  html .control-group.error input,
  html .control-group.error select,
  html .control-group.error textarea {
    color: #b94a48; }
  html .control-group.error input,
  html .control-group.error select,
  html .control-group.error textarea {
    border-color: #b94a48;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    html .control-group.error input:focus,
    html .control-group.error select:focus,
    html .control-group.error textarea:focus {
      border-color: #953b39;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
  html .control-group.error .input-prepend .add-on,
  html .control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48; }
  html .control-group.success .control-label,
  html .control-group.success .help-block,
  html .control-group.success .help-inline {
    color: #468847; }
  html .control-group.success .checkbox,
  html .control-group.success .radio,
  html .control-group.success input,
  html .control-group.success select,
  html .control-group.success textarea {
    color: #468847; }
  html .control-group.success input,
  html .control-group.success select,
  html .control-group.success textarea {
    border-color: #468847;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    html .control-group.success input:focus,
    html .control-group.success select:focus,
    html .control-group.success textarea:focus {
      border-color: #356635;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
  html .control-group.success .input-prepend .add-on,
  html .control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847; }
  html .control-group.info .control-label,
  html .control-group.info .help-block,
  html .control-group.info .help-inline {
    color: #3a87ad; }
  html .control-group.info .checkbox,
  html .control-group.info .radio,
  html .control-group.info input,
  html .control-group.info select,
  html .control-group.info textarea {
    color: #3a87ad; }
  html .control-group.info input,
  html .control-group.info select,
  html .control-group.info textarea {
    border-color: #3a87ad;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    html .control-group.info input:focus,
    html .control-group.info select:focus,
    html .control-group.info textarea:focus {
      border-color: #2d6987;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; }
  html .control-group.info .input-prepend .add-on,
  html .control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad; }
  html input:focus:invalid,
  html textarea:focus:invalid,
  html select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b; }
    html input:focus:invalid:focus,
    html textarea:focus:invalid:focus,
    html select:focus:invalid:focus {
      border-color: #e9322d;
      box-shadow: 0 0 6px #f8b9b7; }
  html .form-actions {
    padding: 7px 20px 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1; }
    html .form-actions:before, html .form-actions:after {
      display: table;
      content: "";
      line-height: 0; }
    html .form-actions:after {
      clear: both; }
  html .help-block,
  html .help-inline {
    color: #595959; }
  html .help-block {
    display: block;
    margin-bottom: 4px; }
  html .help-inline {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    vertical-align: middle;
    padding-left: 5px; }
  html .input-append,
  html .input-prepend {
    display: inline-block;
    margin-bottom: 4px;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap; }
    html .input-append input,
    html .input-append select,
    html .input-append .uneditable-input,
    html .input-append .dropdown-menu,
    html .input-append .popover,
    html .input-prepend input,
    html .input-prepend select,
    html .input-prepend .uneditable-input,
    html .input-prepend .dropdown-menu,
    html .input-prepend .popover {
      font-size: 14px; }
    html .input-append input,
    html .input-append select,
    html .input-append .uneditable-input,
    html .input-prepend input,
    html .input-prepend select,
    html .input-prepend .uneditable-input {
      position: relative;
      margin-bottom: 0;
      *margin-left: 0;
      vertical-align: top;
      border-radius: 0 4px 4px 0; }
      html .input-append input:focus,
      html .input-append select:focus,
      html .input-append .uneditable-input:focus,
      html .input-prepend input:focus,
      html .input-prepend select:focus,
      html .input-prepend .uneditable-input:focus {
        z-index: 2; }
    html .input-append .add-on,
    html .input-prepend .add-on {
      display: inline-block;
      width: auto;
      height: 8px;
      min-width: 16px;
      padding: 4px 5px;
      font-size: 14px;
      font-weight: normal;
      line-height: 8px;
      text-align: center;
      text-shadow: 0 1px 0 #fff;
      background-color: #eee;
      border: 1px solid #ccc; }
    html .input-append .add-on,
    html .input-append .btn,
    html .input-append .btn-group > .dropdown-toggle,
    html .input-prepend .add-on,
    html .input-prepend .btn,
    html .input-prepend .btn-group > .dropdown-toggle {
      vertical-align: top;
      border-radius: 0; }
    html .input-append .active,
    html .input-prepend .active {
      background-color: #86e29b;
      border-color: #28a745; }
  html .input-prepend .add-on,
  html .input-prepend .btn {
    margin-right: -1px; }
  html .input-prepend .add-on:first-child,
  html .input-prepend .btn:first-child {
    border-radius: 4px 0 0 4px; }
  html .input-append input,
  html .input-append select,
  html .input-append .uneditable-input {
    border-radius: 4px 0 0 4px; }
    html .input-append input + .btn-group .btn:last-child,
    html .input-append select + .btn-group .btn:last-child,
    html .input-append .uneditable-input + .btn-group .btn:last-child {
      border-radius: 0 4px 4px 0; }
  html .input-append .add-on,
  html .input-append .btn,
  html .input-append .btn-group {
    margin-left: -1px; }
  html .input-append .add-on:last-child,
  html .input-append .btn:last-child,
  html .input-append .btn-group:last-child > .dropdown-toggle {
    border-radius: 0 4px 4px 0; }
  html .input-prepend.input-append input,
  html .input-prepend.input-append select,
  html .input-prepend.input-append .uneditable-input {
    border-radius: 0; }
    html .input-prepend.input-append input + .btn-group .btn,
    html .input-prepend.input-append select + .btn-group .btn,
    html .input-prepend.input-append .uneditable-input + .btn-group .btn {
      border-radius: 0 4px 4px 0; }
  html .input-prepend.input-append .add-on:first-child,
  html .input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    border-radius: 4px 0 0 4px; }
  html .input-prepend.input-append .add-on:last-child,
  html .input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    border-radius: 0 4px 4px 0; }
  html .input-prepend.input-append .btn-group:first-child {
    margin-left: 0; }
  html input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    height: 34px;
    border-radius: 15px; }
  html .form-search .input-append .search-query,
  html .form-search .input-prepend .search-query {
    border-radius: 0; }
  html .form-search .input-append .search-query {
    border-radius: 14px 0 0 14px; }
  html .form-search .input-append .btn {
    border-radius: 0 14px 14px 0; }
  html .form-search .input-prepend .search-query {
    border-radius: 0 14px 14px 0; }
  html .form-search .input-prepend .btn {
    border-radius: 14px 0 0 14px; }
  html .form-search input,
  html .form-search textarea,
  html .form-search select,
  html .form-search .help-inline,
  html .form-search .uneditable-input,
  html .form-search .input-prepend,
  html .form-search .input-append,
  html .form-inline input,
  html .form-inline textarea,
  html .form-inline select,
  html .form-inline .help-inline,
  html .form-inline .uneditable-input,
  html .form-inline .input-prepend,
  html .form-inline .input-append,
  html .form-horizontal input,
  html .form-horizontal textarea,
  html .form-horizontal select,
  html .form-horizontal .help-inline,
  html .form-horizontal .uneditable-input,
  html .form-horizontal .input-prepend,
  html .form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle; }
  html .form-search .hide,
  html .form-inline .hide,
  html .form-horizontal .hide {
    display: none; }
  html .form-search label,
  html .form-inline label,
  html .form-search .btn-group,
  html .form-inline .btn-group {
    display: inline-block; }
  html .form-search .input-append,
  html .form-inline .input-append,
  html .form-search .input-prepend,
  html .form-inline .input-prepend {
    margin-bottom: 0; }
  html .form-search .radio,
  html .form-search .checkbox,
  html .form-inline .radio,
  html .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  html .form-search .radio input[type="radio"],
  html .form-search .checkbox input[type="checkbox"],
  html .form-inline .radio input[type="radio"],
  html .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0; }
  html .control-group {
    margin-bottom: 4px; }
  html legend + .control-group {
    margin-top: 8px;
    -webkit-margin-top-collapse: separate; }
  html .form-horizontal .control-group {
    margin-bottom: 8px;
    *zoom: 1; }
    html .form-horizontal .control-group:before, html .form-horizontal .control-group:after {
      display: table;
      content: "";
      line-height: 0; }
    html .form-horizontal .control-group:after {
      clear: both; }
  html .form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right; }
  html .form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0; }
    html .form-horizontal .controls:first-child {
      *padding-left: 180px; }
  html .form-horizontal .help-block {
    margin-bottom: 0; }
  html .form-horizontal input + .help-block,
  html .form-horizontal select + .help-block,
  html .form-horizontal textarea + .help-block,
  html .form-horizontal .uneditable-input + .help-block,
  html .form-horizontal .input-prepend + .help-block,
  html .form-horizontal .input-append + .help-block {
    margin-top: 4px; }
  html .form-horizontal .form-actions {
    padding-left: 180px; }
  html .aui-field-select {
    height: auto; }
  html input.field {
    height: auto; }
  html div.alert, html div.portlet-msg-alert, html div.portlet-msg-error, html div.portlet-msg-help, html div.portlet-msg-info, html div.portlet-msg-progress, html div.portlet-msg-success {
    line-height: 1.4; }
  html table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0; }
  html .table {
    width: 100%;
    margin-bottom: 8px; }
    html .table th,
    html .table td {
      padding: 8px;
      line-height: 8px;
      text-align: left;
      vertical-align: top;
      border-top: 1px solid #ddd; }
    html .table th {
      font-weight: bold; }
    html .table thead th {
      vertical-align: bottom; }
    html .table caption + thead tr:first-child th,
    html .table caption + thead tr:first-child td,
    html .table colgroup + thead tr:first-child th,
    html .table colgroup + thead tr:first-child td,
    html .table thead:first-child tr:first-child th,
    html .table thead:first-child tr:first-child td {
      border-top: 0; }
    html .table tbody + tbody {
      border-top: 2px solid #ddd; }
    html .table .table {
      background-color: #fff; }
  html .table-condensed th,
  html .table-condensed td {
    padding: 4px 5px; }
  html .table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    border-radius: 4px; }
    html .table-bordered th,
    html .table-bordered td {
      border-left: 1px solid #ddd; }
    html .table-bordered caption + thead tr:first-child th,
    html .table-bordered caption + tbody tr:first-child th,
    html .table-bordered caption + tbody tr:first-child td,
    html .table-bordered colgroup + thead tr:first-child th,
    html .table-bordered colgroup + tbody tr:first-child th,
    html .table-bordered colgroup + tbody tr:first-child td,
    html .table-bordered thead:first-child tr:first-child th,
    html .table-bordered tbody:first-child tr:first-child th,
    html .table-bordered tbody:first-child tr:first-child td {
      border-top: 0; }
    html .table-bordered thead:first-child tr:first-child > th:first-child,
    html .table-bordered tbody:first-child tr:first-child > td:first-child,
    html .table-bordered tbody:first-child tr:first-child > th:first-child {
      border-top-left-radius: 4px; }
    html .table-bordered thead:first-child tr:first-child > th:last-child,
    html .table-bordered tbody:first-child tr:first-child > td:last-child,
    html .table-bordered tbody:first-child tr:first-child > th:last-child {
      border-top-right-radius: 4px; }
    html .table-bordered thead:last-child tr:last-child > th:first-child,
    html .table-bordered tbody:last-child tr:last-child > td:first-child,
    html .table-bordered tbody:last-child tr:last-child > th:first-child,
    html .table-bordered tfoot:last-child tr:last-child > td:first-child,
    html .table-bordered tfoot:last-child tr:last-child > th:first-child {
      border-bottom-left-radius: 4px; }
    html .table-bordered thead:last-child tr:last-child > th:last-child,
    html .table-bordered tbody:last-child tr:last-child > td:last-child,
    html .table-bordered tbody:last-child tr:last-child > th:last-child,
    html .table-bordered tfoot:last-child tr:last-child > td:last-child,
    html .table-bordered tfoot:last-child tr:last-child > th:last-child {
      border-bottom-right-radius: 4px; }
    html .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
      border-bottom-left-radius: 0; }
    html .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
      border-bottom-right-radius: 0; }
    html .table-bordered caption + thead tr:first-child th:first-child,
    html .table-bordered caption + tbody tr:first-child td:first-child,
    html .table-bordered colgroup + thead tr:first-child th:first-child,
    html .table-bordered colgroup + tbody tr:first-child td:first-child {
      border-top-left-radius: 4px; }
    html .table-bordered caption + thead tr:first-child th:last-child,
    html .table-bordered caption + tbody tr:first-child td:last-child,
    html .table-bordered colgroup + thead tr:first-child th:last-child,
    html .table-bordered colgroup + tbody tr:first-child td:last-child {
      border-top-right-radius: 4px; }
  html .table-striped tbody > tr:nth-child(odd) > td,
  html .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9; }
  html .table-hover tbody tr:hover > td,
  html .table-hover tbody tr:hover > th {
    background-color: #f5f5f5; }
  html table td[class*="span"],
  html table th[class*="span"],
  html .row-fluid table td[class*="span"],
  html .row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0; }
  html .table td.span1,
  html .table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0; }
  html .table td.span2,
  html .table th.span2 {
    float: none;
    width: 134px;
    margin-left: 0; }
  html .table td.span3,
  html .table th.span3 {
    float: none;
    width: 224px;
    margin-left: 0; }
  html .table td.span4,
  html .table th.span4 {
    float: none;
    width: 314px;
    margin-left: 0; }
  html .table td.span5,
  html .table th.span5 {
    float: none;
    width: 404px;
    margin-left: 0; }
  html .table td.span6,
  html .table th.span6 {
    float: none;
    width: 494px;
    margin-left: 0; }
  html .table td.span7,
  html .table th.span7 {
    float: none;
    width: 584px;
    margin-left: 0; }
  html .table td.span8,
  html .table th.span8 {
    float: none;
    width: 674px;
    margin-left: 0; }
  html .table td.span9,
  html .table th.span9 {
    float: none;
    width: 764px;
    margin-left: 0; }
  html .table td.span10,
  html .table th.span10 {
    float: none;
    width: 854px;
    margin-left: 0; }
  html .table td.span11,
  html .table th.span11 {
    float: none;
    width: 944px;
    margin-left: 0; }
  html .table td.span12,
  html .table th.span12 {
    float: none;
    width: 1034px;
    margin-left: 0; }
  html .table tbody tr.success > td {
    background-color: #dff0d8; }
  html .table tbody tr.error > td {
    background-color: #f2dede; }
  html .table tbody tr.warning > td {
    background-color: #fcf8e3; }
  html .table tbody tr.info > td {
    background-color: #d9edf7; }
  html .table-hover tbody tr.success:hover > td {
    background-color: #d0e9c6; }
  html .table-hover tbody tr.error:hover > td {
    background-color: #ebcccc; }
  html .table-hover tbody tr.warning:hover > td {
    background-color: #faf2cc; }
  html .table-hover tbody tr.info:hover > td {
    background-color: #c4e3f3; }
  html .btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 8px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(top, #fff, #ededed);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ededed));
    background-image: -webkit-linear-gradient(top, #fff, #ededed);
    background-image: -o-linear-gradient(top, #fff, #ededed);
    background-image: linear-gradient(to bottom, #fff, #ededed);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEDEDED', GradientType=0);
    border-color: #ededed #ededed #c7c7c7;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #ededed;
    /* 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 #ccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    *margin-left: .3em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
    html .btn:hover, html .btn:focus, html .btn:active, html .btn.active, html .btn.disabled, html .btn[disabled] {
      color: #333;
      background-color: #ededed;
      *background-color: #e0e0e0; }
    html .btn:active, html .btn.active {
      background-color: #d4d4d4 \9; }
    html .btn:first-child {
      *margin-left: 0; }
    html .btn:hover, html .btn:focus {
      color: #333;
      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; }
    html .btn:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    html .btn.active, html .btn:active {
      background-image: none;
      outline: 0;
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
    html .btn.disabled, html .btn[disabled] {
      cursor: default;
      background-image: none;
      opacity: 65;
      box-shadow: none; }
  html .btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    border-radius: 6px; }
  html .btn-large [class^="icon-"],
  html .btn-large [class*=" icon-"] {
    margin-top: 4px; }
  html .btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    border-radius: 3px; }
  html .btn-small [class^="icon-"],
  html .btn-small [class*=" icon-"] {
    margin-top: 0; }
  html .btn-mini [class^="icon-"],
  html .btn-mini [class*=" icon-"] {
    margin-top: -1px; }
  html .btn-mini {
    padding: 0px 6px;
    font-size: 10.5px;
    border-radius: 3px; }
  html .btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box; }
  html .btn-block + .btn-block {
    margin-top: 5px; }
  html input[type="submit"].btn-block,
  html input[type="reset"].btn-block,
  html input[type="button"].btn-block {
    width: 100%; }
  html .btn-primary.active,
  html .btn-warning.active,
  html .btn-danger.active,
  html .btn-success.active,
  html .btn-info.active,
  html .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75); }
  html .btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #3fb2f4;
    background-image: -moz-linear-gradient(top, #3fcaf4, #3f8ef4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3fcaf4), to(#3f8ef4));
    background-image: -webkit-linear-gradient(top, #3fcaf4, #3f8ef4);
    background-image: -o-linear-gradient(top, #3fcaf4, #3f8ef4);
    background-image: linear-gradient(to bottom, #3fcaf4, #3f8ef4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3FCAF4', endColorstr='#FF3F8EF4', GradientType=0);
    border-color: #3f8ef4 #3f8ef4 #0c66da;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #3f8ef4;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    html .btn-primary:hover, html .btn-primary:focus, html .btn-primary:active, html .btn-primary.active, html .btn-primary.disabled, html .btn-primary[disabled] {
      color: #fff;
      background-color: #3f8ef4;
      *background-color: #277ff3; }
    html .btn-primary:active, html .btn-primary.active {
      background-color: #0f71f1 \9; }
  html .btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #fd9742;
    background-image: -moz-linear-gradient(top, #fea860, #fd7e14);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fea860), to(#fd7e14));
    background-image: -webkit-linear-gradient(top, #fea860, #fd7e14);
    background-image: -o-linear-gradient(top, #fea860, #fd7e14);
    background-image: linear-gradient(to bottom, #fea860, #fd7e14);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEA860', endColorstr='#FFFD7E14', GradientType=0);
    border-color: #fd7e14 #fd7e14 #c35a02;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #fd7e14;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    html .btn-warning:hover, html .btn-warning:focus, html .btn-warning:active, html .btn-warning.active, html .btn-warning.disabled, html .btn-warning[disabled] {
      color: #fff;
      background-color: #fd7e14;
      *background-color: #f57102; }
    html .btn-warning:active, html .btn-warning.active {
      background-color: #dc6502 \9; }
  html .btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ec1e11;
    background-image: -moz-linear-gradient(top, #ff3019, #cf0404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff3019), to(#cf0404));
    background-image: -webkit-linear-gradient(top, #ff3019, #cf0404);
    background-image: -o-linear-gradient(top, #ff3019, #cf0404);
    background-image: linear-gradient(to bottom, #ff3019, #cf0404);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF3019', endColorstr='#FFCF0404', GradientType=0);
    border-color: #cf0404 #cf0404 #840303;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #cf0404;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    html .btn-danger:hover, html .btn-danger:focus, html .btn-danger:active, html .btn-danger.active, html .btn-danger.disabled, html .btn-danger[disabled] {
      color: #fff;
      background-color: #cf0404;
      *background-color: #b60404; }
    html .btn-danger:active, html .btn-danger.active {
      background-color: #9d0303 \9; }
  html .btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #b0c722;
    background-image: -moz-linear-gradient(top, #bacd29, #a1bd17);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bacd29), to(#a1bd17));
    background-image: -webkit-linear-gradient(top, #bacd29, #a1bd17);
    background-image: -o-linear-gradient(top, #bacd29, #a1bd17);
    background-image: linear-gradient(to bottom, #bacd29, #a1bd17);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBACD29', endColorstr='#FFA1BD17', GradientType=0);
    border-color: #a1bd17 #a1bd17 #67790f;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #a1bd17;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    html .btn-success:hover, html .btn-success:focus, html .btn-success:active, html .btn-success.active, html .btn-success.disabled, html .btn-success[disabled] {
      color: #fff;
      background-color: #a1bd17;
      *background-color: #8ea614; }
    html .btn-success:active, html .btn-success.active {
      background-color: #7a9011 \9; }
  html .btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2a7fee;
    background-image: -moz-linear-gradient(top, #3c8bf3, #0f6ce7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3c8bf3), to(#0f6ce7));
    background-image: -webkit-linear-gradient(top, #3c8bf3, #0f6ce7);
    background-image: -o-linear-gradient(top, #3c8bf3, #0f6ce7);
    background-image: linear-gradient(to bottom, #3c8bf3, #0f6ce7);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3C8BF3', endColorstr='#FF0F6CE7', GradientType=0);
    border-color: #0f6ce7 #0f6ce7 #0a4a9f;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0f6ce7;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    html .btn-info:hover, html .btn-info:focus, html .btn-info:active, html .btn-info.active, html .btn-info.disabled, html .btn-info[disabled] {
      color: #fff;
      background-color: #0f6ce7;
      *background-color: #0d61cf; }
    html .btn-info:active, html .btn-info.active {
      background-color: #0c56b7 \9; }
  html .btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2c2c2c;
    background-image: -moz-linear-gradient(top, #333, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#222));
    background-image: -webkit-linear-gradient(top, #333, #222);
    background-image: -o-linear-gradient(top, #333, #222);
    background-image: linear-gradient(to bottom, #333, #222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF222222', GradientType=0);
    border-color: #222 #222 black;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    html .btn-inverse:hover, html .btn-inverse:focus, html .btn-inverse:active, html .btn-inverse.active, html .btn-inverse.disabled, html .btn-inverse[disabled] {
      color: #fff;
      background-color: #222;
      *background-color: #151515; }
    html .btn-inverse:active, html .btn-inverse.active {
      background-color: #090909 \9; }
  html button.btn,
  html input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px; }
    html button.btn::-moz-focus-inner,
    html input[type="submit"].btn::-moz-focus-inner {
      padding: 0;
      border: 0; }
    html button.btn.btn-large,
    html input[type="submit"].btn.btn-large {
      *padding-top: 7px;
      *padding-bottom: 7px; }
    html button.btn.btn-small,
    html input[type="submit"].btn.btn-small {
      *padding-top: 3px;
      *padding-bottom: 3px; }
    html button.btn.btn-mini,
    html input[type="submit"].btn.btn-mini {
      *padding-top: 1px;
      *padding-bottom: 1px; }
  html .btn-link,
  html .btn-link:active,
  html .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    box-shadow: none; }
  html .btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #08c;
    border-radius: 0; }
  html .btn-link:hover,
  html .btn-link:focus {
    color: #005580;
    text-decoration: underline;
    background-color: transparent; }
  html .btn-link[disabled]:hover,
  html .btn-link[disabled]:focus {
    color: #333;
    text-decoration: none; }
  html .btn {
    line-height: 24px; }
  html .btn-hidden {
    display: none; }
  html .btn.close:focus,
  html .btn.close:hover,
  html .btn.close:focus,
  html .btn.close.active,
  html .btn.active.close {
    box-shadow: none; }
  html .btn.close:active {
    box-shadow: none; }
  html .btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    *margin-left: .3em; }
    html .btn-group:first-child {
      *margin-left: 0; }
  html .btn-group + .btn-group {
    margin-left: 5px; }
  html .btn-toolbar {
    font-size: 0;
    margin-top: 4px;
    margin-bottom: 4px; }
    html .btn-toolbar > .btn + .btn,
    html .btn-toolbar > .btn-group + .btn,
    html .btn-toolbar > .btn + .btn-group {
      margin-left: 5px; }
  html .btn-group > .btn {
    position: relative;
    border-radius: 0; }
  html .btn-group > .btn + .btn {
    margin-left: -1px; }
  html .btn-group > .btn,
  html .btn-group > .dropdown-menu,
  html .btn-group > .popover {
    font-size: 14px; }
  html .btn-group > .btn-mini {
    font-size: 10.5px; }
  html .btn-group > .btn-small {
    font-size: 11.9px; }
  html .btn-group > .btn-large {
    font-size: 17.5px; }
  html .btn-group > .btn:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  html .btn-group > .btn:last-child,
  html .btn-group > .dropdown-toggle {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  html .btn-group > .btn.large:first-child {
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  html .btn-group > .btn.large:last-child,
  html .btn-group > .large.dropdown-toggle {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  html .btn-group > .btn:hover,
  html .btn-group > .btn:focus,
  html .btn-group > .btn:active,
  html .btn-group > .btn.active {
    z-index: 2; }
  html .btn-group .dropdown-toggle:active,
  html .btn-group.open .dropdown-toggle {
    outline: 0; }
  html .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    *padding-top: 5px;
    *padding-bottom: 5px; }
  html .btn-group > .btn-mini + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 2px;
    *padding-bottom: 2px; }
  html .btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px; }
  html .btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    *padding-top: 7px;
    *padding-bottom: 7px; }
  html .btn-group.open .dropdown-toggle {
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  html .btn-group.open .btn.dropdown-toggle {
    background-color: #ededed; }
  html .btn-group.open .btn-primary.dropdown-toggle {
    background-color: #3f8ef4; }
  html .btn-group.open .btn-warning.dropdown-toggle {
    background-color: #fd7e14; }
  html .btn-group.open .btn-danger.dropdown-toggle {
    background-color: #cf0404; }
  html .btn-group.open .btn-success.dropdown-toggle {
    background-color: #a1bd17; }
  html .btn-group.open .btn-info.dropdown-toggle {
    background-color: #0f6ce7; }
  html .btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222; }
  html .btn .caret {
    margin-top: 8px;
    margin-left: 0; }
  html .btn-large .caret {
    margin-top: 6px; }
  html .btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px; }
  html .btn-mini .caret,
  html .btn-small .caret {
    margin-top: 8px; }
  html .dropup .btn-large .caret {
    border-bottom-width: 5px; }
  html .btn-primary .caret,
  html .btn-warning .caret,
  html .btn-danger .caret,
  html .btn-info .caret,
  html .btn-success .caret,
  html .btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  html .btn-group-vertical {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1; }
  html .btn-group-vertical > .btn {
    display: block;
    float: none;
    max-width: 100%;
    border-radius: 0; }
  html .btn-group-vertical > .btn + .btn {
    margin-left: 0;
    margin-top: -1px; }
  html .btn-group-vertical > .btn:first-child {
    border-radius: 4px 4px 0 0; }
  html .btn-group-vertical > .btn:last-child {
    border-radius: 0 0 4px 4px; }
  html .btn-group-vertical > .btn-large:first-child {
    border-radius: 6px 6px 0 0; }
  html .btn-group-vertical > .btn-large:last-child {
    border-radius: 0 0 6px 6px; }
  html .btn-group-hidden {
    display: none; }
  html .alert, html .portlet-msg-alert, html .portlet-msg-error, html .portlet-msg-help, html .portlet-msg-info, html .portlet-msg-progress, html .portlet-msg-success {
    padding: 8px 35px 8px 14px;
    margin-bottom: 8px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px; }
  html .alert, html .portlet-msg-alert, html .portlet-msg-error, html .portlet-msg-help, html .portlet-msg-info, html .portlet-msg-progress, html .portlet-msg-success,
  html .alert h4,
  html .portlet-msg-alert h4,
  html .portlet-msg-error h4,
  html .portlet-msg-help h4,
  html .portlet-msg-info h4,
  html .portlet-msg-progress h4,
  html .portlet-msg-success h4 {
    color: #c09853; }
  
  html .alert h4,
  html .portlet-msg-alert h4,
  html .portlet-msg-error h4,
  html .portlet-msg-help h4,
  html .portlet-msg-info h4,
  html .portlet-msg-progress h4,
  html .portlet-msg-success h4 {
    margin: 0; }
  html .alert .close, html .portlet-msg-alert .close, html .portlet-msg-error .close, html .portlet-msg-help .close, html .portlet-msg-info .close, html .portlet-msg-progress .close, html .portlet-msg-success .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 8px; }
  html .alert-success, html .portlet-msg-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847; }
  html .alert-success h4, html .portlet-msg-success h4 {
    color: #468847; }
  html .alert-danger, html .portlet-msg-error,
  html .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48; }
  html .alert-danger h4, html .portlet-msg-error h4,
  html .alert-error h4 {
    color: #b94a48; }
  html .alert-info, html .portlet-msg-help, html .portlet-msg-info, html .portlet-msg-progress {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad; }
  html .alert-info h4, html .portlet-msg-help h4, html .portlet-msg-info h4, html .portlet-msg-progress h4 {
    color: #3a87ad; }
  html .alert-block {
    padding-top: 14px;
    padding-bottom: 14px; }
  html .alert-block > p,
  html .alert-block > ul {
    margin-bottom: 0; }
  html .alert-block p + p {
    margin-top: 5px; }
  html .nav {
    margin-left: 0;
    margin-bottom: 8px;
    list-style: none; }
  html .nav > li > a {
    display: block; }
  html .nav > li > a:hover,
  html .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee; }
  html .nav > li > a > img {
    max-width: none; }
  html .nav > .pull-right {
    float: right; }
  html .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 8px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase; }
  html .nav li + .nav-header {
    margin-top: 9px; }
  html .nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0; }
  html .nav-list > li > a,
  html .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
  html .nav-list > li > a {
    padding: 3px 15px; }
  html .nav-list > .active > a,
  html .nav-list > .active > a:hover,
  html .nav-list > .active > a:focus {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #08c; }
  html .nav-list [class^="icon-"],
  html .nav-list [class*=" icon-"] {
    margin-right: 2px; }
  html .nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 3px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff; }
  html .nav-tabs,
  html .nav-pills {
    *zoom: 1; }
    html .nav-tabs:before, html .nav-tabs:after,
    html .nav-pills:before,
    html .nav-pills:after {
      display: table;
      content: "";
      line-height: 0; }
    html .nav-tabs:after,
    html .nav-pills:after {
      clear: both; }
  html .nav-tabs > li,
  html .nav-pills > li {
    float: left; }
  html .nav-tabs > li > a,
  html .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px; }
  html .nav-tabs {
    border-bottom: 1px solid #ddd; }
  html .nav-tabs > li {
    margin-bottom: -1px; }
  html .nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 8px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
    html .nav-tabs > li > a:hover, html .nav-tabs > li > a:focus {
      border-color: #eee #eee #ddd; }
  html .nav-tabs > .active > a,
  html .nav-tabs > .active > a:hover,
  html .nav-tabs > .active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default; }
  html .nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 5px; }
  html .nav-pills > .active > a,
  html .nav-pills > .active > a:hover,
  html .nav-pills > .active > a:focus {
    color: #fff;
    background-color: #08c; }
  html .nav-stacked > li {
    float: none; }
  html .nav-stacked > li > a {
    margin-right: 0; }
  html .nav-tabs.nav-stacked {
    border-bottom: 0; }
  html .nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    border-radius: 0; }
  html .nav-tabs.nav-stacked > li:first-child > a {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  html .nav-tabs.nav-stacked > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  html .nav-tabs.nav-stacked > li > a:hover,
  html .nav-tabs.nav-stacked > li > a:focus {
    border-color: #ddd;
    z-index: 2; }
  html .nav-pills.nav-stacked > li > a {
    margin-bottom: 3px; }
  html .nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px; }
  html .nav-tabs .dropdown-menu {
    border-radius: 0 0 6px 6px; }
  html .nav-pills .dropdown-menu {
    border-radius: 6px; }
  html .nav .dropdown-toggle .caret {
    border-top-color: #08c;
    border-bottom-color: #08c;
    margin-top: 6px; }
  html .nav .dropdown-toggle:hover .caret,
  html .nav .dropdown-toggle:focus .caret {
    border-top-color: #005580;
    border-bottom-color: #005580; }
  html .nav-tabs .dropdown-toggle .caret {
    margin-top: 8px; }
  html .nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  html .nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555; }
  html .nav > .dropdown.active > a:hover,
  html .nav > .dropdown.active > a:focus {
    cursor: pointer; }
  html .nav-tabs .open .dropdown-toggle,
  html .nav-pills .open .dropdown-toggle,
  html .nav > li.dropdown.open.active > a:hover,
  html .nav > li.dropdown.open.active > a:focus {
    color: #fff;
    background-color: #999;
    border-color: #999; }
  html .nav li.dropdown.open .caret,
  html .nav li.dropdown.open.active .caret,
  html .nav li.dropdown.open a:hover .caret,
  html .nav li.dropdown.open a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 100; }
  html .tabs-stacked .open > a:hover,
  html .tabs-stacked .open > a:focus {
    border-color: #999; }
  html .tabbable {
    *zoom: 1; }
    html .tabbable:before, html .tabbable:after {
      display: table;
      content: "";
      line-height: 0; }
    html .tabbable:after {
      clear: both; }
  html .tab-content {
    overflow: auto; }
  html .tabs-below > .nav-tabs,
  html .tabs-right > .nav-tabs,
  html .tabs-left > .nav-tabs {
    border-bottom: 0; }
  html .tab-content > .tab-pane,
  html .pill-content > .pill-pane {
    display: none; }
  html .tab-content > .active,
  html .pill-content > .active {
    display: block; }
  html .tabs-below > .nav-tabs {
    border-top: 1px solid #ddd; }
  html .tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
  html .tabs-below > .nav-tabs > li > a {
    border-radius: 0 0 4px 4px; }
    html .tabs-below > .nav-tabs > li > a:hover, html .tabs-below > .nav-tabs > li > a:focus {
      border-bottom-color: transparent;
      border-top-color: #ddd; }
  html .tabs-below > .nav-tabs > .active > a,
  html .tabs-below > .nav-tabs > .active > a:hover,
  html .tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd; }
  html .tabs-left > .nav-tabs > li,
  html .tabs-right > .nav-tabs > li {
    float: none; }
  html .tabs-left > .nav-tabs > li > a,
  html .tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px; }
  html .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd; }
  html .tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    border-radius: 4px 0 0 4px; }
  html .tabs-left > .nav-tabs > li > a:hover,
  html .tabs-left > .nav-tabs > li > a:focus {
    border-color: #eee #ddd #eee #eee; }
  html .tabs-left > .nav-tabs .active > a,
  html .tabs-left > .nav-tabs .active > a:hover,
  html .tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #fff; }
  html .tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd; }
  html .tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    border-radius: 0 4px 4px 0; }
  html .tabs-right > .nav-tabs > li > a:hover,
  html .tabs-right > .nav-tabs > li > a:focus {
    border-color: #eee #eee #eee #ddd; }
  html .tabs-right > .nav-tabs .active > a,
  html .tabs-right > .nav-tabs .active > a:hover,
  html .tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #fff; }
  html .nav > .disabled > a {
    color: #999; }
  html .nav > .disabled > a:hover,
  html .nav > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    cursor: default; }
  html .tabbable-hidden {
    display: none; }
  html .breadcrumb {
    padding: 8px 15px;
    margin: 0 0 8px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px; }
    html .breadcrumb > li {
      display: inline-block;
      *display: inline;
      /* IE7 inline-block hack */
      *zoom: 1;
      text-shadow: 0 1px 0 #fff; }
      html .breadcrumb > li > .divider {
        padding: 0 5px;
        color: #ccc; }
    html .breadcrumb .active {
      color: #999; }
  html .pagination {
    margin: 8px 0; }
  html .pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
  html .pagination ul > li {
    display: inline; }
  html .pagination ul > li > a,
  html .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 8px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0; }
  html .pagination ul > li > a:hover,
  html .pagination ul > li > a:focus,
  html .pagination ul > .active > a,
  html .pagination ul > .active > span {
    background-color: #f5f5f5; }
  html .pagination ul > .active > a,
  html .pagination ul > .active > span {
    color: #999;
    cursor: default; }
  html .pagination ul > .disabled > span,
  html .pagination ul > .disabled > a,
  html .pagination ul > .disabled > a:hover,
  html .pagination ul > .disabled > a:focus {
    color: #999;
    background-color: transparent;
    cursor: default; }
  html .pagination ul > li:first-child > a,
  html .pagination ul > li:first-child > span {
    border-left-width: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  html .pagination ul > li:last-child > a,
  html .pagination ul > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  html .pagination-centered {
    text-align: center; }
  html .pagination-right {
    text-align: right; }
  html .pagination-large ul > li > a,
  html .pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px; }
  html .pagination-large ul > li:first-child > a,
  html .pagination-large ul > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  html .pagination-large ul > li:last-child > a,
  html .pagination-large ul > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  html .pagination-mini ul > li:first-child > a,
  html .pagination-mini ul > li:first-child > span,
  html .pagination-small ul > li:first-child > a,
  html .pagination-small ul > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  html .pagination-mini ul > li:last-child > a,
  html .pagination-mini ul > li:last-child > span,
  html .pagination-small ul > li:last-child > a,
  html .pagination-small ul > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  html .pagination-small ul > li > a,
  html .pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px; }
  html .pagination-mini ul > li > a,
  html .pagination-mini ul > li > span {
    padding: 0px 6px;
    font-size: 10.5px; }
  html .pagination-hidden {
    display: none; }
  html .pager {
    margin: 8px 0;
    list-style: none;
    text-align: center;
    *zoom: 1; }
    html .pager:before, html .pager:after {
      display: table;
      content: "";
      line-height: 0; }
    html .pager:after {
      clear: both; }
  html .pager li {
    display: inline; }
  html .pager li > a,
  html .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px; }
  html .pager li > a:hover,
  html .pager li > a:focus {
    text-decoration: none;
    background-color: #f5f5f5; }
  html .pager .next > a,
  html .pager .next > span {
    float: right; }
  html .pager .previous > a,
  html .pager .previous > span {
    float: left; }
  html .pager .disabled > a,
  html .pager .disabled > a:hover,
  html .pager .disabled > a:focus,
  html .pager .disabled > span {
    color: #999;
    background-color: #fff;
    cursor: default; }
  html .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
    html .modal-backdrop.fade {
      opacity: 0; }
  html .modal-backdrop,
  html .modal-backdrop.fade.in {
    opacity: 80; }
  html .modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    outline: none; }
    html .modal.fade {
      -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
      -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
      -o-transition: opacity 0.3s linear, top 0.3s ease-out;
      transition: opacity 0.3s linear, top 0.3s ease-out;
      top: -25%; }
    html .modal.fade.in {
      top: 10%; }
  html .modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee; }
    html .modal-header .close {
      margin-top: 2px; }
    html .modal-header h3 {
      margin: 0;
      line-height: 30px; }
  html .modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px; }
  html .modal-form {
    margin-bottom: 0; }
  html .modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
    box-shadow: inset 0 1px 0 #fff;
    *zoom: 1; }
    html .modal-footer:before, html .modal-footer:after {
      display: table;
      content: "";
      line-height: 0; }
    html .modal-footer:after {
      clear: both; }
    html .modal-footer .btn + .btn {
      margin-left: 5px;
      margin-bottom: 0; }
    html .modal-footer .btn-group .btn + .btn {
      margin-left: -1px; }
    html .modal-footer .btn-block + .btn-block {
      margin-left: 0; }
  html .modal-hidden {
    display: none; }
  html .modal-content {
    overflow: hidden; }
  html .tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0; }
    html .tooltip.in {
      opacity: 80; }
    html .tooltip.top {
      margin-top: -3px;
      padding: 5px 0; }
    html .tooltip.right {
      margin-left: 3px;
      padding: 0 5px; }
    html .tooltip.bottom {
      margin-top: 3px;
      padding: 5px 0; }
    html .tooltip.left {
      margin-left: -3px;
      padding: 0 5px; }
  html .tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px; }
  html .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  html .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  html .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  html .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  html .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  html .tooltip-help {
    font-size: 14px; }
    html .tooltip-help .tooltip-inner {
      color: #535353;
      background-color: #fdfaec;
      border: 1px solid #b0ad95;
      max-width: 400px;
      text-align: left; }
    html .tooltip-help.top .tooltip-arrow {
      border-top-color: #b0ad95; }
    html .tooltip-help.right .tooltip-arrow {
      border-right-color: #b0ad95; }
    html .tooltip-help.left .tooltip-arrow {
      border-left-color: #b0ad95; }
    html .tooltip-help.bottom .tooltip-arrow {
      border-bottom-color: #b0ad95; }
  html .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal; }
    html .popover.top {
      margin-top: -10px; }
    html .popover.right {
      margin-left: 10px; }
    html .popover.bottom {
      margin-top: 10px; }
    html .popover.left {
      margin-left: -10px; }
  html .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0; }
    html .popover-title:empty {
      display: none; }
  html .popover-content {
    padding: 9px 14px; }
  html .popover .arrow,
  html .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  html .popover .arrow {
    border-width: 11px; }
  html .popover .arrow:after {
    border-width: 10px;
    content: ""; }
  html .popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px; }
    html .popover.top .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      border-bottom-width: 0;
      border-top-color: #fff; }
  html .popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25); }
    html .popover.right .arrow:after {
      left: 1px;
      bottom: -10px;
      border-left-width: 0;
      border-right-color: #fff; }
  html .popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px; }
    html .popover.bottom .arrow:after {
      top: 1px;
      margin-left: -10px;
      border-top-width: 0;
      border-bottom-color: #fff; }
  html .popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    html .popover.left .arrow:after {
      right: 1px;
      border-right-width: 0;
      border-left-color: #fff;
      bottom: -10px; }
  html .popover-hidden {
    display: none; }
  html .thumbnails {
    margin-left: -30px;
    list-style: none;
    *zoom: 1; }
    html .thumbnails:before, html .thumbnails:after {
      display: table;
      content: "";
      line-height: 0; }
    html .thumbnails:after {
      clear: both; }
  html .row-fluid .thumbnails {
    margin-left: 0; }
  html .thumbnails > li {
    float: left;
    margin-bottom: 8px;
    margin-left: 30px; }
  html .thumbnail {
    display: block;
    padding: 4px;
    line-height: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  html a.thumbnail:hover,
  html a.thumbnail:focus {
    border-color: #08c;
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); }
  html .thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  html .thumbnail .caption {
    padding: 9px;
    color: #555; }
  html .media,
  html .media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1; }
  html .media,
  html .media .media {
    margin-top: 15px; }
  html .media:first-child {
    margin-top: 0; }
  html .media-object {
    display: block; }
  html .media-heading {
    margin: 0 0 5px; }
  html .media > .pull-left {
    margin-right: 10px; }
  html .media > .pull-right {
    margin-left: 10px; }
  html .media-list {
    margin-left: 0;
    list-style: none; }
  html .label,
  html .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999; }
  html .label {
    border-radius: 3px; }
  html .badge {
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 9px; }
  html .label:empty,
  html .badge:empty {
    display: none; }
  html a.label:hover, html a.label:focus, html a.badge:hover, html a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  html .label-important {
    background-color: #b94a48; }
  html .label-important[href] {
    background-color: #953b39; }
  html .label-warning {
    background-color: #fd7e14; }
  html .label-warning[href] {
    background-color: #dc6502; }
  html .label-success {
    background-color: #468847; }
  html .label-success[href] {
    background-color: #356635; }
  html .label-info {
    background-color: #3a87ad; }
  html .label-info[href] {
    background-color: #2d6987; }
  html .label-inverse {
    background-color: #333; }
  html .label-inverse[href] {
    background-color: #1a1a1a; }
  html .badge-important {
    background-color: #b94a48; }
  html .badge-important[href] {
    background-color: #953b39; }
  html .badge-warning {
    background-color: #fd7e14; }
  html .badge-warning[href] {
    background-color: #dc6502; }
  html .badge-success {
    background-color: #468847; }
  html .badge-success[href] {
    background-color: #356635; }
  html .badge-info {
    background-color: #3a87ad; }
  html .badge-info[href] {
    background-color: #2d6987; }
  html .badge-inverse {
    background-color: #333; }
  html .badge-inverse[href] {
    background-color: #1a1a1a; }
  html .btn .label,
  html .btn .badge {
    position: relative;
    top: -1px; }
  html .btn-mini .label,
  html .btn-mini .badge {
    top: 0; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-ms-keyframes progress-bar-stripes {
from {
    background-position: 40px 0; }
to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
  html .progress {
    overflow: hidden;
    height: 8px;
    margin-bottom: 8px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px; }
  html .progress .bar {
    width: 0%;
    height: 100%;
    color: #fff;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease; }
  html .progress .bar + .bar {
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); }
  html .progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px; }
  html .progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; }
  html .progress-danger .bar, html .progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0); }
  html .progress-danger.progress-striped .bar, html .progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  html .progress-success .bar, html .progress .bar-success {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0); }
  html .progress-success.progress-striped .bar, html .progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  html .progress-info .bar, html .progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0); }
  html .progress-info.progress-striped .bar, html .progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  html .progress-warning .bar, html .progress .bar-warning {
    background-color: #fd9742;
    background-image: -moz-linear-gradient(top, #fea860, #fd7e14);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fea860), to(#fd7e14));
    background-image: -webkit-linear-gradient(top, #fea860, #fd7e14);
    background-image: -o-linear-gradient(top, #fea860, #fd7e14);
    background-image: linear-gradient(to bottom, #fea860, #fd7e14);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEA860', endColorstr='#FFFD7E14', GradientType=0); }
  html .progress-warning.progress-striped .bar, html .progress-striped .bar-warning {
    background-color: #fea860;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  html .progress-hiden {
    display: none; }
  html .progress.vertical {
    width: 8px;
    height: 100%;
    margin-right: 8px; }
  html .progress .bar {
    overflow: hidden; }
  html .progress .bar p {
    margin: 0;
    color: #fff;
    font-size: 11px;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25); }
  html .progress.vertical .bar {
    width: 100%;
    height: 0; }
  html .progress.vertical.bottom {
    position: relative; }
  html .progress.vertical.bottom .bar {
    position: absolute;
    bottom: 0; }
  html .accordion {
    margin-bottom: 8px; }
  html .accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    border-radius: 4px; }
  html .accordion-heading {
    border-bottom: 0; }
  html .accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px; }
  html .accordion-toggle {
    cursor: pointer; }
  html .accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5; }
  html .carousel {
    position: relative;
    margin-bottom: 8px;
    line-height: 1; }
  html .carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative; }
  html .carousel-inner > .item {
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    html .carousel-inner > .item > img,
    html .carousel-inner > .item > a > img {
      display: block;
      line-height: 1; }
  html .carousel-inner > .active,
  html .carousel-inner > .next,
  html .carousel-inner > .prev {
    display: block; }
  html .carousel-inner > .active {
    left: 0; }
  html .carousel-inner > .next,
  html .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  html .carousel-inner > .next {
    left: 100%; }
  html .carousel-inner > .prev {
    left: -100%; }
  html .carousel-inner > .next.left,
  html .carousel-inner > .prev.right {
    left: 0; }
  html .carousel-inner > .active.left {
    left: -100%; }
  html .carousel-inner > .active.right {
    left: 100%; }
  html .carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    border-radius: 23px;
    opacity: 50; }
    html .carousel-control.right {
      left: auto;
      right: 15px; }
    html .carousel-control:hover, html .carousel-control:focus {
      color: #fff;
      text-decoration: none;
      opacity: 90; }
  html .carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none; }
    html .carousel-indicators li {
      display: block;
      float: left;
      width: 10px;
      height: 10px;
      margin-left: 5px;
      text-indent: -999px;
      background-color: #ccc;
      background-color: rgba(255, 255, 255, 0.25);
      border-radius: 5px; }
    html .carousel-indicators .active {
      background-color: #fff; }
  html .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #333;
    background: rgba(0, 0, 0, 0.75); }
  html .carousel-caption h4,
  html .carousel-caption p {
    color: #fff;
    line-height: 8px; }
  html .carousel-caption h4 {
    margin: 0 0 5px; }
  html .carousel-caption p {
    margin-bottom: 0; }
  html .carousel-hidden {
    display: none; }
  html .hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 12px;
    color: inherit;
    background-color: #eee;
    border-radius: 6px; }
    html .hero-unit h1 {
      margin-bottom: 0;
      font-size: 60px;
      line-height: 1;
      color: inherit;
      letter-spacing: -1px; }
    html .hero-unit li {
      line-height: 12px; }
  html .pull-right {
    float: right; }
  html .pull-left {
    float: left; }
  html .hide {
    display: none; }
  html .show {
    display: block; }
  html .invisible {
    visibility: hidden; }
  html .affix {
    position: fixed; }
  html .clearfix {
    *zoom: 1; }
    html .clearfix:before, html .clearfix:after {
      display: table;
      content: "";
      line-height: 0; }
    html .clearfix:after {
      clear: both; }
  html .hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  html .input-block-level {
    display: block;
    width: 100%;
    min-height: 18px;
    box-sizing: border-box; }
  html .hide {
    display: none !important; }
  html .show {
    display: block !important; }
  html .hide-accessible {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
    /*Webkit and IE7 let clipped content change the scroll height of the page*/
    /*Scale webkit to 0*/
    -webkit-transform: scale(0);
    -webkit-transform-origin-x: 0px;
    -webkit-transform-origin-y: 0px;
    /*Change IE7 to using fixed*/
    *position: fixed !important;
    /*...And reset back to absolute for IE6*/
    _position: absolute !important; }
  html .force-offset {
    display: block !important;
    position: absolute !important;
    visibility: hidden !important; }
  html .unselectable, html .unselectable * {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
  html .scroll-lock {
    height: 100%;
    margin: 0;
    overflow: hidden;
    width: 100%; }

html {
  @-ms-viewport {
    width: device-width; } }
  html .hidden {
    display: none;
    visibility: hidden; }
  html .visible-phone {
    display: none !important; }
  html .visible-tablet {
    display: none !important; }
  html .hidden-desktop {
    display: none !important; }
  html .visible-desktop {
    display: inherit !important; }
  @media (min-width: 768px) and (max-width: 979px) {
    html .hidden-desktop {
      display: inherit !important; }
    html .visible-desktop {
      display: none !important; }
    html .visible-tablet {
      display: inherit !important; }
    html .hidden-tablet {
      display: none !important; } }
  @media (max-width: 767px) {
    html .hidden-desktop {
      display: inherit !important; }
    html .visible-desktop {
      display: none !important; }
    html .visible-phone {
      display: inherit !important; }
    html .hidden-phone {
      display: none !important; } }
  html .visible-print {
    display: none !important; }
  @media print {
    html .visible-print {
      display: inherit !important; }
    html .hidden-print {
      display: none !important; } }
  html .clearfix {
    *zoom: 1; }
    html .clearfix:before, html .clearfix:after {
      display: table;
      content: "";
      line-height: 0; }
    html .clearfix:after {
      clear: both; }
  html .hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  html .input-block-level {
    display: block;
    width: 100%;
    min-height: 18px;
    box-sizing: border-box; }
  @media (min-width: 1200px) {
    html .row {
      margin: 0 auto;
      *zoom: 1;
      width: 1050px; }
      html .row:before, html .row:after {
        display: table;
        content: "";
        line-height: 0; }
      html .row:after {
        clear: both; }
    html [class*="span"] {
      float: left;
      min-height: 1px;
      margin-left: 0; }
    html .container,
    html .navbar-static-top .container,
    html .navbar-fixed-top .container,
    html .navbar-fixed-bottom .container {
      width: 1050px; }
    html .span1 {
      width: 60px; }
    html .span2 {
      width: 150px; }
    html .span3 {
      width: 240px; }
    html .span4 {
      width: 330px; }
    html .span5 {
      width: 420px; }
    html .span6 {
      width: 510px; }
    html .span7 {
      width: 600px; }
    html .span8 {
      width: 690px; }
    html .span9 {
      width: 780px; }
    html .span10 {
      width: 870px; }
    html .span11 {
      width: 960px; }
    html .span12 {
      width: 1050px; }
    html .offset1 {
      margin-left: 120px; }
    html .offset2 {
      margin-left: 210px; }
    html .offset3 {
      margin-left: 300px; }
    html .offset4 {
      margin-left: 390px; }
    html .offset5 {
      margin-left: 480px; }
    html .offset6 {
      margin-left: 570px; }
    html .offset7 {
      margin-left: 660px; }
    html .offset8 {
      margin-left: 750px; }
    html .offset9 {
      margin-left: 840px; }
    html .offset10 {
      margin-left: 930px; }
    html .offset11 {
      margin-left: 1020px; }
    html .offset12 {
      margin-left: 1110px; }
    html .row-fluid {
      width: 100%;
      *zoom: 1; }
      html .row-fluid:before, html .row-fluid:after {
        display: table;
        content: "";
        line-height: 0; }
      html .row-fluid:after {
        clear: both; }
      html .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 18px;
        box-sizing: border-box;
        float: left;
        margin-left: 2.85714%;
        *margin-left: 2.80952%; }
      html .row-fluid [class*="span"]:first-child {
        margin-left: 0; }
      html .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.85714%; }
      html .row-fluid .span1 {
        width: 5.71429%;
        *width: 5.66667%; }
      html .row-fluid .span2 {
        width: 14.28571%;
        *width: 14.2381%; }
      html .row-fluid .span3 {
        width: 22.85714%;
        *width: 22.80952%; }
      html .row-fluid .span4 {
        width: 31.42857%;
        *width: 31.38095%; }
      html .row-fluid .span5 {
        width: 40%;
        *width: 39.95238%; }
      html .row-fluid .span6 {
        width: 48.57143%;
        *width: 48.52381%; }
      html .row-fluid .span7 {
        width: 57.14286%;
        *width: 57.09524%; }
      html .row-fluid .span8 {
        width: 65.71429%;
        *width: 65.66667%; }
      html .row-fluid .span9 {
        width: 74.28571%;
        *width: 74.2381%; }
      html .row-fluid .span10 {
        width: 82.85714%;
        *width: 82.80952%; }
      html .row-fluid .span11 {
        width: 91.42857%;
        *width: 91.38095%; }
      html .row-fluid .span12 {
        width: 100%;
        *width: 99.95238%; }
      html .row-fluid .offset1 {
        margin-left: 11.42857%;
        *margin-left: 11.33333%; }
      html .row-fluid .offset1:first-child {
        margin-left: 8.57143%;
        *margin-left: 8.47619%; }
      html .row-fluid .offset2 {
        margin-left: 20%;
        *margin-left: 19.90476%; }
      html .row-fluid .offset2:first-child {
        margin-left: 17.14286%;
        *margin-left: 17.04762%; }
      html .row-fluid .offset3 {
        margin-left: 28.57143%;
        *margin-left: 28.47619%; }
      html .row-fluid .offset3:first-child {
        margin-left: 25.71429%;
        *margin-left: 25.61905%; }
      html .row-fluid .offset4 {
        margin-left: 37.14286%;
        *margin-left: 37.04762%; }
      html .row-fluid .offset4:first-child {
        margin-left: 34.28571%;
        *margin-left: 34.19048%; }
      html .row-fluid .offset5 {
        margin-left: 45.71429%;
        *margin-left: 45.61905%; }
      html .row-fluid .offset5:first-child {
        margin-left: 42.85714%;
        *margin-left: 42.7619%; }
      html .row-fluid .offset6 {
        margin-left: 54.28571%;
        *margin-left: 54.19048%; }
      html .row-fluid .offset6:first-child {
        margin-left: 51.42857%;
        *margin-left: 51.33333%; }
      html .row-fluid .offset7 {
        margin-left: 62.85714%;
        *margin-left: 62.7619%; }
      html .row-fluid .offset7:first-child {
        margin-left: 60%;
        *margin-left: 59.90476%; }
      html .row-fluid .offset8 {
        margin-left: 71.42857%;
        *margin-left: 71.33333%; }
      html .row-fluid .offset8:first-child {
        margin-left: 68.57143%;
        *margin-left: 68.47619%; }
      html .row-fluid .offset9 {
        margin-left: 80%;
        *margin-left: 79.90476%; }
      html .row-fluid .offset9:first-child {
        margin-left: 77.14286%;
        *margin-left: 77.04762%; }
      html .row-fluid .offset10 {
        margin-left: 88.57143%;
        *margin-left: 88.47619%; }
      html .row-fluid .offset10:first-child {
        margin-left: 85.71429%;
        *margin-left: 85.61905%; }
      html .row-fluid .offset11 {
        margin-left: 97.14286%;
        *margin-left: 97.04762%; }
      html .row-fluid .offset11:first-child {
        margin-left: 94.28571%;
        *margin-left: 94.19048%; }
      html .row-fluid .offset12 {
        margin-left: 105.71429%;
        *margin-left: 105.61905%; }
      html .row-fluid .offset12:first-child {
        margin-left: 102.85714%;
        *margin-left: 102.7619%; }
    html input,
    html textarea,
    html .uneditable-input {
      margin-left: 0; }
    html .controls-row [class*="span"] + [class*="span"] {
      margin-left: 30px; }
    html input.span1,
    html textarea.span1,
    html .uneditable-input.span1 {
      width: 46px; }
    html input.span2,
    html textarea.span2,
    html .uneditable-input.span2 {
      width: 136px; }
    html input.span3,
    html textarea.span3,
    html .uneditable-input.span3 {
      width: 226px; }
    html input.span4,
    html textarea.span4,
    html .uneditable-input.span4 {
      width: 316px; }
    html input.span5,
    html textarea.span5,
    html .uneditable-input.span5 {
      width: 406px; }
    html input.span6,
    html textarea.span6,
    html .uneditable-input.span6 {
      width: 496px; }
    html input.span7,
    html textarea.span7,
    html .uneditable-input.span7 {
      width: 586px; }
    html input.span8,
    html textarea.span8,
    html .uneditable-input.span8 {
      width: 676px; }
    html input.span9,
    html textarea.span9,
    html .uneditable-input.span9 {
      width: 766px; }
    html input.span10,
    html textarea.span10,
    html .uneditable-input.span10 {
      width: 856px; }
    html input.span11,
    html textarea.span11,
    html .uneditable-input.span11 {
      width: 946px; }
    html input.span12,
    html textarea.span12,
    html .uneditable-input.span12 {
      width: 1036px; }
    html .thumbnails {
      margin-left: -30px; }
    html .thumbnails > li {
      margin-left: 30px; }
    html .row-fluid .thumbnails {
      margin-left: 0; } }
  @media (min-width: 768px) and (max-width: 979px) {
    html body {
      padding-left: 0px;
      padding-right: 0px; }
    html .navbar-fixed-top,
    html .navbar-fixed-bottom,
    html .navbar-static-top {
      margin-left: -20px;
      margin-right: -20px; }
    html .container-fluid {
      padding: 0; }
    html .dl-horizontal dt {
      float: none;
      clear: none;
      width: auto;
      text-align: left; }
    html .dl-horizontal dd {
      margin-left: 0; }
    html .container {
      width: auto; }
    html .row-fluid {
      width: 100%; }
    html .row,
    html .thumbnails {
      margin-left: 0; }
    html .thumbnails > li {
      float: none;
      margin-left: 0; }
    html .row-fluid [class*="offset"]:first-child {
      margin-left: 0; }
    html .input-large,
    html .input-xlarge,
    html .input-xxlarge,
    html input[class*="span"],
    html select[class*="span"],
    html textarea[class*="span"],
    html .uneditable-input {
      display: block;
      width: 100%;
      min-height: 18px;
      box-sizing: border-box; }
    html .input-prepend input,
    html .input-append input,
    html .input-prepend input[class*="span"],
    html .input-append input[class*="span"] {
      display: inline-block;
      width: auto; }
    html .controls-row [class*="span"] + [class*="span"] {
      margin-left: 0; }
    html .modal {
      position: fixed;
      top: 20px;
      left: 20px;
      right: 20px;
      width: auto;
      margin: 0; }
      html .modal.fade {
        top: -100px; }
      html .modal.fade.in {
        top: 20px; } }
  @media (max-width: 767px) {
    html body {
      padding-left: 0px;
      padding-right: 0px; }
    html .navbar-fixed-top,
    html .navbar-fixed-bottom,
    html .navbar-static-top {
      margin-left: -20px;
      margin-right: -20px; }
    html .container-fluid {
      padding: 0; }
    html .dl-horizontal dt {
      float: none;
      clear: none;
      width: auto;
      text-align: left; }
    html .dl-horizontal dd {
      margin-left: 0; }
    html .container {
      width: auto; }
    html .row-fluid {
      width: 100%; }
    html .row,
    html .thumbnails {
      margin-left: 0; }
    html .thumbnails > li {
      float: none;
      margin-left: 0; }
    html [class*="span"],
    html .uneditable-input[class*="span"],
    html .row-fluid [class*="span"] {
      float: none;
      display: block;
      width: 100%;
      margin-left: 0;
      box-sizing: border-box; }
    html .span12,
    html .row-fluid .span12 {
      width: 100%;
      box-sizing: border-box; }
    html .row-fluid [class*="offset"]:first-child {
      margin-left: 0; }
    html .input-large,
    html .input-xlarge,
    html .input-xxlarge,
    html input[class*="span"],
    html select[class*="span"],
    html textarea[class*="span"],
    html .uneditable-input {
      display: block;
      width: 100%;
      min-height: 18px;
      box-sizing: border-box; }
    html .input-prepend input,
    html .input-append input,
    html .input-prepend input[class*="span"],
    html .input-append input[class*="span"] {
      display: inline-block;
      width: auto; }
    html .controls-row [class*="span"] + [class*="span"] {
      margin-left: 0; }
    html .modal {
      position: fixed;
      top: 20px;
      left: 20px;
      right: 20px;
      width: auto;
      margin: 0; }
      html .modal.fade {
        top: -100px; }
      html .modal.fade.in {
        top: 20px; } }
  @media (max-width: 480px) {
    html .nav-collapse {
      -webkit-transform: translate3d(0, 0, 0); }
    html .page-header h1 small {
      display: block;
      line-height: 8px; }
    html input[type="checkbox"],
    html input[type="radio"] {
      border: 1px solid #ccc; }
    html .form-horizontal .control-label {
      float: none;
      width: auto;
      padding-top: 0;
      text-align: left; }
    html .form-horizontal .controls {
      margin-left: 0; }
    html .form-horizontal .control-list {
      padding-top: 0; }
    html .form-horizontal .form-actions {
      padding-left: 10px;
      padding-right: 10px; }
    html .media .pull-left,
    html .media .pull-right {
      float: none;
      display: block;
      margin-bottom: 10px; }
    html .media-object {
      margin-right: 0;
      margin-left: 0; }
    html .modal {
      top: 10px;
      left: 10px;
      right: 10px; }
    html .modal-header .close {
      padding: 10px;
      margin: -10px; }
    html .carousel-caption {
      position: static; } }
  @media (max-width: 979px) {
    html body {
      padding-top: 0; }
    html .navbar-fixed-top,
    html .navbar-fixed-bottom {
      position: static; }
    html .navbar-fixed-top {
      margin-bottom: 8px; }
    html .navbar-fixed-bottom {
      margin-top: 8px; }
    html .navbar-fixed-top .navbar-inner,
    html .navbar-fixed-bottom .navbar-inner {
      padding: 5px; }
    html .navbar .container {
      width: auto;
      padding: 0; }
    html .navbar .brand {
      padding-left: 10px;
      padding-right: 10px;
      margin: 0 0 0 -5px; }
    html .nav-collapse {
      clear: both; }
    html .nav-collapse .nav {
      float: none;
      margin: 0 0 4px; }
    html .nav-collapse .nav > li {
      float: none; }
    html .nav-collapse .nav > li > a {
      margin-bottom: 2px; }
    html .nav-collapse .nav > .divider-vertical {
      display: none; }
    html .nav-collapse .nav .nav-header {
      color: #777;
      text-shadow: none; }
    html .nav-collapse .nav > li > a,
    html .nav-collapse .dropdown-menu a {
      padding: 9px 15px;
      font-weight: bold;
      color: #777;
      border-radius: 3px; }
    html .nav-collapse .btn {
      padding: 4px 10px 4px;
      font-weight: normal;
      border-radius: 4px; }
    html .nav-collapse .dropdown-menu li + li a {
      margin-bottom: 2px; }
    html .nav-collapse .nav > li > a:hover,
    html .nav-collapse .nav > li > a:focus,
    html .nav-collapse .dropdown-menu a:hover,
    html .nav-collapse .dropdown-menu a:focus {
      background-color: #f2f2f2; }
    html .navbar-inverse .nav-collapse .nav > li > a,
    html .navbar-inverse .nav-collapse .dropdown-menu a {
      color: #999; }
    html .navbar-inverse .nav-collapse .nav > li > a:hover,
    html .navbar-inverse .nav-collapse .nav > li > a:focus,
    html .navbar-inverse .nav-collapse .dropdown-menu a:hover,
    html .navbar-inverse .nav-collapse .dropdown-menu a:focus {
      background-color: #111111; }
    html .nav-collapse.in .btn-group {
      margin-top: 5px;
      padding: 0; }
    html .nav-collapse .dropdown-menu {
      position: static;
      top: auto;
      left: auto;
      float: none;
      display: none;
      max-width: none;
      margin: 0 15px;
      padding: 0;
      background-color: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none; }
    html .nav-collapse .open > .dropdown-menu {
      display: block; }
    html .nav-collapse .dropdown-menu:before,
    html .nav-collapse .dropdown-menu:after {
      display: none; }
    html .nav-collapse .dropdown-menu .divider {
      display: none; }
    html .nav-collapse .nav > li > .dropdown-menu:before, html .nav-collapse .nav > li > .dropdown-menu:after {
      display: none; }
    html .nav-collapse .navbar-form,
    html .nav-collapse .navbar-search {
      float: none;
      padding: 4px 15px;
      margin: 4px 0;
      border-top: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }
    html .navbar-inverse .nav-collapse .navbar-form,
    html .navbar-inverse .nav-collapse .navbar-search {
      border-top-color: #111111;
      border-bottom-color: #111111; }
    html .navbar .nav-collapse .nav.pull-right {
      float: none;
      margin-left: 0; }
    html .nav-collapse,
    html .nav-collapse.collapse {
      overflow: hidden;
      height: 0; }
    html .navbar .btn-navbar {
      display: block; }
    html .navbar-static .navbar-inner {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 980px) {
    html .nav-collapse.collapse {
      height: auto !important;
      overflow: visible !important; } }
  html .portlet-msg-progress {
    background-image: url(../images/aui/loading_indicator.gif);
    background-repeat: no-repeat;
    background-position: 6px 50%;
    padding-left: 30px; }
  html .navbar .nav li > a {
    overflow-wrap: break-all;
    word-wrap: break-all;
    word-break: break-all; }
  html article,
  html aside,
  html details,
  html figcaption,
  html figure,
  html footer,
  html header,
  html hgroup,
  html nav,
  html section {
    display: block; }
  html audio,
  html canvas,
  html video {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  html audio:not([controls]) {
    display: none; }
  html html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }
  html a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  html a:hover,
  html a:active {
    outline: 0; }
  html sub,
  html sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  html sup {
    top: -0.5em; }
  html sub {
    bottom: -0.25em; }
  html img {
    /* Responsive images (ensure images don't scale beyond their parents) */
    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */
    width: auto\9;
    /* IE7-8 need help adjusting responsive images */
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic; }
  html #map_canvas img,
  html .google-maps img {
    max-width: none; }
  html button,
  html input,
  html select,
  html textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle; }
  html button,
  html input {
    *overflow: visible;
    line-height: normal; }
  html button::-moz-focus-inner,
  html input::-moz-focus-inner {
    padding: 0;
    border: 0; }
  html button,
  html html input[type="button"],
  html input[type="reset"],
  html input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  html label,
  html select,
  html button,
  html input[type="button"],
  html input[type="reset"],
  html input[type="submit"],
  html input[type="radio"],
  html input[type="checkbox"] {
    cursor: pointer; }
  html input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield; }
  html input[type="search"]::-webkit-search-decoration,
  html input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none; }
  html textarea {
    overflow: auto;
    vertical-align: top; }
  @media print {
    html * {
      text-shadow: none !important;
      color: #000 !important;
      background: transparent !important;
      box-shadow: none !important; }
    html a,
    html a:visited {
      text-decoration: underline; }
    html a[href]:after {
      content: " (" attr(href) ")"; }
    html abbr[title]:after {
      content: " (" attr(title) ")"; }
    html .ir a:after,
    html a[href^="javascript:"]:after,
    html a[href^="#"]:after {
      content: ""; }
    html pre,
    html blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    html thead {
      display: table-header-group; }
    html tr,
    html img {
      page-break-inside: avoid; }
    html img {
      max-width: 100% !important; }
    html {
      @page {
        margin: 0.5cm; } }
    html p,
    html h2,
    html h3 {
      orphans: 3;
      widows: 3; }
    html h2,
    html h3 {
      page-break-after: avoid; } }
  html body {
    background-color: #fff;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin: 0; }
  html a {
    color: #08c;
    text-decoration: none; }
  html a:hover,
  html a:focus {
    color: #005580;
    text-decoration: underline; }
  html .img-rounded {
    border-radius: 6px; }
  html .img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  html .img-circle {
    border-radius: 500px; }
  html .row {
    margin: 0 auto;
    *zoom: 1;
    width: 1050px; }
    html .row:before, html .row:after {
      display: table;
      content: "";
      line-height: 0; }
    html .row:after {
      clear: both; }
  html [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 0; }
  html .container,
  html .navbar-static-top .container,
  html .navbar-fixed-top .container,
  html .navbar-fixed-bottom .container {
    width: 1050px; }
  html .span1 {
    width: 60px; }
  html .span2 {
    width: 150px; }
  html .span3 {
    width: 240px; }
  html .span4 {
    width: 330px; }
  html .span5 {
    width: 420px; }
  html .span6 {
    width: 510px; }
  html .span7 {
    width: 600px; }
  html .span8 {
    width: 690px; }
  html .span9 {
    width: 780px; }
  html .span10 {
    width: 870px; }
  html .span11 {
    width: 960px; }
  html .span12 {
    width: 1050px; }
  html .offset1 {
    margin-left: 120px; }
  html .offset2 {
    margin-left: 210px; }
  html .offset3 {
    margin-left: 300px; }
  html .offset4 {
    margin-left: 390px; }
  html .offset5 {
    margin-left: 480px; }
  html .offset6 {
    margin-left: 570px; }
  html .offset7 {
    margin-left: 660px; }
  html .offset8 {
    margin-left: 750px; }
  html .offset9 {
    margin-left: 840px; }
  html .offset10 {
    margin-left: 930px; }
  html .offset11 {
    margin-left: 1020px; }
  html .offset12 {
    margin-left: 1110px; }
  html .row-fluid {
    width: 100%;
    *zoom: 1; }
    html .row-fluid:before, html .row-fluid:after {
      display: table;
      content: "";
      line-height: 0; }
    html .row-fluid:after {
      clear: both; }
    html .row-fluid [class*="span"] {
      display: block;
      width: 100%;
      min-height: 18px;
      box-sizing: border-box;
      float: left;
      margin-left: 2.85714%;
      *margin-left: 2.80952%; }
    html .row-fluid [class*="span"]:first-child {
      margin-left: 0; }
    html .row-fluid .controls-row [class*="span"] + [class*="span"] {
      margin-left: 2.85714%; }
    html .row-fluid .span1 {
      width: 5.71429%;
      *width: 5.66667%; }
    html .row-fluid .span2 {
      width: 14.28571%;
      *width: 14.2381%; }
    html .row-fluid .span3 {
      width: 22.85714%;
      *width: 22.80952%; }
    html .row-fluid .span4 {
      width: 31.42857%;
      *width: 31.38095%; }
    html .row-fluid .span5 {
      width: 40%;
      *width: 39.95238%; }
    html .row-fluid .span6 {
      width: 48.57143%;
      *width: 48.52381%; }
    html .row-fluid .span7 {
      width: 57.14286%;
      *width: 57.09524%; }
    html .row-fluid .span8 {
      width: 65.71429%;
      *width: 65.66667%; }
    html .row-fluid .span9 {
      width: 74.28571%;
      *width: 74.2381%; }
    html .row-fluid .span10 {
      width: 82.85714%;
      *width: 82.80952%; }
    html .row-fluid .span11 {
      width: 91.42857%;
      *width: 91.38095%; }
    html .row-fluid .span12 {
      width: 100%;
      *width: 99.95238%; }
    html .row-fluid .offset1 {
      margin-left: 11.42857%;
      *margin-left: 11.33333%; }
    html .row-fluid .offset1:first-child {
      margin-left: 8.57143%;
      *margin-left: 8.47619%; }
    html .row-fluid .offset2 {
      margin-left: 20%;
      *margin-left: 19.90476%; }
    html .row-fluid .offset2:first-child {
      margin-left: 17.14286%;
      *margin-left: 17.04762%; }
    html .row-fluid .offset3 {
      margin-left: 28.57143%;
      *margin-left: 28.47619%; }
    html .row-fluid .offset3:first-child {
      margin-left: 25.71429%;
      *margin-left: 25.61905%; }
    html .row-fluid .offset4 {
      margin-left: 37.14286%;
      *margin-left: 37.04762%; }
    html .row-fluid .offset4:first-child {
      margin-left: 34.28571%;
      *margin-left: 34.19048%; }
    html .row-fluid .offset5 {
      margin-left: 45.71429%;
      *margin-left: 45.61905%; }
    html .row-fluid .offset5:first-child {
      margin-left: 42.85714%;
      *margin-left: 42.7619%; }
    html .row-fluid .offset6 {
      margin-left: 54.28571%;
      *margin-left: 54.19048%; }
    html .row-fluid .offset6:first-child {
      margin-left: 51.42857%;
      *margin-left: 51.33333%; }
    html .row-fluid .offset7 {
      margin-left: 62.85714%;
      *margin-left: 62.7619%; }
    html .row-fluid .offset7:first-child {
      margin-left: 60%;
      *margin-left: 59.90476%; }
    html .row-fluid .offset8 {
      margin-left: 71.42857%;
      *margin-left: 71.33333%; }
    html .row-fluid .offset8:first-child {
      margin-left: 68.57143%;
      *margin-left: 68.47619%; }
    html .row-fluid .offset9 {
      margin-left: 80%;
      *margin-left: 79.90476%; }
    html .row-fluid .offset9:first-child {
      margin-left: 77.14286%;
      *margin-left: 77.04762%; }
    html .row-fluid .offset10 {
      margin-left: 88.57143%;
      *margin-left: 88.47619%; }
    html .row-fluid .offset10:first-child {
      margin-left: 85.71429%;
      *margin-left: 85.61905%; }
    html .row-fluid .offset11 {
      margin-left: 97.14286%;
      *margin-left: 97.04762%; }
    html .row-fluid .offset11:first-child {
      margin-left: 94.28571%;
      *margin-left: 94.19048%; }
    html .row-fluid .offset12 {
      margin-left: 105.71429%;
      *margin-left: 105.61905%; }
    html .row-fluid .offset12:first-child {
      margin-left: 102.85714%;
      *margin-left: 102.7619%; }
  html [class*="span"].hide,
  html .row-fluid [class*="span"].hide {
    display: none; }
  html [class*="span"].pull-right,
  html .row-fluid [class*="span"].pull-right {
    float: right; }
  html .container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1; }
    html .container:before, html .container:after {
      display: table;
      content: "";
      line-height: 0; }
    html .container:after {
      clear: both; }
  html .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
    *zoom: 1; }
    html .container-fluid:before, html .container-fluid:after {
      display: table;
      content: "";
      line-height: 0; }
    html .container-fluid:after {
      clear: both; }
  html p {
    margin: 0 0 8px;
    line-height: 16px; }
  html .lead {
    margin-bottom: 8px;
    font-size: 21px;
    font-weight: 200;
    line-height: 23.8px; }
  html small {
    font-size: 85%; }
  html strong {
    font-weight: bold; }
  html em {
    font-style: italic; }
  html cite {
    font-style: normal; }
  html .muted {
    color: #999; }
  html a.muted:hover,
  html a.muted:focus {
    color: gray; }
  html .text-warning {
    color: #c09853; }
  html a.text-warning:hover,
  html a.text-warning:focus {
    color: #a47e3c; }
  html .text-error {
    color: #b94a48; }
  html a.text-error:hover,
  html a.text-error:focus {
    color: #953b39; }
  html .text-info {
    color: #3a87ad; }
  html a.text-info:hover,
  html a.text-info:focus {
    color: #2d6987; }
  html .text-success {
    color: #468847; }
  html a.text-success:hover,
  html a.text-success:focus {
    color: #356635; }
  html .text-left {
    text-align: left; }
  html .text-right {
    text-align: right; }
  html .text-center {
    text-align: center; }
  html h1, html h2, html h3, html h4, html h5, html h6 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility; }
    html h1 small, html h2 small, html h3 small, html h4 small, html h5 small, html h6 small {
      font-weight: normal;
      line-height: 1;
      color: #999; }
  html h1 {
    font-size: 47.88px;
    line-height: 56px;
    margin: 0 0 24px; }
  html h2 {
    font-size: 39.9px;
    line-height: 48px;
    margin: 0 0 24px; }
  html h3 {
    font-size: 31.92px;
    line-height: 48px;
    margin: 0 0 16px; }
  html h4 {
    font-size: 23.94px;
    line-height: 32px;
    margin: 0 0 16px; }
  html h5 {
    font-size: 15.96px;
    line-height: 20px;
    margin: 0 0 8px; }
  html h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 16px; }
  html h1 small {
    font-size: 24.5px; }
  html h2 small {
    font-size: 17.5px; }
  html h3 small {
    font-size: 14px; }
  html h4 small {
    font-size: 14px; }
  html .page-header {
    padding-bottom: 3px;
    margin: 8px 0 12px;
    border-bottom: 1px solid #eee; }
  html header ul, html header ol, html footer ul, html footer ol, html .page-footer ul, html .page-footer ol {
    padding: 0;
    margin: 0 0 16px 0px;
    list-style: none; }
  html ul ul,
  html ul ol,
  html ol ol,
  html ol ul {
    margin-bottom: 0; }
  html li {
    line-height: 24px; }
  html ul.unstyled,
  html ol.unstyled {
    margin-left: 0;
    list-style: none; }
  html ul.inline,
  html ol.inline {
    margin-left: 0;
    list-style: none; }
    html ul.inline > li,
    html ol.inline > li {
      display: inline-block;
      *display: inline;
      /* IE7 inline-block hack */
      *zoom: 1;
      padding-left: 5px;
      padding-right: 5px; }
  html dl {
    margin-bottom: 8px; }
  html dt,
  html dd {
    line-height: 8px; }
  html dt {
    font-weight: bold; }
  html dd {
    margin-left: 4px; }
  html .dl-horizontal {
    *zoom: 1; }
    html .dl-horizontal:before, html .dl-horizontal:after {
      display: table;
      content: "";
      line-height: 0; }
    html .dl-horizontal:after {
      clear: both; }
    html .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    html .dl-horizontal dd {
      margin-left: 180px; }
  html hr {
    margin: 8px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff; }
  html abbr[title],
  html abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999; }
  html abbr.initialism {
    font-size: 90%;
    text-transform: uppercase; }
  html blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 8px;
    border-left: 5px solid #eee; }
    html blockquote p {
      margin-bottom: 0;
      font-size: 17.5px;
      font-weight: 300;
      line-height: 1.25; }
    html blockquote small {
      display: block;
      line-height: 8px;
      color: #999; }
      html blockquote small:before {
        content: '\2014 \00A0'; }
    html blockquote.pull-right {
      float: right;
      padding-right: 15px;
      padding-left: 0;
      border-right: 5px solid #eee;
      border-left: 0; }
      html blockquote.pull-right p,
      html blockquote.pull-right small {
        text-align: right; }
      html blockquote.pull-right small:before {
        content: ''; }
      html blockquote.pull-right small:after {
        content: '\00A0 \2014'; }
  html q:before,
  html q:after,
  html blockquote:before,
  html blockquote:after {
    content: ""; }
  html address {
    display: block;
    margin-bottom: 8px;
    font-style: normal;
    line-height: 8px; }
  html code,
  html pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333;
    border-radius: 3px; }
  html code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    white-space: nowrap; }
  html pre {
    display: block;
    padding: 3.5px;
    margin: 0 0 4px;
    font-size: 13px;
    line-height: 8px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px; }
    html pre.prettyprint {
      margin-bottom: 8px; }
    html pre code {
      padding: 0;
      color: inherit;
      white-space: pre;
      white-space: pre-wrap;
      background-color: transparent;
      border: 0; }
  html .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  html form {
    margin: 0; }
  html fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  html legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 16px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
    html legend small {
      font-size: 6px;
      color: #999; }
  html label,
  html input,
  html button,
  html select,
  html textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px; }
  html input,
  html button,
  html select,
  html textarea {
    font-family: "Open Sans", sans-serif; }
  html label {
    display: block;
    margin-bottom: 5px; }
  html select,
  html textarea,
  html input[type="text"],
  html input[type="password"],
  html input[type="datetime"],
  html input[type="datetime-local"],
  html input[type="date"],
  html input[type="month"],
  html input[type="time"],
  html input[type="week"],
  html input[type="number"],
  html input[type="email"],
  html input[type="url"],
  html input[type="search"],
  html input[type="tel"],
  html input[type="color"],
  html .uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
    color: #555;
    border-radius: 4px;
    vertical-align: middle; }
  html input,
  html textarea,
  html .uneditable-input {
    width: 206px; }
  html textarea {
    height: auto; }
  html textarea,
  html input[type="text"],
  html input[type="password"],
  html input[type="datetime"],
  html input[type="datetime-local"],
  html input[type="date"],
  html input[type="month"],
  html input[type="time"],
  html input[type="week"],
  html input[type="number"],
  html input[type="email"],
  html input[type="url"],
  html input[type="search"],
  html input[type="tel"],
  html input[type="color"],
  html .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s; }
    html textarea:focus,
    html input[type="text"]:focus,
    html input[type="password"]:focus,
    html input[type="datetime"]:focus,
    html input[type="datetime-local"]:focus,
    html input[type="date"]:focus,
    html input[type="month"]:focus,
    html input[type="time"]:focus,
    html input[type="week"]:focus,
    html input[type="number"]:focus,
    html input[type="email"]:focus,
    html input[type="url"]:focus,
    html input[type="search"]:focus,
    html input[type="tel"]:focus,
    html input[type="color"]:focus,
    html .uneditable-input:focus {
      border-color: rgba(82, 168, 236, 0.8);
      outline: 0;
      outline: thin dotted \9;
      /* IE6-9 */
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
  html input[type="radio"],
  html input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0;
    /* IE7 */
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal; }
  html input[type="file"],
  html input[type="image"],
  html input[type="submit"],
  html input[type="reset"],
  html input[type="button"],
  html input[type="radio"],
  html input[type="checkbox"] {
    width: auto; }
  html select,
  html input[type="file"] {
    height: 18px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
    line-height: 18px; }
  html select {
    width: 220px;
    border: 1px solid #ccc;
    background-color: #fff; }
  html select[multiple],
  html select[size] {
    height: auto; }
  html select:focus,
  html input[type="file"]:focus,
  html input[type="radio"]:focus,
  html input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  html .uneditable-input,
  html .uneditable-textarea {
    color: #999;
    background-color: #fcfcfc;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed; }
  html .uneditable-input {
    overflow: hidden;
    white-space: nowrap; }
  html .uneditable-textarea {
    width: auto;
    height: auto; }
  html input:-moz-placeholder,
  html textarea:-moz-placeholder {
    color: #999; }
  html input:-ms-input-placeholder,
  html textarea:-ms-input-placeholder {
    color: #999; }
  html input::-webkit-input-placeholder,
  html textarea::-webkit-input-placeholder {
    color: #999; }
  html .radio,
  html .checkbox {
    min-height: 8px;
    padding-left: 20px; }
  html .radio input[type="radio"],
  html .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px; }
  html .controls > .radio:first-child,
  html .controls > .checkbox:first-child {
    padding-top: 5px; }
  html .radio.inline,
  html .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle; }
  html .radio.inline + .radio.inline,
  html .checkbox.inline + .checkbox.inline {
    margin-left: 10px; }
  html .input-mini {
    width: 60px; }
  html .input-small {
    width: 90px; }
  html .input-medium {
    width: 150px; }
  html .input-large {
    width: 210px; }
  html .input-xlarge {
    width: 270px; }
  html .input-xxlarge {
    width: 530px; }
  html input[class*="span"],
  html select[class*="span"],
  html textarea[class*="span"],
  html .uneditable-input[class*="span"],
  html .row-fluid input[class*="span"],
  html .row-fluid select[class*="span"],
  html .row-fluid textarea[class*="span"],
  html .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0; }
  html .input-append input[class*="span"],
  html .input-append .uneditable-input[class*="span"],
  html .input-prepend input[class*="span"],
  html .input-prepend .uneditable-input[class*="span"],
  html .row-fluid input[class*="span"],
  html .row-fluid select[class*="span"],
  html .row-fluid textarea[class*="span"],
  html .row-fluid .uneditable-input[class*="span"],
  html .row-fluid .input-prepend [class*="span"],
  html .row-fluid .input-append [class*="span"] {
    display: inline-block; }
  html input,
  html textarea,
  html .uneditable-input {
    margin-left: 0; }
  html .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px; }
  html input.span1,
  html textarea.span1,
  html .uneditable-input.span1 {
    width: 46px; }
  html input.span2,
  html textarea.span2,
  html .uneditable-input.span2 {
    width: 136px; }
  html input.span3,
  html textarea.span3,
  html .uneditable-input.span3 {
    width: 226px; }
  html input.span4,
  html textarea.span4,
  html .uneditable-input.span4 {
    width: 316px; }
  html input.span5,
  html textarea.span5,
  html .uneditable-input.span5 {
    width: 406px; }
  html input.span6,
  html textarea.span6,
  html .uneditable-input.span6 {
    width: 496px; }
  html input.span7,
  html textarea.span7,
  html .uneditable-input.span7 {
    width: 586px; }
  html input.span8,
  html textarea.span8,
  html .uneditable-input.span8 {
    width: 676px; }
  html input.span9,
  html textarea.span9,
  html .uneditable-input.span9 {
    width: 766px; }
  html input.span10,
  html textarea.span10,
  html .uneditable-input.span10 {
    width: 856px; }
  html input.span11,
  html textarea.span11,
  html .uneditable-input.span11 {
    width: 946px; }
  html input.span12,
  html textarea.span12,
  html .uneditable-input.span12 {
    width: 1036px; }
  html .controls-row {
    *zoom: 1; }
    html .controls-row:before, html .controls-row:after {
      display: table;
      content: "";
      line-height: 0; }
    html .controls-row:after {
      clear: both; }
  html .controls-row [class*="span"],
  html .row-fluid .controls-row [class*="span"] {
    float: left; }
  html .controls-row .checkbox[class*="span"],
  html .controls-row .radio[class*="span"] {
    padding-top: 5px; }
  html input[disabled],
  html select[disabled],
  html textarea[disabled],
  html input[readonly],
  html select[readonly],
  html textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee; }
  html input[type="radio"][disabled],
  html input[type="checkbox"][disabled],
  html input[type="radio"][readonly],
  html input[type="checkbox"][readonly] {
    background-color: transparent; }
  html .control-group.warning .control-label,
  html .control-group.warning .help-block,
  html .control-group.warning .help-inline {
    color: #c09853; }
  html .control-group.warning .checkbox,
  html .control-group.warning .radio,
  html .control-group.warning input,
  html .control-group.warning select,
  html .control-group.warning textarea {
    color: #c09853; }
  html .control-group.warning input,
  html .control-group.warning select,
  html .control-group.warning textarea {
    border-color: #c09853;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    html .control-group.warning input:focus,
    html .control-group.warning select:focus,
    html .control-group.warning textarea:focus {
      border-color: #a47e3c;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
  html .control-group.warning .input-prepend .add-on,
  html .control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853; }
  html .control-group.error .control-label,
  html .control-group.error .help-block,
  html .control-group.error .help-inline {
    color: #b94a48; }
  html .control-group.error .checkbox,
  html .control-group.error .radio,
  html .control-group.error input,
  html .control-group.error select,
  html .control-group.error textarea {
    color: #b94a48; }
  html .control-group.error input,
  html .control-group.error select,
  html .control-group.error textarea {
    border-color: #b94a48;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    html .control-group.error input:focus,
    html .control-group.error select:focus,
    html .control-group.error textarea:focus {
      border-color: #953b39;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
  html .control-group.error .input-prepend .add-on,
  html .control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48; }
  html .control-group.success .control-label,
  html .control-group.success .help-block,
  html .control-group.success .help-inline {
    color: #468847; }
  html .control-group.success .checkbox,
  html .control-group.success .radio,
  html .control-group.success input,
  html .control-group.success select,
  html .control-group.success textarea {
    color: #468847; }
  html .control-group.success input,
  html .control-group.success select,
  html .control-group.success textarea {
    border-color: #468847;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    html .control-group.success input:focus,
    html .control-group.success select:focus,
    html .control-group.success textarea:focus {
      border-color: #356635;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
  html .control-group.success .input-prepend .add-on,
  html .control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847; }
  html .control-group.info .control-label,
  html .control-group.info .help-block,
  html .control-group.info .help-inline {
    color: #3a87ad; }
  html .control-group.info .checkbox,
  html .control-group.info .radio,
  html .control-group.info input,
  html .control-group.info select,
  html .control-group.info textarea {
    color: #3a87ad; }
  html .control-group.info input,
  html .control-group.info select,
  html .control-group.info textarea {
    border-color: #3a87ad;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    html .control-group.info input:focus,
    html .control-group.info select:focus,
    html .control-group.info textarea:focus {
      border-color: #2d6987;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; }
  html .control-group.info .input-prepend .add-on,
  html .control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad; }
  html input:focus:invalid,
  html textarea:focus:invalid,
  html select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b; }
    html input:focus:invalid:focus,
    html textarea:focus:invalid:focus,
    html select:focus:invalid:focus {
      border-color: #e9322d;
      box-shadow: 0 0 6px #f8b9b7; }
  html .form-actions {
    padding: 7px 20px 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1; }
    html .form-actions:before, html .form-actions:after {
      display: table;
      content: "";
      line-height: 0; }
    html .form-actions:after {
      clear: both; }
  html .help-block,
  html .help-inline {
    color: #595959; }
  html .help-block {
    display: block;
    margin-bottom: 4px; }
  html .help-inline {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    vertical-align: middle;
    padding-left: 5px; }
  html .input-append,
  html .input-prepend {
    display: inline-block;
    margin-bottom: 4px;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap; }
    html .input-append input,
    html .input-append select,
    html .input-append .uneditable-input,
    html .input-append .dropdown-menu,
    html .input-append .popover,
    html .input-prepend input,
    html .input-prepend select,
    html .input-prepend .uneditable-input,
    html .input-prepend .dropdown-menu,
    html .input-prepend .popover {
      font-size: 14px; }
    html .input-append input,
    html .input-append select,
    html .input-append .uneditable-input,
    html .input-prepend input,
    html .input-prepend select,
    html .input-prepend .uneditable-input {
      position: relative;
      margin-bottom: 0;
      *margin-left: 0;
      vertical-align: top;
      border-radius: 0 4px 4px 0; }
      html .input-append input:focus,
      html .input-append select:focus,
      html .input-append .uneditable-input:focus,
      html .input-prepend input:focus,
      html .input-prepend select:focus,
      html .input-prepend .uneditable-input:focus {
        z-index: 2; }
    html .input-append .add-on,
    html .input-prepend .add-on {
      display: inline-block;
      width: auto;
      height: 8px;
      min-width: 16px;
      padding: 4px 5px;
      font-size: 14px;
      font-weight: normal;
      line-height: 8px;
      text-align: center;
      text-shadow: 0 1px 0 #fff;
      background-color: #eee;
      border: 1px solid #ccc; }
    html .input-append .add-on,
    html .input-append .btn,
    html .input-append .btn-group > .dropdown-toggle,
    html .input-prepend .add-on,
    html .input-prepend .btn,
    html .input-prepend .btn-group > .dropdown-toggle {
      vertical-align: top;
      border-radius: 0; }
    html .input-append .active,
    html .input-prepend .active {
      background-color: #86e29b;
      border-color: #28a745; }
  html .input-prepend .add-on,
  html .input-prepend .btn {
    margin-right: -1px; }
  html .input-prepend .add-on:first-child,
  html .input-prepend .btn:first-child {
    border-radius: 4px 0 0 4px; }
  html .input-append input,
  html .input-append select,
  html .input-append .uneditable-input {
    border-radius: 4px 0 0 4px; }
    html .input-append input + .btn-group .btn:last-child,
    html .input-append select + .btn-group .btn:last-child,
    html .input-append .uneditable-input + .btn-group .btn:last-child {
      border-radius: 0 4px 4px 0; }
  html .input-append .add-on,
  html .input-append .btn,
  html .input-append .btn-group {
    margin-left: -1px; }
  html .input-append .add-on:last-child,
  html .input-append .btn:last-child,
  html .input-append .btn-group:last-child > .dropdown-toggle {
    border-radius: 0 4px 4px 0; }
  html .input-prepend.input-append input,
  html .input-prepend.input-append select,
  html .input-prepend.input-append .uneditable-input {
    border-radius: 0; }
    html .input-prepend.input-append input + .btn-group .btn,
    html .input-prepend.input-append select + .btn-group .btn,
    html .input-prepend.input-append .uneditable-input + .btn-group .btn {
      border-radius: 0 4px 4px 0; }
  html .input-prepend.input-append .add-on:first-child,
  html .input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    border-radius: 4px 0 0 4px; }
  html .input-prepend.input-append .add-on:last-child,
  html .input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    border-radius: 0 4px 4px 0; }
  html .input-prepend.input-append .btn-group:first-child {
    margin-left: 0; }
  html input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    height: 34px;
    border-radius: 15px; }
  html .form-search .input-append .search-query,
  html .form-search .input-prepend .search-query {
    border-radius: 0; }
  html .form-search .input-append .search-query {
    border-radius: 14px 0 0 14px; }
  html .form-search .input-append .btn {
    border-radius: 0 14px 14px 0; }
  html .form-search .input-prepend .search-query {
    border-radius: 0 14px 14px 0; }
  html .form-search .input-prepend .btn {
    border-radius: 14px 0 0 14px; }
  html .form-search input,
  html .form-search textarea,
  html .form-search select,
  html .form-search .help-inline,
  html .form-search .uneditable-input,
  html .form-search .input-prepend,
  html .form-search .input-append,
  html .form-inline input,
  html .form-inline textarea,
  html .form-inline select,
  html .form-inline .help-inline,
  html .form-inline .uneditable-input,
  html .form-inline .input-prepend,
  html .form-inline .input-append,
  html .form-horizontal input,
  html .form-horizontal textarea,
  html .form-horizontal select,
  html .form-horizontal .help-inline,
  html .form-horizontal .uneditable-input,
  html .form-horizontal .input-prepend,
  html .form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle; }
  html .form-search .hide,
  html .form-inline .hide,
  html .form-horizontal .hide {
    display: none; }
  html .form-search label,
  html .form-inline label,
  html .form-search .btn-group,
  html .form-inline .btn-group {
    display: inline-block; }
  html .form-search .input-append,
  html .form-inline .input-append,
  html .form-search .input-prepend,
  html .form-inline .input-prepend {
    margin-bottom: 0; }
  html .form-search .radio,
  html .form-search .checkbox,
  html .form-inline .radio,
  html .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  html .form-search .radio input[type="radio"],
  html .form-search .checkbox input[type="checkbox"],
  html .form-inline .radio input[type="radio"],
  html .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0; }
  html .control-group {
    margin-bottom: 4px; }
  html legend + .control-group {
    margin-top: 8px;
    -webkit-margin-top-collapse: separate; }
  html .form-horizontal .control-group {
    margin-bottom: 8px;
    *zoom: 1; }
    html .form-horizontal .control-group:before, html .form-horizontal .control-group:after {
      display: table;
      content: "";
      line-height: 0; }
    html .form-horizontal .control-group:after {
      clear: both; }
  html .form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right; }
  html .form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0; }
    html .form-horizontal .controls:first-child {
      *padding-left: 180px; }
  html .form-horizontal .help-block {
    margin-bottom: 0; }
  html .form-horizontal input + .help-block,
  html .form-horizontal select + .help-block,
  html .form-horizontal textarea + .help-block,
  html .form-horizontal .uneditable-input + .help-block,
  html .form-horizontal .input-prepend + .help-block,
  html .form-horizontal .input-append + .help-block {
    margin-top: 4px; }
  html .form-horizontal .form-actions {
    padding-left: 180px; }
  html .aui-field-select {
    height: auto; }
  html input.field {
    height: auto; }
  html div.alert, html div.portlet-msg-alert, html div.portlet-msg-error, html div.portlet-msg-help, html div.portlet-msg-info, html div.portlet-msg-progress, html div.portlet-msg-success {
    line-height: 1.4; }
  html table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0; }
  html .table {
    width: 100%;
    margin-bottom: 8px; }
    html .table th,
    html .table td {
      padding: 8px;
      line-height: 8px;
      text-align: left;
      vertical-align: top;
      border-top: 1px solid #ddd; }
    html .table th {
      font-weight: bold; }
    html .table thead th {
      vertical-align: bottom; }
    html .table caption + thead tr:first-child th,
    html .table caption + thead tr:first-child td,
    html .table colgroup + thead tr:first-child th,
    html .table colgroup + thead tr:first-child td,
    html .table thead:first-child tr:first-child th,
    html .table thead:first-child tr:first-child td {
      border-top: 0; }
    html .table tbody + tbody {
      border-top: 2px solid #ddd; }
    html .table .table {
      background-color: #fff; }
  html .table-condensed th,
  html .table-condensed td {
    padding: 4px 5px; }
  html .table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    border-radius: 4px; }
    html .table-bordered th,
    html .table-bordered td {
      border-left: 1px solid #ddd; }
    html .table-bordered caption + thead tr:first-child th,
    html .table-bordered caption + tbody tr:first-child th,
    html .table-bordered caption + tbody tr:first-child td,
    html .table-bordered colgroup + thead tr:first-child th,
    html .table-bordered colgroup + tbody tr:first-child th,
    html .table-bordered colgroup + tbody tr:first-child td,
    html .table-bordered thead:first-child tr:first-child th,
    html .table-bordered tbody:first-child tr:first-child th,
    html .table-bordered tbody:first-child tr:first-child td {
      border-top: 0; }
    html .table-bordered thead:first-child tr:first-child > th:first-child,
    html .table-bordered tbody:first-child tr:first-child > td:first-child,
    html .table-bordered tbody:first-child tr:first-child > th:first-child {
      border-top-left-radius: 4px; }
    html .table-bordered thead:first-child tr:first-child > th:last-child,
    html .table-bordered tbody:first-child tr:first-child > td:last-child,
    html .table-bordered tbody:first-child tr:first-child > th:last-child {
      border-top-right-radius: 4px; }
    html .table-bordered thead:last-child tr:last-child > th:first-child,
    html .table-bordered tbody:last-child tr:last-child > td:first-child,
    html .table-bordered tbody:last-child tr:last-child > th:first-child,
    html .table-bordered tfoot:last-child tr:last-child > td:first-child,
    html .table-bordered tfoot:last-child tr:last-child > th:first-child {
      border-bottom-left-radius: 4px; }
    html .table-bordered thead:last-child tr:last-child > th:last-child,
    html .table-bordered tbody:last-child tr:last-child > td:last-child,
    html .table-bordered tbody:last-child tr:last-child > th:last-child,
    html .table-bordered tfoot:last-child tr:last-child > td:last-child,
    html .table-bordered tfoot:last-child tr:last-child > th:last-child {
      border-bottom-right-radius: 4px; }
    html .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
      border-bottom-left-radius: 0; }
    html .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
      border-bottom-right-radius: 0; }
    html .table-bordered caption + thead tr:first-child th:first-child,
    html .table-bordered caption + tbody tr:first-child td:first-child,
    html .table-bordered colgroup + thead tr:first-child th:first-child,
    html .table-bordered colgroup + tbody tr:first-child td:first-child {
      border-top-left-radius: 4px; }
    html .table-bordered caption + thead tr:first-child th:last-child,
    html .table-bordered caption + tbody tr:first-child td:last-child,
    html .table-bordered colgroup + thead tr:first-child th:last-child,
    html .table-bordered colgroup + tbody tr:first-child td:last-child {
      border-top-right-radius: 4px; }
  html .table-striped tbody > tr:nth-child(odd) > td,
  html .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9; }
  html .table-hover tbody tr:hover > td,
  html .table-hover tbody tr:hover > th {
    background-color: #f5f5f5; }
  html table td[class*="span"],
  html table th[class*="span"],
  html .row-fluid table td[class*="span"],
  html .row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0; }
  html .table td.span1,
  html .table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0; }
  html .table td.span2,
  html .table th.span2 {
    float: none;
    width: 134px;
    margin-left: 0; }
  html .table td.span3,
  html .table th.span3 {
    float: none;
    width: 224px;
    margin-left: 0; }
  html .table td.span4,
  html .table th.span4 {
    float: none;
    width: 314px;
    margin-left: 0; }
  html .table td.span5,
  html .table th.span5 {
    float: none;
    width: 404px;
    margin-left: 0; }
  html .table td.span6,
  html .table th.span6 {
    float: none;
    width: 494px;
    margin-left: 0; }
  html .table td.span7,
  html .table th.span7 {
    float: none;
    width: 584px;
    margin-left: 0; }
  html .table td.span8,
  html .table th.span8 {
    float: none;
    width: 674px;
    margin-left: 0; }
  html .table td.span9,
  html .table th.span9 {
    float: none;
    width: 764px;
    margin-left: 0; }
  html .table td.span10,
  html .table th.span10 {
    float: none;
    width: 854px;
    margin-left: 0; }
  html .table td.span11,
  html .table th.span11 {
    float: none;
    width: 944px;
    margin-left: 0; }
  html .table td.span12,
  html .table th.span12 {
    float: none;
    width: 1034px;
    margin-left: 0; }
  html .table tbody tr.success > td {
    background-color: #dff0d8; }
  html .table tbody tr.error > td {
    background-color: #f2dede; }
  html .table tbody tr.warning > td {
    background-color: #fcf8e3; }
  html .table tbody tr.info > td {
    background-color: #d9edf7; }
  html .table-hover tbody tr.success:hover > td {
    background-color: #d0e9c6; }
  html .table-hover tbody tr.error:hover > td {
    background-color: #ebcccc; }
  html .table-hover tbody tr.warning:hover > td {
    background-color: #faf2cc; }
  html .table-hover tbody tr.info:hover > td {
    background-color: #c4e3f3; }
  html .btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 8px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(top, #fff, #ededed);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ededed));
    background-image: -webkit-linear-gradient(top, #fff, #ededed);
    background-image: -o-linear-gradient(top, #fff, #ededed);
    background-image: linear-gradient(to bottom, #fff, #ededed);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEDEDED', GradientType=0);
    border-color: #ededed #ededed #c7c7c7;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #ededed;
    /* 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 #ccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    *margin-left: .3em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
    html .btn:hover, html .btn:focus, html .btn:active, html .btn.active, html .btn.disabled, html .btn[disabled] {
      color: #333;
      background-color: #ededed;
      *background-color: #e0e0e0; }
    html .btn:active, html .btn.active {
      background-color: #d4d4d4 \9; }
    html .btn:first-child {
      *margin-left: 0; }
    html .btn:hover, html .btn:focus {
      color: #333;
      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; }
    html .btn:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    html .btn.active, html .btn:active {
      background-image: none;
      outline: 0;
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
    html .btn.disabled, html .btn[disabled] {
      cursor: default;
      background-image: none;
      opacity: 65;
      box-shadow: none; }
  html .btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    border-radius: 6px; }
  html .btn-large [class^="icon-"],
  html .btn-large [class*=" icon-"] {
    margin-top: 4px; }
  html .btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    border-radius: 3px; }
  html .btn-small [class^="icon-"],
  html .btn-small [class*=" icon-"] {
    margin-top: 0; }
  html .btn-mini [class^="icon-"],
  html .btn-mini [class*=" icon-"] {
    margin-top: -1px; }
  html .btn-mini {
    padding: 0px 6px;
    font-size: 10.5px;
    border-radius: 3px; }
  html .btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box; }
  html .btn-block + .btn-block {
    margin-top: 5px; }
  html input[type="submit"].btn-block,
  html input[type="reset"].btn-block,
  html input[type="button"].btn-block {
    width: 100%; }
  html .btn-primary.active,
  html .btn-warning.active,
  html .btn-danger.active,
  html .btn-success.active,
  html .btn-info.active,
  html .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75); }
  html .btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #3fb2f4;
    background-image: -moz-linear-gradient(top, #3fcaf4, #3f8ef4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3fcaf4), to(#3f8ef4));
    background-image: -webkit-linear-gradient(top, #3fcaf4, #3f8ef4);
    background-image: -o-linear-gradient(top, #3fcaf4, #3f8ef4);
    background-image: linear-gradient(to bottom, #3fcaf4, #3f8ef4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3FCAF4', endColorstr='#FF3F8EF4', GradientType=0);
    border-color: #3f8ef4 #3f8ef4 #0c66da;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #3f8ef4;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    html .btn-primary:hover, html .btn-primary:focus, html .btn-primary:active, html .btn-primary.active, html .btn-primary.disabled, html .btn-primary[disabled] {
      color: #fff;
      background-color: #3f8ef4;
      *background-color: #277ff3; }
    html .btn-primary:active, html .btn-primary.active {
      background-color: #0f71f1 \9; }
  html .btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #fd9742;
    background-image: -moz-linear-gradient(top, #fea860, #fd7e14);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fea860), to(#fd7e14));
    background-image: -webkit-linear-gradient(top, #fea860, #fd7e14);
    background-image: -o-linear-gradient(top, #fea860, #fd7e14);
    background-image: linear-gradient(to bottom, #fea860, #fd7e14);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEA860', endColorstr='#FFFD7E14', GradientType=0);
    border-color: #fd7e14 #fd7e14 #c35a02;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #fd7e14;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    html .btn-warning:hover, html .btn-warning:focus, html .btn-warning:active, html .btn-warning.active, html .btn-warning.disabled, html .btn-warning[disabled] {
      color: #fff;
      background-color: #fd7e14;
      *background-color: #f57102; }
    html .btn-warning:active, html .btn-warning.active {
      background-color: #dc6502 \9; }
  html .btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ec1e11;
    background-image: -moz-linear-gradient(top, #ff3019, #cf0404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff3019), to(#cf0404));
    background-image: -webkit-linear-gradient(top, #ff3019, #cf0404);
    background-image: -o-linear-gradient(top, #ff3019, #cf0404);
    background-image: linear-gradient(to bottom, #ff3019, #cf0404);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF3019', endColorstr='#FFCF0404', GradientType=0);
    border-color: #cf0404 #cf0404 #840303;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #cf0404;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    html .btn-danger:hover, html .btn-danger:focus, html .btn-danger:active, html .btn-danger.active, html .btn-danger.disabled, html .btn-danger[disabled] {
      color: #fff;
      background-color: #cf0404;
      *background-color: #b60404; }
    html .btn-danger:active, html .btn-danger.active {
      background-color: #9d0303 \9; }
  html .btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #b0c722;
    background-image: -moz-linear-gradient(top, #bacd29, #a1bd17);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bacd29), to(#a1bd17));
    background-image: -webkit-linear-gradient(top, #bacd29, #a1bd17);
    background-image: -o-linear-gradient(top, #bacd29, #a1bd17);
    background-image: linear-gradient(to bottom, #bacd29, #a1bd17);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBACD29', endColorstr='#FFA1BD17', GradientType=0);
    border-color: #a1bd17 #a1bd17 #67790f;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #a1bd17;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    html .btn-success:hover, html .btn-success:focus, html .btn-success:active, html .btn-success.active, html .btn-success.disabled, html .btn-success[disabled] {
      color: #fff;
      background-color: #a1bd17;
      *background-color: #8ea614; }
    html .btn-success:active, html .btn-success.active {
      background-color: #7a9011 \9; }
  html .btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2a7fee;
    background-image: -moz-linear-gradient(top, #3c8bf3, #0f6ce7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3c8bf3), to(#0f6ce7));
    background-image: -webkit-linear-gradient(top, #3c8bf3, #0f6ce7);
    background-image: -o-linear-gradient(top, #3c8bf3, #0f6ce7);
    background-image: linear-gradient(to bottom, #3c8bf3, #0f6ce7);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3C8BF3', endColorstr='#FF0F6CE7', GradientType=0);
    border-color: #0f6ce7 #0f6ce7 #0a4a9f;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0f6ce7;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    html .btn-info:hover, html .btn-info:focus, html .btn-info:active, html .btn-info.active, html .btn-info.disabled, html .btn-info[disabled] {
      color: #fff;
      background-color: #0f6ce7;
      *background-color: #0d61cf; }
    html .btn-info:active, html .btn-info.active {
      background-color: #0c56b7 \9; }
  html .btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2c2c2c;
    background-image: -moz-linear-gradient(top, #333, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#222));
    background-image: -webkit-linear-gradient(top, #333, #222);
    background-image: -o-linear-gradient(top, #333, #222);
    background-image: linear-gradient(to bottom, #333, #222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF222222', GradientType=0);
    border-color: #222 #222 black;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    html .btn-inverse:hover, html .btn-inverse:focus, html .btn-inverse:active, html .btn-inverse.active, html .btn-inverse.disabled, html .btn-inverse[disabled] {
      color: #fff;
      background-color: #222;
      *background-color: #151515; }
    html .btn-inverse:active, html .btn-inverse.active {
      background-color: #090909 \9; }
  html button.btn,
  html input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px; }
    html button.btn::-moz-focus-inner,
    html input[type="submit"].btn::-moz-focus-inner {
      padding: 0;
      border: 0; }
    html button.btn.btn-large,
    html input[type="submit"].btn.btn-large {
      *padding-top: 7px;
      *padding-bottom: 7px; }
    html button.btn.btn-small,
    html input[type="submit"].btn.btn-small {
      *padding-top: 3px;
      *padding-bottom: 3px; }
    html button.btn.btn-mini,
    html input[type="submit"].btn.btn-mini {
      *padding-top: 1px;
      *padding-bottom: 1px; }
  html .btn-link,
  html .btn-link:active,
  html .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    box-shadow: none; }
  html .btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #08c;
    border-radius: 0; }
  html .btn-link:hover,
  html .btn-link:focus {
    color: #005580;
    text-decoration: underline;
    background-color: transparent; }
  html .btn-link[disabled]:hover,
  html .btn-link[disabled]:focus {
    color: #333;
    text-decoration: none; }
  html .btn {
    line-height: 24px; }
  html .btn-hidden {
    display: none; }
  html .btn.close:focus,
  html .btn.close:hover,
  html .btn.close:focus,
  html .btn.close.active,
  html .btn.active.close {
    box-shadow: none; }
  html .btn.close:active {
    box-shadow: none; }
  html .btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    *margin-left: .3em; }
    html .btn-group:first-child {
      *margin-left: 0; }
  html .btn-group + .btn-group {
    margin-left: 5px; }
  html .btn-toolbar {
    font-size: 0;
    margin-top: 4px;
    margin-bottom: 4px; }
    html .btn-toolbar > .btn + .btn,
    html .btn-toolbar > .btn-group + .btn,
    html .btn-toolbar > .btn + .btn-group {
      margin-left: 5px; }
  html .btn-group > .btn {
    position: relative;
    border-radius: 0; }
  html .btn-group > .btn + .btn {
    margin-left: -1px; }
  html .btn-group > .btn,
  html .btn-group > .dropdown-menu,
  html .btn-group > .popover {
    font-size: 14px; }
  html .btn-group > .btn-mini {
    font-size: 10.5px; }
  html .btn-group > .btn-small {
    font-size: 11.9px; }
  html .btn-group > .btn-large {
    font-size: 17.5px; }
  html .btn-group > .btn:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  html .btn-group > .btn:last-child,
  html .btn-group > .dropdown-toggle {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  html .btn-group > .btn.large:first-child {
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  html .btn-group > .btn.large:last-child,
  html .btn-group > .large.dropdown-toggle {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  html .btn-group > .btn:hover,
  html .btn-group > .btn:focus,
  html .btn-group > .btn:active,
  html .btn-group > .btn.active {
    z-index: 2; }
  html .btn-group .dropdown-toggle:active,
  html .btn-group.open .dropdown-toggle {
    outline: 0; }
  html .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    *padding-top: 5px;
    *padding-bottom: 5px; }
  html .btn-group > .btn-mini + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 2px;
    *padding-bottom: 2px; }
  html .btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px; }
  html .btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    *padding-top: 7px;
    *padding-bottom: 7px; }
  html .btn-group.open .dropdown-toggle {
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  html .btn-group.open .btn.dropdown-toggle {
    background-color: #ededed; }
  html .btn-group.open .btn-primary.dropdown-toggle {
    background-color: #3f8ef4; }
  html .btn-group.open .btn-warning.dropdown-toggle {
    background-color: #fd7e14; }
  html .btn-group.open .btn-danger.dropdown-toggle {
    background-color: #cf0404; }
  html .btn-group.open .btn-success.dropdown-toggle {
    background-color: #a1bd17; }
  html .btn-group.open .btn-info.dropdown-toggle {
    background-color: #0f6ce7; }
  html .btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222; }
  html .btn .caret {
    margin-top: 8px;
    margin-left: 0; }
  html .btn-large .caret {
    margin-top: 6px; }
  html .btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px; }
  html .btn-mini .caret,
  html .btn-small .caret {
    margin-top: 8px; }
  html .dropup .btn-large .caret {
    border-bottom-width: 5px; }
  html .btn-primary .caret,
  html .btn-warning .caret,
  html .btn-danger .caret,
  html .btn-info .caret,
  html .btn-success .caret,
  html .btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  html .btn-group-vertical {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1; }
  html .btn-group-vertical > .btn {
    display: block;
    float: none;
    max-width: 100%;
    border-radius: 0; }
  html .btn-group-vertical > .btn + .btn {
    margin-left: 0;
    margin-top: -1px; }
  html .btn-group-vertical > .btn:first-child {
    border-radius: 4px 4px 0 0; }
  html .btn-group-vertical > .btn:last-child {
    border-radius: 0 0 4px 4px; }
  html .btn-group-vertical > .btn-large:first-child {
    border-radius: 6px 6px 0 0; }
  html .btn-group-vertical > .btn-large:last-child {
    border-radius: 0 0 6px 6px; }
  html .btn-group-hidden {
    display: none; }
  html .alert, html .portlet-msg-alert, html .portlet-msg-error, html .portlet-msg-help, html .portlet-msg-info, html .portlet-msg-progress, html .portlet-msg-success {
    padding: 8px 35px 8px 14px;
    margin-bottom: 8px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px; }
  html .alert, html .portlet-msg-alert, html .portlet-msg-error, html .portlet-msg-help, html .portlet-msg-info, html .portlet-msg-progress, html .portlet-msg-success,
  html .alert h4,
  html .portlet-msg-alert h4,
  html .portlet-msg-error h4,
  html .portlet-msg-help h4,
  html .portlet-msg-info h4,
  html .portlet-msg-progress h4,
  html .portlet-msg-success h4 {
    color: #c09853; }
  
  html .alert h4,
  html .portlet-msg-alert h4,
  html .portlet-msg-error h4,
  html .portlet-msg-help h4,
  html .portlet-msg-info h4,
  html .portlet-msg-progress h4,
  html .portlet-msg-success h4 {
    margin: 0; }
  html .alert .close, html .portlet-msg-alert .close, html .portlet-msg-error .close, html .portlet-msg-help .close, html .portlet-msg-info .close, html .portlet-msg-progress .close, html .portlet-msg-success .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 8px; }
  html .alert-success, html .portlet-msg-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847; }
  html .alert-success h4, html .portlet-msg-success h4 {
    color: #468847; }
  html .alert-danger, html .portlet-msg-error,
  html .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48; }
  html .alert-danger h4, html .portlet-msg-error h4,
  html .alert-error h4 {
    color: #b94a48; }
  html .alert-info, html .portlet-msg-help, html .portlet-msg-info, html .portlet-msg-progress {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad; }
  html .alert-info h4, html .portlet-msg-help h4, html .portlet-msg-info h4, html .portlet-msg-progress h4 {
    color: #3a87ad; }
  html .alert-block {
    padding-top: 14px;
    padding-bottom: 14px; }
  html .alert-block > p,
  html .alert-block > ul {
    margin-bottom: 0; }
  html .alert-block p + p {
    margin-top: 5px; }
  html .nav {
    margin-left: 0;
    margin-bottom: 8px;
    list-style: none; }
  html .nav > li > a {
    display: block; }
  html .nav > li > a:hover,
  html .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee; }
  html .nav > li > a > img {
    max-width: none; }
  html .nav > .pull-right {
    float: right; }
  html .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 8px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase; }
  html .nav li + .nav-header {
    margin-top: 9px; }
  html .nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0; }
  html .nav-list > li > a,
  html .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
  html .nav-list > li > a {
    padding: 3px 15px; }
  html .nav-list > .active > a,
  html .nav-list > .active > a:hover,
  html .nav-list > .active > a:focus {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #08c; }
  html .nav-list [class^="icon-"],
  html .nav-list [class*=" icon-"] {
    margin-right: 2px; }
  html .nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 3px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff; }
  html .nav-tabs,
  html .nav-pills {
    *zoom: 1; }
    html .nav-tabs:before, html .nav-tabs:after,
    html .nav-pills:before,
    html .nav-pills:after {
      display: table;
      content: "";
      line-height: 0; }
    html .nav-tabs:after,
    html .nav-pills:after {
      clear: both; }
  html .nav-tabs > li,
  html .nav-pills > li {
    float: left; }
  html .nav-tabs > li > a,
  html .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px; }
  html .nav-tabs {
    border-bottom: 1px solid #ddd; }
  html .nav-tabs > li {
    margin-bottom: -1px; }
  html .nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 8px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
    html .nav-tabs > li > a:hover, html .nav-tabs > li > a:focus {
      border-color: #eee #eee #ddd; }
  html .nav-tabs > .active > a,
  html .nav-tabs > .active > a:hover,
  html .nav-tabs > .active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default; }
  html .nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 5px; }
  html .nav-pills > .active > a,
  html .nav-pills > .active > a:hover,
  html .nav-pills > .active > a:focus {
    color: #fff;
    background-color: #08c; }
  html .nav-stacked > li {
    float: none; }
  html .nav-stacked > li > a {
    margin-right: 0; }
  html .nav-tabs.nav-stacked {
    border-bottom: 0; }
  html .nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    border-radius: 0; }
  html .nav-tabs.nav-stacked > li:first-child > a {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  html .nav-tabs.nav-stacked > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  html .nav-tabs.nav-stacked > li > a:hover,
  html .nav-tabs.nav-stacked > li > a:focus {
    border-color: #ddd;
    z-index: 2; }
  html .nav-pills.nav-stacked > li > a {
    margin-bottom: 3px; }
  html .nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px; }
  html .nav-tabs .dropdown-menu {
    border-radius: 0 0 6px 6px; }
  html .nav-pills .dropdown-menu {
    border-radius: 6px; }
  html .nav .dropdown-toggle .caret {
    border-top-color: #08c;
    border-bottom-color: #08c;
    margin-top: 6px; }
  html .nav .dropdown-toggle:hover .caret,
  html .nav .dropdown-toggle:focus .caret {
    border-top-color: #005580;
    border-bottom-color: #005580; }
  html .nav-tabs .dropdown-toggle .caret {
    margin-top: 8px; }
  html .nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  html .nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555; }
  html .nav > .dropdown.active > a:hover,
  html .nav > .dropdown.active > a:focus {
    cursor: pointer; }
  html .nav-tabs .open .dropdown-toggle,
  html .nav-pills .open .dropdown-toggle,
  html .nav > li.dropdown.open.active > a:hover,
  html .nav > li.dropdown.open.active > a:focus {
    color: #fff;
    background-color: #999;
    border-color: #999; }
  html .nav li.dropdown.open .caret,
  html .nav li.dropdown.open.active .caret,
  html .nav li.dropdown.open a:hover .caret,
  html .nav li.dropdown.open a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 100; }
  html .tabs-stacked .open > a:hover,
  html .tabs-stacked .open > a:focus {
    border-color: #999; }
  html .tabbable {
    *zoom: 1; }
    html .tabbable:before, html .tabbable:after {
      display: table;
      content: "";
      line-height: 0; }
    html .tabbable:after {
      clear: both; }
  html .tab-content {
    overflow: auto; }
  html .tabs-below > .nav-tabs,
  html .tabs-right > .nav-tabs,
  html .tabs-left > .nav-tabs {
    border-bottom: 0; }
  html .tab-content > .tab-pane,
  html .pill-content > .pill-pane {
    display: none; }
  html .tab-content > .active,
  html .pill-content > .active {
    display: block; }
  html .tabs-below > .nav-tabs {
    border-top: 1px solid #ddd; }
  html .tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
  html .tabs-below > .nav-tabs > li > a {
    border-radius: 0 0 4px 4px; }
    html .tabs-below > .nav-tabs > li > a:hover, html .tabs-below > .nav-tabs > li > a:focus {
      border-bottom-color: transparent;
      border-top-color: #ddd; }
  html .tabs-below > .nav-tabs > .active > a,
  html .tabs-below > .nav-tabs > .active > a:hover,
  html .tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd; }
  html .tabs-left > .nav-tabs > li,
  html .tabs-right > .nav-tabs > li {
    float: none; }
  html .tabs-left > .nav-tabs > li > a,
  html .tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px; }
  html .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd; }
  html .tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    border-radius: 4px 0 0 4px; }
  html .tabs-left > .nav-tabs > li > a:hover,
  html .tabs-left > .nav-tabs > li > a:focus {
    border-color: #eee #ddd #eee #eee; }
  html .tabs-left > .nav-tabs .active > a,
  html .tabs-left > .nav-tabs .active > a:hover,
  html .tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #fff; }
  html .tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd; }
  html .tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    border-radius: 0 4px 4px 0; }
  html .tabs-right > .nav-tabs > li > a:hover,
  html .tabs-right > .nav-tabs > li > a:focus {
    border-color: #eee #eee #eee #ddd; }
  html .tabs-right > .nav-tabs .active > a,
  html .tabs-right > .nav-tabs .active > a:hover,
  html .tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #fff; }
  html .nav > .disabled > a {
    color: #999; }
  html .nav > .disabled > a:hover,
  html .nav > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    cursor: default; }
  html .tabbable-hidden {
    display: none; }
  html .breadcrumb {
    padding: 8px 15px;
    margin: 0 0 8px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px; }
    html .breadcrumb > li {
      display: inline-block;
      *display: inline;
      /* IE7 inline-block hack */
      *zoom: 1;
      text-shadow: 0 1px 0 #fff; }
      html .breadcrumb > li > .divider {
        padding: 0 5px;
        color: #ccc; }
    html .breadcrumb .active {
      color: #999; }
  html .pagination {
    margin: 8px 0; }
  html .pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
  html .pagination ul > li {
    display: inline; }
  html .pagination ul > li > a,
  html .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 8px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0; }
  html .pagination ul > li > a:hover,
  html .pagination ul > li > a:focus,
  html .pagination ul > .active > a,
  html .pagination ul > .active > span {
    background-color: #f5f5f5; }
  html .pagination ul > .active > a,
  html .pagination ul > .active > span {
    color: #999;
    cursor: default; }
  html .pagination ul > .disabled > span,
  html .pagination ul > .disabled > a,
  html .pagination ul > .disabled > a:hover,
  html .pagination ul > .disabled > a:focus {
    color: #999;
    background-color: transparent;
    cursor: default; }
  html .pagination ul > li:first-child > a,
  html .pagination ul > li:first-child > span {
    border-left-width: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  html .pagination ul > li:last-child > a,
  html .pagination ul > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  html .pagination-centered {
    text-align: center; }
  html .pagination-right {
    text-align: right; }
  html .pagination-large ul > li > a,
  html .pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px; }
  html .pagination-large ul > li:first-child > a,
  html .pagination-large ul > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  html .pagination-large ul > li:last-child > a,
  html .pagination-large ul > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  html .pagination-mini ul > li:first-child > a,
  html .pagination-mini ul > li:first-child > span,
  html .pagination-small ul > li:first-child > a,
  html .pagination-small ul > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  html .pagination-mini ul > li:last-child > a,
  html .pagination-mini ul > li:last-child > span,
  html .pagination-small ul > li:last-child > a,
  html .pagination-small ul > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  html .pagination-small ul > li > a,
  html .pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px; }
  html .pagination-mini ul > li > a,
  html .pagination-mini ul > li > span {
    padding: 0px 6px;
    font-size: 10.5px; }
  html .pagination-hidden {
    display: none; }
  html .pager {
    margin: 8px 0;
    list-style: none;
    text-align: center;
    *zoom: 1; }
    html .pager:before, html .pager:after {
      display: table;
      content: "";
      line-height: 0; }
    html .pager:after {
      clear: both; }
  html .pager li {
    display: inline; }
  html .pager li > a,
  html .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px; }
  html .pager li > a:hover,
  html .pager li > a:focus {
    text-decoration: none;
    background-color: #f5f5f5; }
  html .pager .next > a,
  html .pager .next > span {
    float: right; }
  html .pager .previous > a,
  html .pager .previous > span {
    float: left; }
  html .pager .disabled > a,
  html .pager .disabled > a:hover,
  html .pager .disabled > a:focus,
  html .pager .disabled > span {
    color: #999;
    background-color: #fff;
    cursor: default; }
  html .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
    html .modal-backdrop.fade {
      opacity: 0; }
  html .modal-backdrop,
  html .modal-backdrop.fade.in {
    opacity: 80; }
  html .modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    outline: none; }
    html .modal.fade {
      -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
      -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
      -o-transition: opacity 0.3s linear, top 0.3s ease-out;
      transition: opacity 0.3s linear, top 0.3s ease-out;
      top: -25%; }
    html .modal.fade.in {
      top: 10%; }
  html .modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee; }
    html .modal-header .close {
      margin-top: 2px; }
    html .modal-header h3 {
      margin: 0;
      line-height: 30px; }
  html .modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px; }
  html .modal-form {
    margin-bottom: 0; }
  html .modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
    box-shadow: inset 0 1px 0 #fff;
    *zoom: 1; }
    html .modal-footer:before, html .modal-footer:after {
      display: table;
      content: "";
      line-height: 0; }
    html .modal-footer:after {
      clear: both; }
    html .modal-footer .btn + .btn {
      margin-left: 5px;
      margin-bottom: 0; }
    html .modal-footer .btn-group .btn + .btn {
      margin-left: -1px; }
    html .modal-footer .btn-block + .btn-block {
      margin-left: 0; }
  html .modal-hidden {
    display: none; }
  html .modal-content {
    overflow: hidden; }
  html .tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0; }
    html .tooltip.in {
      opacity: 80; }
    html .tooltip.top {
      margin-top: -3px;
      padding: 5px 0; }
    html .tooltip.right {
      margin-left: 3px;
      padding: 0 5px; }
    html .tooltip.bottom {
      margin-top: 3px;
      padding: 5px 0; }
    html .tooltip.left {
      margin-left: -3px;
      padding: 0 5px; }
  html .tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px; }
  html .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  html .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  html .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  html .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  html .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  html .tooltip-help {
    font-size: 14px; }
    html .tooltip-help .tooltip-inner {
      color: #535353;
      background-color: #fdfaec;
      border: 1px solid #b0ad95;
      max-width: 400px;
      text-align: left; }
    html .tooltip-help.top .tooltip-arrow {
      border-top-color: #b0ad95; }
    html .tooltip-help.right .tooltip-arrow {
      border-right-color: #b0ad95; }
    html .tooltip-help.left .tooltip-arrow {
      border-left-color: #b0ad95; }
    html .tooltip-help.bottom .tooltip-arrow {
      border-bottom-color: #b0ad95; }
  html .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal; }
    html .popover.top {
      margin-top: -10px; }
    html .popover.right {
      margin-left: 10px; }
    html .popover.bottom {
      margin-top: 10px; }
    html .popover.left {
      margin-left: -10px; }
  html .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0; }
    html .popover-title:empty {
      display: none; }
  html .popover-content {
    padding: 9px 14px; }
  html .popover .arrow,
  html .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  html .popover .arrow {
    border-width: 11px; }
  html .popover .arrow:after {
    border-width: 10px;
    content: ""; }
  html .popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px; }
    html .popover.top .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      border-bottom-width: 0;
      border-top-color: #fff; }
  html .popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25); }
    html .popover.right .arrow:after {
      left: 1px;
      bottom: -10px;
      border-left-width: 0;
      border-right-color: #fff; }
  html .popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px; }
    html .popover.bottom .arrow:after {
      top: 1px;
      margin-left: -10px;
      border-top-width: 0;
      border-bottom-color: #fff; }
  html .popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    html .popover.left .arrow:after {
      right: 1px;
      border-right-width: 0;
      border-left-color: #fff;
      bottom: -10px; }
  html .popover-hidden {
    display: none; }
  html .thumbnails {
    margin-left: -30px;
    list-style: none;
    *zoom: 1; }
    html .thumbnails:before, html .thumbnails:after {
      display: table;
      content: "";
      line-height: 0; }
    html .thumbnails:after {
      clear: both; }
  html .row-fluid .thumbnails {
    margin-left: 0; }
  html .thumbnails > li {
    float: left;
    margin-bottom: 8px;
    margin-left: 30px; }
  html .thumbnail {
    display: block;
    padding: 4px;
    line-height: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  html a.thumbnail:hover,
  html a.thumbnail:focus {
    border-color: #08c;
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); }
  html .thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  html .thumbnail .caption {
    padding: 9px;
    color: #555; }
  html .media,
  html .media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1; }
  html .media,
  html .media .media {
    margin-top: 15px; }
  html .media:first-child {
    margin-top: 0; }
  html .media-object {
    display: block; }
  html .media-heading {
    margin: 0 0 5px; }
  html .media > .pull-left {
    margin-right: 10px; }
  html .media > .pull-right {
    margin-left: 10px; }
  html .media-list {
    margin-left: 0;
    list-style: none; }
  html .label,
  html .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999; }
  html .label {
    border-radius: 3px; }
  html .badge {
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 9px; }
  html .label:empty,
  html .badge:empty {
    display: none; }
  html a.label:hover, html a.label:focus, html a.badge:hover, html a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  html .label-important {
    background-color: #b94a48; }
  html .label-important[href] {
    background-color: #953b39; }
  html .label-warning {
    background-color: #fd7e14; }
  html .label-warning[href] {
    background-color: #dc6502; }
  html .label-success {
    background-color: #468847; }
  html .label-success[href] {
    background-color: #356635; }
  html .label-info {
    background-color: #3a87ad; }
  html .label-info[href] {
    background-color: #2d6987; }
  html .label-inverse {
    background-color: #333; }
  html .label-inverse[href] {
    background-color: #1a1a1a; }
  html .badge-important {
    background-color: #b94a48; }
  html .badge-important[href] {
    background-color: #953b39; }
  html .badge-warning {
    background-color: #fd7e14; }
  html .badge-warning[href] {
    background-color: #dc6502; }
  html .badge-success {
    background-color: #468847; }
  html .badge-success[href] {
    background-color: #356635; }
  html .badge-info {
    background-color: #3a87ad; }
  html .badge-info[href] {
    background-color: #2d6987; }
  html .badge-inverse {
    background-color: #333; }
  html .badge-inverse[href] {
    background-color: #1a1a1a; }
  html .btn .label,
  html .btn .badge {
    position: relative;
    top: -1px; }
  html .btn-mini .label,
  html .btn-mini .badge {
    top: 0; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-ms-keyframes progress-bar-stripes {
from {
    background-position: 40px 0; }
to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
  html .progress {
    overflow: hidden;
    height: 8px;
    margin-bottom: 8px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px; }
  html .progress .bar {
    width: 0%;
    height: 100%;
    color: #fff;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease; }
  html .progress .bar + .bar {
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); }
  html .progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px; }
  html .progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; }
  html .progress-danger .bar, html .progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0); }
  html .progress-danger.progress-striped .bar, html .progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  html .progress-success .bar, html .progress .bar-success {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0); }
  html .progress-success.progress-striped .bar, html .progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  html .progress-info .bar, html .progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0); }
  html .progress-info.progress-striped .bar, html .progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  html .progress-warning .bar, html .progress .bar-warning {
    background-color: #fd9742;
    background-image: -moz-linear-gradient(top, #fea860, #fd7e14);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fea860), to(#fd7e14));
    background-image: -webkit-linear-gradient(top, #fea860, #fd7e14);
    background-image: -o-linear-gradient(top, #fea860, #fd7e14);
    background-image: linear-gradient(to bottom, #fea860, #fd7e14);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEA860', endColorstr='#FFFD7E14', GradientType=0); }
  html .progress-warning.progress-striped .bar, html .progress-striped .bar-warning {
    background-color: #fea860;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  html .progress-hiden {
    display: none; }
  html .progress.vertical {
    width: 8px;
    height: 100%;
    margin-right: 8px; }
  html .progress .bar {
    overflow: hidden; }
  html .progress .bar p {
    margin: 0;
    color: #fff;
    font-size: 11px;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25); }
  html .progress.vertical .bar {
    width: 100%;
    height: 0; }
  html .progress.vertical.bottom {
    position: relative; }
  html .progress.vertical.bottom .bar {
    position: absolute;
    bottom: 0; }
  html .accordion {
    margin-bottom: 8px; }
  html .accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    border-radius: 4px; }
  html .accordion-heading {
    border-bottom: 0; }
  html .accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px; }
  html .accordion-toggle {
    cursor: pointer; }
  html .accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5; }
  html .carousel {
    position: relative;
    margin-bottom: 8px;
    line-height: 1; }
  html .carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative; }
  html .carousel-inner > .item {
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    html .carousel-inner > .item > img,
    html .carousel-inner > .item > a > img {
      display: block;
      line-height: 1; }
  html .carousel-inner > .active,
  html .carousel-inner > .next,
  html .carousel-inner > .prev {
    display: block; }
  html .carousel-inner > .active {
    left: 0; }
  html .carousel-inner > .next,
  html .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  html .carousel-inner > .next {
    left: 100%; }
  html .carousel-inner > .prev {
    left: -100%; }
  html .carousel-inner > .next.left,
  html .carousel-inner > .prev.right {
    left: 0; }
  html .carousel-inner > .active.left {
    left: -100%; }
  html .carousel-inner > .active.right {
    left: 100%; }
  html .carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    border-radius: 23px;
    opacity: 50; }
    html .carousel-control.right {
      left: auto;
      right: 15px; }
    html .carousel-control:hover, html .carousel-control:focus {
      color: #fff;
      text-decoration: none;
      opacity: 90; }
  html .carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none; }
    html .carousel-indicators li {
      display: block;
      float: left;
      width: 10px;
      height: 10px;
      margin-left: 5px;
      text-indent: -999px;
      background-color: #ccc;
      background-color: rgba(255, 255, 255, 0.25);
      border-radius: 5px; }
    html .carousel-indicators .active {
      background-color: #fff; }
  html .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #333;
    background: rgba(0, 0, 0, 0.75); }
  html .carousel-caption h4,
  html .carousel-caption p {
    color: #fff;
    line-height: 8px; }
  html .carousel-caption h4 {
    margin: 0 0 5px; }
  html .carousel-caption p {
    margin-bottom: 0; }
  html .carousel-hidden {
    display: none; }
  html .hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 12px;
    color: inherit;
    background-color: #eee;
    border-radius: 6px; }
    html .hero-unit h1 {
      margin-bottom: 0;
      font-size: 60px;
      line-height: 1;
      color: inherit;
      letter-spacing: -1px; }
    html .hero-unit li {
      line-height: 12px; }
  html .pull-right {
    float: right; }
  html .pull-left {
    float: left; }
  html .hide {
    display: none; }
  html .show {
    display: block; }
  html .invisible {
    visibility: hidden; }
  html .affix {
    position: fixed; }
  html .clearfix {
    *zoom: 1; }
    html .clearfix:before, html .clearfix:after {
      display: table;
      content: "";
      line-height: 0; }
    html .clearfix:after {
      clear: both; }
  html .hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  html .input-block-level {
    display: block;
    width: 100%;
    min-height: 18px;
    box-sizing: border-box; }
  html .hide {
    display: none !important; }
  html .show {
    display: block !important; }
  html .hide-accessible {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
    /*Webkit and IE7 let clipped content change the scroll height of the page*/
    /*Scale webkit to 0*/
    -webkit-transform: scale(0);
    -webkit-transform-origin-x: 0px;
    -webkit-transform-origin-y: 0px;
    /*Change IE7 to using fixed*/
    *position: fixed !important;
    /*...And reset back to absolute for IE6*/
    _position: absolute !important; }
  html .force-offset {
    display: block !important;
    position: absolute !important;
    visibility: hidden !important; }
  html .unselectable, html .unselectable * {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
  html .scroll-lock {
    height: 100%;
    margin: 0;
    overflow: hidden;
    width: 100%; }

html {
  @-ms-viewport {
    width: device-width; } }
  html .hidden {
    display: none;
    visibility: hidden; }
  html .visible-phone {
    display: none !important; }
  html .visible-tablet {
    display: none !important; }
  html .hidden-desktop {
    display: none !important; }
  html .visible-desktop {
    display: inherit !important; }
  @media (min-width: 768px) and (max-width: 979px) {
    html .hidden-desktop {
      display: inherit !important; }
    html .visible-desktop {
      display: none !important; }
    html .visible-tablet {
      display: inherit !important; }
    html .hidden-tablet {
      display: none !important; } }
  @media (max-width: 767px) {
    html .hidden-desktop {
      display: inherit !important; }
    html .visible-desktop {
      display: none !important; }
    html .visible-phone {
      display: inherit !important; }
    html .hidden-phone {
      display: none !important; } }
  html .visible-print {
    display: none !important; }
  @media print {
    html .visible-print {
      display: inherit !important; }
    html .hidden-print {
      display: none !important; } }
  html .clearfix {
    *zoom: 1; }
    html .clearfix:before, html .clearfix:after {
      display: table;
      content: "";
      line-height: 0; }
    html .clearfix:after {
      clear: both; }
  html .hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  html .input-block-level {
    display: block;
    width: 100%;
    min-height: 18px;
    box-sizing: border-box; }
  @media (min-width: 1200px) {
    html .row {
      margin: 0 auto;
      *zoom: 1;
      width: 1050px; }
      html .row:before, html .row:after {
        display: table;
        content: "";
        line-height: 0; }
      html .row:after {
        clear: both; }
    html [class*="span"] {
      float: left;
      min-height: 1px;
      margin-left: 0; }
    html .container,
    html .navbar-static-top .container,
    html .navbar-fixed-top .container,
    html .navbar-fixed-bottom .container {
      width: 1050px; }
    html .span1 {
      width: 60px; }
    html .span2 {
      width: 150px; }
    html .span3 {
      width: 240px; }
    html .span4 {
      width: 330px; }
    html .span5 {
      width: 420px; }
    html .span6 {
      width: 510px; }
    html .span7 {
      width: 600px; }
    html .span8 {
      width: 690px; }
    html .span9 {
      width: 780px; }
    html .span10 {
      width: 870px; }
    html .span11 {
      width: 960px; }
    html .span12 {
      width: 1050px; }
    html .offset1 {
      margin-left: 120px; }
    html .offset2 {
      margin-left: 210px; }
    html .offset3 {
      margin-left: 300px; }
    html .offset4 {
      margin-left: 390px; }
    html .offset5 {
      margin-left: 480px; }
    html .offset6 {
      margin-left: 570px; }
    html .offset7 {
      margin-left: 660px; }
    html .offset8 {
      margin-left: 750px; }
    html .offset9 {
      margin-left: 840px; }
    html .offset10 {
      margin-left: 930px; }
    html .offset11 {
      margin-left: 1020px; }
    html .offset12 {
      margin-left: 1110px; }
    html .row-fluid {
      width: 100%;
      *zoom: 1; }
      html .row-fluid:before, html .row-fluid:after {
        display: table;
        content: "";
        line-height: 0; }
      html .row-fluid:after {
        clear: both; }
      html .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 18px;
        box-sizing: border-box;
        float: left;
        margin-left: 2.85714%;
        *margin-left: 2.80952%; }
      html .row-fluid [class*="span"]:first-child {
        margin-left: 0; }
      html .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.85714%; }
      html .row-fluid .span1 {
        width: 5.71429%;
        *width: 5.66667%; }
      html .row-fluid .span2 {
        width: 14.28571%;
        *width: 14.2381%; }
      html .row-fluid .span3 {
        width: 22.85714%;
        *width: 22.80952%; }
      html .row-fluid .span4 {
        width: 31.42857%;
        *width: 31.38095%; }
      html .row-fluid .span5 {
        width: 40%;
        *width: 39.95238%; }
      html .row-fluid .span6 {
        width: 48.57143%;
        *width: 48.52381%; }
      html .row-fluid .span7 {
        width: 57.14286%;
        *width: 57.09524%; }
      html .row-fluid .span8 {
        width: 65.71429%;
        *width: 65.66667%; }
      html .row-fluid .span9 {
        width: 74.28571%;
        *width: 74.2381%; }
      html .row-fluid .span10 {
        width: 82.85714%;
        *width: 82.80952%; }
      html .row-fluid .span11 {
        width: 91.42857%;
        *width: 91.38095%; }
      html .row-fluid .span12 {
        width: 100%;
        *width: 99.95238%; }
      html .row-fluid .offset1 {
        margin-left: 11.42857%;
        *margin-left: 11.33333%; }
      html .row-fluid .offset1:first-child {
        margin-left: 8.57143%;
        *margin-left: 8.47619%; }
      html .row-fluid .offset2 {
        margin-left: 20%;
        *margin-left: 19.90476%; }
      html .row-fluid .offset2:first-child {
        margin-left: 17.14286%;
        *margin-left: 17.04762%; }
      html .row-fluid .offset3 {
        margin-left: 28.57143%;
        *margin-left: 28.47619%; }
      html .row-fluid .offset3:first-child {
        margin-left: 25.71429%;
        *margin-left: 25.61905%; }
      html .row-fluid .offset4 {
        margin-left: 37.14286%;
        *margin-left: 37.04762%; }
      html .row-fluid .offset4:first-child {
        margin-left: 34.28571%;
        *margin-left: 34.19048%; }
      html .row-fluid .offset5 {
        margin-left: 45.71429%;
        *margin-left: 45.61905%; }
      html .row-fluid .offset5:first-child {
        margin-left: 42.85714%;
        *margin-left: 42.7619%; }
      html .row-fluid .offset6 {
        margin-left: 54.28571%;
        *margin-left: 54.19048%; }
      html .row-fluid .offset6:first-child {
        margin-left: 51.42857%;
        *margin-left: 51.33333%; }
      html .row-fluid .offset7 {
        margin-left: 62.85714%;
        *margin-left: 62.7619%; }
      html .row-fluid .offset7:first-child {
        margin-left: 60%;
        *margin-left: 59.90476%; }
      html .row-fluid .offset8 {
        margin-left: 71.42857%;
        *margin-left: 71.33333%; }
      html .row-fluid .offset8:first-child {
        margin-left: 68.57143%;
        *margin-left: 68.47619%; }
      html .row-fluid .offset9 {
        margin-left: 80%;
        *margin-left: 79.90476%; }
      html .row-fluid .offset9:first-child {
        margin-left: 77.14286%;
        *margin-left: 77.04762%; }
      html .row-fluid .offset10 {
        margin-left: 88.57143%;
        *margin-left: 88.47619%; }
      html .row-fluid .offset10:first-child {
        margin-left: 85.71429%;
        *margin-left: 85.61905%; }
      html .row-fluid .offset11 {
        margin-left: 97.14286%;
        *margin-left: 97.04762%; }
      html .row-fluid .offset11:first-child {
        margin-left: 94.28571%;
        *margin-left: 94.19048%; }
      html .row-fluid .offset12 {
        margin-left: 105.71429%;
        *margin-left: 105.61905%; }
      html .row-fluid .offset12:first-child {
        margin-left: 102.85714%;
        *margin-left: 102.7619%; }
    html input,
    html textarea,
    html .uneditable-input {
      margin-left: 0; }
    html .controls-row [class*="span"] + [class*="span"] {
      margin-left: 30px; }
    html input.span1,
    html textarea.span1,
    html .uneditable-input.span1 {
      width: 46px; }
    html input.span2,
    html textarea.span2,
    html .uneditable-input.span2 {
      width: 136px; }
    html input.span3,
    html textarea.span3,
    html .uneditable-input.span3 {
      width: 226px; }
    html input.span4,
    html textarea.span4,
    html .uneditable-input.span4 {
      width: 316px; }
    html input.span5,
    html textarea.span5,
    html .uneditable-input.span5 {
      width: 406px; }
    html input.span6,
    html textarea.span6,
    html .uneditable-input.span6 {
      width: 496px; }
    html input.span7,
    html textarea.span7,
    html .uneditable-input.span7 {
      width: 586px; }
    html input.span8,
    html textarea.span8,
    html .uneditable-input.span8 {
      width: 676px; }
    html input.span9,
    html textarea.span9,
    html .uneditable-input.span9 {
      width: 766px; }
    html input.span10,
    html textarea.span10,
    html .uneditable-input.span10 {
      width: 856px; }
    html input.span11,
    html textarea.span11,
    html .uneditable-input.span11 {
      width: 946px; }
    html input.span12,
    html textarea.span12,
    html .uneditable-input.span12 {
      width: 1036px; }
    html .thumbnails {
      margin-left: -30px; }
    html .thumbnails > li {
      margin-left: 30px; }
    html .row-fluid .thumbnails {
      margin-left: 0; } }
  @media (min-width: 768px) and (max-width: 979px) {
    html body {
      padding-left: 0px;
      padding-right: 0px; }
    html .navbar-fixed-top,
    html .navbar-fixed-bottom,
    html .navbar-static-top {
      margin-left: -20px;
      margin-right: -20px; }
    html .container-fluid {
      padding: 0; }
    html .dl-horizontal dt {
      float: none;
      clear: none;
      width: auto;
      text-align: left; }
    html .dl-horizontal dd {
      margin-left: 0; }
    html .container {
      width: auto; }
    html .row-fluid {
      width: 100%; }
    html .row,
    html .thumbnails {
      margin-left: 0; }
    html .thumbnails > li {
      float: none;
      margin-left: 0; }
    html .row-fluid [class*="offset"]:first-child {
      margin-left: 0; }
    html .input-large,
    html .input-xlarge,
    html .input-xxlarge,
    html input[class*="span"],
    html select[class*="span"],
    html textarea[class*="span"],
    html .uneditable-input {
      display: block;
      width: 100%;
      min-height: 18px;
      box-sizing: border-box; }
    html .input-prepend input,
    html .input-append input,
    html .input-prepend input[class*="span"],
    html .input-append input[class*="span"] {
      display: inline-block;
      width: auto; }
    html .controls-row [class*="span"] + [class*="span"] {
      margin-left: 0; }
    html .modal {
      position: fixed;
      top: 20px;
      left: 20px;
      right: 20px;
      width: auto;
      margin: 0; }
      html .modal.fade {
        top: -100px; }
      html .modal.fade.in {
        top: 20px; } }
  @media (max-width: 767px) {
    html body {
      padding-left: 0px;
      padding-right: 0px; }
    html .navbar-fixed-top,
    html .navbar-fixed-bottom,
    html .navbar-static-top {
      margin-left: -20px;
      margin-right: -20px; }
    html .container-fluid {
      padding: 0; }
    html .dl-horizontal dt {
      float: none;
      clear: none;
      width: auto;
      text-align: left; }
    html .dl-horizontal dd {
      margin-left: 0; }
    html .container {
      width: auto; }
    html .row-fluid {
      width: 100%; }
    html .row,
    html .thumbnails {
      margin-left: 0; }
    html .thumbnails > li {
      float: none;
      margin-left: 0; }
    html [class*="span"],
    html .uneditable-input[class*="span"],
    html .row-fluid [class*="span"] {
      float: none;
      display: block;
      width: 100%;
      margin-left: 0;
      box-sizing: border-box; }
    html .span12,
    html .row-fluid .span12 {
      width: 100%;
      box-sizing: border-box; }
    html .row-fluid [class*="offset"]:first-child {
      margin-left: 0; }
    html .input-large,
    html .input-xlarge,
    html .input-xxlarge,
    html input[class*="span"],
    html select[class*="span"],
    html textarea[class*="span"],
    html .uneditable-input {
      display: block;
      width: 100%;
      min-height: 18px;
      box-sizing: border-box; }
    html .input-prepend input,
    html .input-append input,
    html .input-prepend input[class*="span"],
    html .input-append input[class*="span"] {
      display: inline-block;
      width: auto; }
    html .controls-row [class*="span"] + [class*="span"] {
      margin-left: 0; }
    html .modal {
      position: fixed;
      top: 20px;
      left: 20px;
      right: 20px;
      width: auto;
      margin: 0; }
      html .modal.fade {
        top: -100px; }
      html .modal.fade.in {
        top: 20px; } }
  @media (max-width: 480px) {
    html .nav-collapse {
      -webkit-transform: translate3d(0, 0, 0); }
    html .page-header h1 small {
      display: block;
      line-height: 8px; }
    html input[type="checkbox"],
    html input[type="radio"] {
      border: 1px solid #ccc; }
    html .form-horizontal .control-label {
      float: none;
      width: auto;
      padding-top: 0;
      text-align: left; }
    html .form-horizontal .controls {
      margin-left: 0; }
    html .form-horizontal .control-list {
      padding-top: 0; }
    html .form-horizontal .form-actions {
      padding-left: 10px;
      padding-right: 10px; }
    html .media .pull-left,
    html .media .pull-right {
      float: none;
      display: block;
      margin-bottom: 10px; }
    html .media-object {
      margin-right: 0;
      margin-left: 0; }
    html .modal {
      top: 10px;
      left: 10px;
      right: 10px; }
    html .modal-header .close {
      padding: 10px;
      margin: -10px; }
    html .carousel-caption {
      position: static; } }
  @media (max-width: 979px) {
    html body {
      padding-top: 0; }
    html .navbar-fixed-top,
    html .navbar-fixed-bottom {
      position: static; }
    html .navbar-fixed-top {
      margin-bottom: 8px; }
    html .navbar-fixed-bottom {
      margin-top: 8px; }
    html .navbar-fixed-top .navbar-inner,
    html .navbar-fixed-bottom .navbar-inner {
      padding: 5px; }
    html .navbar .container {
      width: auto;
      padding: 0; }
    html .navbar .brand {
      padding-left: 10px;
      padding-right: 10px;
      margin: 0 0 0 -5px; }
    html .nav-collapse {
      clear: both; }
    html .nav-collapse .nav {
      float: none;
      margin: 0 0 4px; }
    html .nav-collapse .nav > li {
      float: none; }
    html .nav-collapse .nav > li > a {
      margin-bottom: 2px; }
    html .nav-collapse .nav > .divider-vertical {
      display: none; }
    html .nav-collapse .nav .nav-header {
      color: #777;
      text-shadow: none; }
    html .nav-collapse .nav > li > a,
    html .nav-collapse .dropdown-menu a {
      padding: 9px 15px;
      font-weight: bold;
      color: #777;
      border-radius: 3px; }
    html .nav-collapse .btn {
      padding: 4px 10px 4px;
      font-weight: normal;
      border-radius: 4px; }
    html .nav-collapse .dropdown-menu li + li a {
      margin-bottom: 2px; }
    html .nav-collapse .nav > li > a:hover,
    html .nav-collapse .nav > li > a:focus,
    html .nav-collapse .dropdown-menu a:hover,
    html .nav-collapse .dropdown-menu a:focus {
      background-color: #f2f2f2; }
    html .navbar-inverse .nav-collapse .nav > li > a,
    html .navbar-inverse .nav-collapse .dropdown-menu a {
      color: #999; }
    html .navbar-inverse .nav-collapse .nav > li > a:hover,
    html .navbar-inverse .nav-collapse .nav > li > a:focus,
    html .navbar-inverse .nav-collapse .dropdown-menu a:hover,
    html .navbar-inverse .nav-collapse .dropdown-menu a:focus {
      background-color: #111111; }
    html .nav-collapse.in .btn-group {
      margin-top: 5px;
      padding: 0; }
    html .nav-collapse .dropdown-menu {
      position: static;
      top: auto;
      left: auto;
      float: none;
      display: none;
      max-width: none;
      margin: 0 15px;
      padding: 0;
      background-color: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none; }
    html .nav-collapse .open > .dropdown-menu {
      display: block; }
    html .nav-collapse .dropdown-menu:before,
    html .nav-collapse .dropdown-menu:after {
      display: none; }
    html .nav-collapse .dropdown-menu .divider {
      display: none; }
    html .nav-collapse .nav > li > .dropdown-menu:before, html .nav-collapse .nav > li > .dropdown-menu:after {
      display: none; }
    html .nav-collapse .navbar-form,
    html .nav-collapse .navbar-search {
      float: none;
      padding: 4px 15px;
      margin: 4px 0;
      border-top: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }
    html .navbar-inverse .nav-collapse .navbar-form,
    html .navbar-inverse .nav-collapse .navbar-search {
      border-top-color: #111111;
      border-bottom-color: #111111; }
    html .navbar .nav-collapse .nav.pull-right {
      float: none;
      margin-left: 0; }
    html .nav-collapse,
    html .nav-collapse.collapse {
      overflow: hidden;
      height: 0; }
    html .navbar .btn-navbar {
      display: block; }
    html .navbar-static .navbar-inner {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 980px) {
    html .nav-collapse.collapse {
      height: auto !important;
      overflow: visible !important; } }
  html a:hover, html a:active, html a:focus, html a:visited {
    text-decoration: none; }
  html dt,
  html dd,
  html .table th,
  html .table td,
  html .dropdown-menu > li > a {
    line-height: 24px; }
  html header#banner #pin-map {
    visibility: hidden; }
    @media (max-width: 767px) {
      html header#banner #pin-map {
        display: none; } }
  html header#banner {
    background: #EEF1EC; }
    html header#banner #heading {
      padding: 2.3rem 0; }
      @media (max-width: 979px) {
        html header#banner #heading {
          padding-bottom: 0; } }
      html header#banner #heading .site-title {
        margin-bottom: 0;
        display: inline-block; }
        @media (max-width: 979px) {
          html header#banner #heading .site-title {
            padding-bottom: 24px;
            margin-left: 16px; } }
        html header#banner #heading .site-title a.logo {
          width: 14.285rem; }
          @media (max-width: 455px) {
            html header#banner #heading .site-title a.logo {
              width: 9.285rem; } }
          html header#banner #heading .site-title a.logo img {
            vertical-align: top; }
        html header#banner #heading .site-title span.site-name {
          display: none; }
      html header#banner #heading .page-title {
        display: none; }
      html header#banner #heading nav#navigation {
        float: right;
        padding: 0;
        position: relative;
        font-family: "Roboto", sans-serif; }
        html header#banner #heading nav#navigation .portlet-search-bar .portlet-topper {
          margin-top: -45px; }
        html header#banner #heading nav#navigation .portlet-search-bar .panel-body {
          padding: 0 0 0 0; }
          html header#banner #heading nav#navigation .portlet-search-bar .panel-body .search-style .input-group {
            display: block; }
        @media (max-width: 979px) {
          html header#banner #heading nav#navigation {
            background: #DFE4DD;
            display: none;
            padding: 0;
            width: 100%; } }
        html header#banner #heading nav#navigation ul {
          float: left;
          margin: 0; }
          @media (max-width: 979px) {
            html header#banner #heading nav#navigation ul {
              float: none;
              margin: 0; } }
          html header#banner #heading nav#navigation ul:first-of-type {
            margin-top: 2.86em; }
            @media (max-width: 767px) {
              html header#banner #heading nav#navigation ul:first-of-type {
                margin-top: 0; } }
          html header#banner #heading nav#navigation ul li {
            float: left;
            margin: 0 0 0 28px;
            text-transform: uppercase; }
            html header#banner #heading nav#navigation ul li.line-divisor {
              margin-left: 14px;
              color: #999999;
              font-size: 32px;
              text-decoration: none;
              font-weight: lighter; }
              @media (max-width: 979px) {
                html header#banner #heading nav#navigation ul li.line-divisor {
                  display: none; } }
            @media (max-width: 979px) {
              html header#banner #heading nav#navigation ul li {
                margin: 0;
                float: none;
                line-height: normal; }
                html header#banner #heading nav#navigation ul li.lang-style-content {
                  background: #eef1ec; } }
            html header#banner #heading nav#navigation ul li a {
              color: #3F3F3F;
              font-size: 12px; }
              html header#banner #heading nav#navigation ul li a.lang-style {
                color: #999999;
                font-weight: 500; }
              html header#banner #heading nav#navigation ul li a.lang-style[href*="libras"]:before {
                font-size: 24px;
                font-family: icones-ifsc;
                content: "\e90a";
                text-decoration: none;
                font-weight: lighter;
                color: #83A7A5; }
              html header#banner #heading nav#navigation ul li a.lang-style[href*="libras"] span {
                display: none; }
              html header#banner #heading nav#navigation ul li a.lang-style[href*="eng"] {
                margin-left: -16px; }
              @media (max-width: 979px) {
                html header#banner #heading nav#navigation ul li a {
                  margin: 0 18px;
                  display: block;
                  line-height: 49px;
                  border-bottom: 1px solid #979797; }
                  html header#banner #heading nav#navigation ul li a.lang-style {
                    color: #8f9296; }
                    html header#banner #heading nav#navigation ul li a.lang-style[href*="eng"] {
                      margin-left: 18px;
                      border: none; }
                    html header#banner #heading nav#navigation ul li a.lang-style[href*="libras"] span {
                      display: inline;
                      margin-left: 10px; } }
            html header#banner #heading nav#navigation ul li.selected a, html header#banner #heading nav#navigation ul li:hover {
              color: #0F5F5C;
              font-weight: 700; }
            html header#banner #heading nav#navigation ul li .delete-tab {
              display: none; }
        html header#banner #heading nav#navigation .nav-others-style ul {
          margin: 0; }
          html header#banner #heading nav#navigation .nav-others-style ul li a.selected a, html header#banner #heading nav#navigation .nav-others-style ul li a:hover, html header#banner #heading nav#navigation .nav-others-style ul li a:hover::before, html header#banner #heading nav#navigation .nav-others-style ul li a.selected::before {
            color: #0F5F5C; }
          @media (max-width: 979px) {
            html header#banner #heading nav#navigation .nav-others-style ul {
              width: 100%; } }
        @media (max-width: 979px) {
          html header#banner #heading nav#navigation .nav-others-style {
            float: none; } }
        html header#banner #heading nav#navigation .portlet-search-bar,
        html header#banner #heading nav#navigation .search-style {
          background: #eef1ec;
          float: right;
          position: absolute;
          right: 0;
          top: -32px;
          width: 200px;
          -webkit-transition-property: width;
          -moz-transition-property: width;
          transition-property: width;
          -webkit-transition-duration: 0.1s;
          -moz-transition-duration: 0.1s;
          -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
          -webkit-transition-timing-function: ease-in;
          -moz-transition-timing-function: ease-in;
          transition-timing-function: ease-in; }
          html header#banner #heading nav#navigation .portlet-search-bar form,
          html header#banner #heading nav#navigation .search-style form {
            background: #eef1ec; }
          @media (max-width: 979px) {
            html header#banner #heading nav#navigation .portlet-search-bar,
            html header#banner #heading nav#navigation .search-style {
              background: #fff;
              clear: both;
              float: initial;
              padding: 30px 18px 30px 18px;
              position: inherit;
              width: auto; } }
          html header#banner #heading nav#navigation .portlet-search-bar .search-style__group,
          html header#banner #heading nav#navigation .search-style .search-style__group {
            border: 1px solid #83A7A5;
            border-radius: 3px;
            margin-top: -10px; }
            @media (max-width: 979px) {
              html header#banner #heading nav#navigation .portlet-search-bar .search-style__group,
              html header#banner #heading nav#navigation .search-style .search-style__group {
                margin-top: 0; } }
            html header#banner #heading nav#navigation .portlet-search-bar .search-style__group input#input-search,
            html header#banner #heading nav#navigation .portlet-search-bar .search-style__group input.input-search,
            html header#banner #heading nav#navigation .search-style .search-style__group input#input-search,
            html header#banner #heading nav#navigation .search-style .search-style__group input.input-search {
              background: transparent;
              border: 0;
              margin: 4px 0;
              width: 145px;
              outline: none;
              box-shadow: none;
              color: #8F9296;
              opacity: 0.5; }
              html header#banner #heading nav#navigation .portlet-search-bar .search-style__group input#input-search:focus,
              html header#banner #heading nav#navigation .portlet-search-bar .search-style__group input.input-search:focus,
              html header#banner #heading nav#navigation .search-style .search-style__group input#input-search:focus,
              html header#banner #heading nav#navigation .search-style .search-style__group input.input-search:focus {
                border: 0;
                box-shadow: none; }
              @media (max-width: 979px) {
                html header#banner #heading nav#navigation .portlet-search-bar .search-style__group input#input-search,
                html header#banner #heading nav#navigation .portlet-search-bar .search-style__group input.input-search,
                html header#banner #heading nav#navigation .search-style .search-style__group input#input-search,
                html header#banner #heading nav#navigation .search-style .search-style__group input.input-search {
                  width: 81%; } }
            html header#banner #heading nav#navigation .portlet-search-bar .search-style__group button.search-style__btn,
            html header#banner #heading nav#navigation .search-style .search-style__group button.search-style__btn {
              background: transparent;
              border: 0;
              height: 40px;
              width: 40px;
              display: inline-flex;
              align-items: center; }
              html header#banner #heading nav#navigation .portlet-search-bar .search-style__group button.search-style__btn:before,
              html header#banner #heading nav#navigation .search-style .search-style__group button.search-style__btn:before {
                color: #84A6A5;
                font-family: "icones-ifsc";
                content: "\e904"; }
              @media (max-width: 979px) {
                html header#banner #heading nav#navigation .portlet-search-bar .search-style__group button.search-style__btn,
                html header#banner #heading nav#navigation .search-style .search-style__group button.search-style__btn {
                  float: right;
                  position: inherit; } }
          html header#banner #heading nav#navigation .portlet-search-bar.active-search,
          html header#banner #heading nav#navigation .search-style.active-search {
            width: 100%; }
            html header#banner #heading nav#navigation .portlet-search-bar.active-search .search-custom__form .search-style__group #input-search,
            html header#banner #heading nav#navigation .portlet-search-bar.active-search .search-custom__form .search-style__group .input-search,
            html header#banner #heading nav#navigation .search-style.active-search .search-custom__form .search-style__group #input-search,
            html header#banner #heading nav#navigation .search-style.active-search .search-custom__form .search-style__group .input-search {
              width: 93%;
              opacity: 1; }
            html header#banner #heading nav#navigation .portlet-search-bar.active-search .search-custom__form .search-style__group .search-style__btn:before,
            html header#banner #heading nav#navigation .search-style.active-search .search-custom__form .search-style__group .search-style__btn:before {
              color: #0F5F5C; }
            @media (max-width: 979px) {
              html header#banner #heading nav#navigation .portlet-search-bar.active-search,
              html header#banner #heading nav#navigation .search-style.active-search {
                width: auto; }
                html header#banner #heading nav#navigation .portlet-search-bar.active-search .search-custom__form .search-style__group #input-search,
                html header#banner #heading nav#navigation .portlet-search-bar.active-search .search-custom__form .search-style__group .input-search,
                html header#banner #heading nav#navigation .search-style.active-search .search-custom__form .search-style__group #input-search,
                html header#banner #heading nav#navigation .search-style.active-search .search-custom__form .search-style__group .input-search {
                  width: 84%; } }
      html header#banner #heading .navbar-header, html header#banner #heading .search-header {
        margin: 0 0 16px 0; }
        html header#banner #heading .navbar-header .menu-responsive, html header#banner #heading .search-header .menu-responsive {
          background: transparent;
          border: 1px solid #84A6A5;
          box-shadow: none;
          margin: 0;
          padding: 11px 19px;
          border-radius: 0;
          font-size: 18px; }
          html header#banner #heading .navbar-header .menu-responsive .icon-reorder, html header#banner #heading .navbar-header .menu-responsive .icon-search, html header#banner #heading .search-header .menu-responsive .icon-reorder, html header#banner #heading .search-header .menu-responsive .icon-search {
            color: #84A6A5; }
      @media (max-width: 979px) {
        html header#banner #heading.navbar-active nav#navigation {
          display: block !important; }
        html header#banner #heading.navbar-active i.icon-reorder::before {
          font-family: icones-ifsc;
          content: "\e906"; }
        html header#banner #heading.search-active nav#navigation {
          display: block !important; }
          html header#banner #heading.search-active nav#navigation li:not(.search-style) {
            display: none; }
        html header#banner #heading.search-active i.icon-search::before {
          font-family: icones-ifsc;
          content: "\e906"; } }
  html .top-banner {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 580px; }
    html .top-banner .container {
      margin-top: 145px; }
      @media (max-width: 767px) {
        html .top-banner .container {
          margin-top: 0; } }
      html .top-banner .container .campus-img h1 {
        color: #EEF1EC;
        font-weight: lighter;
        letter-spacing: 0.3px;
        margin: 0; }
      html .top-banner .container .campus-img p {
        color: #84A6A5;
        font-family: "Roboto", sans-serif;
        margin-top: 16px;
        font-size: 23.94px;
        line-height: 32px;
        font-weight: lighter;
        opacity: 0.7; }
      html .top-banner .container .campus-img .btn {
        background: none;
        border: 1px solid #84A6A5;
        border-radius: 3px;
        margin-top: 10px;
        font-size: 15.96px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        text-shadow: none;
        box-shadow: none;
        color: #84A6A5;
        padding: 11px 30.5px;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.1s;
        -moz-transition-duration: 0.1s;
        -o-transition-duration: 0.1s;
        transition-duration: 0.1s; }
        html .top-banner .container .campus-img .btn:hover {
          border: 1px solid #FFFFFF;
          color: #FFFFFF; }
        @media (max-width: 767px) {
          html .top-banner .container .campus-img .btn {
            margin-bottom: 0; } }
      @media (max-width: 767px) {
        html .top-banner .container .campus-img {
          margin: 112px 0 112px 0; } }
    @media (max-width: 767px) {
      html .top-banner {
        height: auto; } }
  html .campus-video {
    background: #E0E0E0; }
  html .type-course {
    padding: 64px 0; }
    html .type-course h2 {
      color: #0F5F5C;
      margin-bottom: 24px;
      font-weight: lighter; }
    html .type-course h4 {
      color: #4A5058;
      font-weight: lighter; }
    html .type-course p {
      line-height: 24px;
      color: #999999; }
    html .type-course .normal-link {
      color: #2F9E40;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      margin: 16px 0 8px;
      line-height: 8px;
      font-weight: 500;
      text-decoration: none;
      padding-bottom: 3px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s;
      float: left; }
      html .type-course .normal-link::after {
        font-size: 21px;
        font-family: icones-ifsc;
        content: "\e900";
        color: #2F9E40;
        margin-left: 8px;
        text-decoration: none;
        display: inline;
        position: absolute; }
      html .type-course .normal-link:hover {
        border-bottom: 1px solid #2F9E40; }
    html .type-course .btn {
      color: #2F9E40;
      background: none;
      font-size: 15.96px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      text-shadow: none;
      box-shadow: none;
      border: 1px;
      border-color: #45981e;
      border-style: solid;
      padding: 12px 31.5px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s; }
      html .type-course .btn:after {
        display: none; }
      html .type-course .btn:hover {
        background: #2F9E40;
        color: #FFFFFF; }
    @media (max-width: 979px) {
      html .type-course .span3 {
        float: left; } }
    @media (max-width: 767px) {
      html .type-course {
        padding: 0; }
        html .type-course h2 {
          margin: 48px 0 32px 0; }
        html .type-course h4 {
          margin: 0 0 8px; }
        html .type-course .normal-link {
          margin: 8px 0 40px; } }
  html .campus.type-course {
    border-bottom: 1px solid #EEF1EC; }
  html .other-course {
    background-image: url("../images/type-course.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px; }
    html .other-course h4 {
      color: #4A5058;
      font-weight: lighter;
      margin: 0 0 7px; }
    html .other-course p {
      color: #999999; }
    html .other-course .btn {
      background: #2F9E40;
      border: none;
      border-radius: 3px;
      font-size: 15.96px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      text-shadow: none;
      box-shadow: none;
      color: #FFFFFF;
      padding: 12px 31.5px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s; }
      html .other-course .btn:hover {
        background: #278E37; }
  html .campus-location {
    padding: 56px 0;
    border-bottom: 1px solid #EEF1EC; }
    html .campus-location h2 {
      color: #0F5F5C;
      margin-bottom: 16px;
      font-weight: lighter; }
    html .campus-location h4 {
      color: #4A5058;
      font-weight: lighter;
      margin-bottom: 48px; }
    html .campus-location .btn {
      background: #2F9E40;
      border: none;
      border-radius: 3px;
      font-size: 15.96px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      text-shadow: none;
      box-shadow: none;
      color: #FFFFFF;
      padding: 12px 31.5px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s; }
      html .campus-location .btn:hover {
        background: #278E37; }
    html .campus-location .btn-1 {
      color: #2F9E40;
      background: none;
      border: 1px;
      border-color: #45981e;
      border-style: solid;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s; }
      html .campus-location .btn-1:hover {
        background: #2F9E40;
        color: #FFFFFF; }
    html .campus-location #map {
      width: 100%;
      height: 288px; }
      @media (max-width: 979px) {
        html .campus-location #map {
          margin-top: 40px; } }
    html .campus-location #iw_container .iw_title h5 {
      color: #0F5F5C;
      font-weight: 500; }
    html .campus-location .iw_content {
      padding: 15px 15px 15px 0; }
      html .campus-location .iw_content a {
        font-weight: bold;
        color: #2F9E40; }
        html .campus-location .iw_content a:hover {
          text-decoration: underline; }
  html .campus.campus-location {
    border-bottom: 1px solid #EEF1EC; }
  html .inscription {
    padding: 80px; }
    html .inscription h2 {
      font-weight: lighter;
      margin: 0 0 8px;
      color: #F3F3F3; }
    html .inscription p {
      color: #EEF1EC;
      line-height: 24px; }
    html .inscription .btn {
      background: none;
      border: 1px solid #84A6A5;
      border-radius: 3px;
      margin-top: 30px;
      font-size: 15.96px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      text-shadow: none;
      box-shadow: none;
      color: #84A6A5;
      padding: 11px 30.5px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s; }
      html .inscription .btn:hover {
        border: 1px solid #FFFFFF;
        color: #FFFFFF; }
  html .featured-projects {
    padding: 56px 0; }
    html .featured-projects .projects {
      margin-top: 32px; }
    html .featured-projects h3 {
      color: #0F5F5C;
      font-weight: lighter; }
    html .featured-projects h6 {
      color: #2F9E40;
      font-weight: normal;
      margin: 0;
      opacity: 1;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s; }
    html .featured-projects p {
      color: #4A5058;
      font-weight: 500;
      margin: 8px 0 16px;
      font-size: 16px;
      opacity: 1;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s; }
    html .featured-projects .item_projects {
      display: block; }
      html .featured-projects .item_projects:hover {
        opacity: 0.8; }
    html .featured-projects a {
      color: #2F9E40; }
    html .featured-projects .btn {
      margin: 38px 0 56px 0;
      background: #2F9E40;
      border: none;
      border-radius: 3px;
      font-size: 15.96px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      text-shadow: none;
      box-shadow: none;
      color: #FFFFFF;
      padding: 12px 31.5px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s; }
      html .featured-projects .btn:hover {
        background: #278E37; }
  html .extension-activity h2 {
    color: #0F5F5C;
    margin-bottom: 16px;
    font-weight: lighter; }
  html .extension-activity h4 {
    color: #686A6E;
    font-weight: lighter;
    margin: 0 0 50px; }
  html .extension-activity h5 {
    color: #0F5F5C;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 19px;
    text-align: center; }
  html .extension-activity p {
    color: #4A5058;
    line-height: 24px;
    text-align: center;
    margin-top: 16px;
    font-weight: 500;
    font-size: 13px; }
  html .extension-activity a {
    display: block;
    opacity: 1;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s; }
    html .extension-activity a:hover {
      opacity: 0.8; }
  html .extension-activity .span12 {
    padding: 56px 0; }
    @media (max-width: 767px) {
      html .extension-activity .span12 .span3 {
        margin-top: 48px; } }
  html .extension-activity .item {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    font-size: 36px;
    color: #1B5F5C;
    line-height: 150px;
    text-align: center;
    text-decoration: none;
    background: transparent;
    border: 2px solid #164F4D;
    font-family: "Roboto";
    font-weight: lighter;
    margin: 0 auto; }
  @media (max-width: 979px) and (min-width: 768px) {
    html .extension-activity .item {
      font-size: 22px;
      height: 110px;
      line-height: 110px;
      width: 110px; }
    html .extension-activity p {
      font-size: 12px; }
    html .extension-activity h5 {
      font-size: 14px; } }
  html .ifsc-tv {
    margin: 64px 0; }
    html .ifsc-tv h2 {
      color: #0F5F5C;
      margin-bottom: 16px;
      font-weight: lighter; }
    html .ifsc-tv h4 {
      color: #4A5058;
      font-weight: lighter;
      margin: 16px 0; }
    html .ifsc-tv a {
      color: #2F9E40;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      line-height: 8px;
      font-size: 16px;
      text-decoration: none;
      float: left;
      padding-bottom: 3px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s; }
      html .ifsc-tv a::after {
        font-size: 21px;
        font-family: icones-ifsc;
        content: "\e900";
        color: #2F9E40;
        margin-left: 8px;
        text-decoration: none;
        display: inline;
        position: absolute; }
      html .ifsc-tv a:hover {
        border-bottom: 1px solid #2F9E40; }
  html .news-home {
    margin: 64px 0;
    padding-bottom: 20px; }
    html .news-home h2 {
      color: #0F5F5C;
      margin-bottom: 16px;
      font-weight: lighter; }
    html .news-home h5 {
      color: #4A5057;
      font-weight: 500;
      line-height: 24px; }
      html .news-home h5:first-child {
        margin: 0; }
        html .news-home h5:first-child p {
          margin-top: 8px; }
    html .news-home p {
      color: #8F9296;
      display: inline;
      font-weight: normal;
      line-height: 24px;
      margin: 0; }
    html .news-home a {
      color: #4A5057;
      font-weight: lighter;
      display: block;
      opacity: 1;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s; }
      html .news-home a.tag {
        color: #2F9E40;
        display: inline;
        font-family: "Roboto";
        font-size: 13px;
        margin-right: 10px; }
      html .news-home a:hover {
        opacity: 0.8; }
    html .news-home h6 {
      margin: 0; }
      html .news-home h6 span p {
        color: #8F9296;
        display: inline;
        font-family: "Roboto";
        font-size: 12px; }
    html .news-home .btn-all-news {
      color: #2F9E40;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 8px;
      margin-top: 14px;
      float: left;
      text-decoration: none;
      padding-bottom: 3px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s;
      position: absolute; }
      html .news-home .btn-all-news::after {
        font-size: 21px;
        font-family: icones-ifsc;
        content: "\e900";
        color: #2F9E40;
        margin-left: 8px;
        text-decoration: none;
        display: inline;
        position: absolute; }
      html .news-home .btn-all-news:hover {
        opacity: 1;
        border-bottom: 1px solid #2F9E40; }
    html .news-home .featured-news {
      margin-top: 36px; }
    html .news-home .img {
      margin-left: 0;
      height: 122px;
      background-repeat: no-repeat;
      background-size: 100%;
      margin-bottom: 8px;
      width: 240px; }
    html .news-home .span6 {
      width: 47.5%; }
      html .news-home .span6:last-child {
        margin-left: 5%; }
      html .news-home .span6 div:first-child {
        margin-top: 0; }
    @media (max-width: 979px) {
      html .news-home .img {
        width: 100%;
        height: 200px; }
      html .news-home .span6 {
        width: 100%; }
        html .news-home .span6:last-child {
          margin-top: 36px;
          margin-left: 0; } }
  html .page-footer {
    background-color: #EEF1EC; }
    html .page-footer .span3 {
      padding-top: 41px; }
    html .page-footer h6 {
      color: #3C4146;
      font-family: "Roboto";
      font-size: 16.002px;
      font-weight: 500;
      margin-top: 40px; }
    html .page-footer li {
      margin-bottom: 8px; }
    html .page-footer p {
      color: #686A6E;
      font-size: 13px;
      line-height: 20px; }
    html .page-footer a {
      color: #686A6E;
      font-size: 13px;
      border-bottom: 1px solid transparent;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s; }
      html .page-footer a:hover {
        border-bottom: 1px solid #686A6E; }
    html .page-footer .information .span3, html .page-footer .information .span4 {
      padding-top: 0; }
    html .page-footer .information-contact {
      padding-top: 41px; }
      html .page-footer .information-contact .span12 {
        margin-left: 0; }
        html .page-footer .information-contact .span12 h6 {
          color: #EEF1EC;
          margin: 0; }
    html .page-footer .information-copyright .span12 {
      padding-bottom: 41px; }
      html .page-footer .information-copyright .span12 p {
        font-size: 11px; }
    html .page-footer a.logo {
      margin-top: 40px;
      background-repeat: no-repeat;
      background-position: center top;
      width: 10.7rem;
      height: 3.42rem;
      background-size: contain;
      border: 0; }
    html .page-footer a.twitter::before {
      font-size: 14px;
      font-family: icones-ifsc;
      content: "\e90c";
      display: block;
      margin: 2px 8px 2px 0;
      text-decoration: none;
      font-weight: lighter;
      float: left; }
    html .page-footer a.facebook::before {
      font-size: 14px;
      font-family: icones-ifsc;
      content: "\e907";
      display: block;
      margin: 2px 8px 2px 0;
      text-decoration: none;
      font-weight: lighter;
      float: left; }
    html .page-footer a.instagran::before {
      font-size: 14px;
      font-family: icones-ifsc;
      content: "\e909";
      display: block;
      margin: 2px 8px 2px 0;
      text-decoration: none;
      font-weight: lighter;
      float: left; }
    html .page-footer a.linkedin::before {
      font-size: 14px;
      font-family: icones-ifsc;
      content: "\e90e";
      display: block;
      margin: 2px 8px 2px 0;
      text-decoration: none;
      font-weight: lighter;
      float: left; }
    html .page-footer a.youtube::before {
      font-size: 14px;
      font-family: icones-ifsc;
      content: "\e910";
      display: block;
      margin: 2px 8px 2px 0;
      text-decoration: none;
      font-weight: lighter;
      float: left; }
    html .page-footer .ifsc-copyright {
      background: #4A5058;
      margin-top: 70px; }
      html .page-footer .ifsc-copyright p {
        color: #EEF1EC;
        line-height: 19px;
        margin: 0;
        padding: 17px 0 0 0; }
    @media (max-width: 767px) {
      html .page-footer .span3 {
        padding-top: 0; }
        html .page-footer .span3:first-child {
          padding: 40px 0; }
      html .page-footer .line-divisor-to-item {
        border-top: 1px solid rgba(151, 151, 151, 0.23); }
      html .page-footer .itemFooter {
        border-bottom: 1px solid rgba(151, 151, 151, 0.23); }
        html .page-footer .itemFooter .dropdown__button {
          padding: 10px 0;
          margin: 0; }
          html .page-footer .itemFooter .dropdown__button::after {
            color: #686A6E;
            font-family: icones-ifsc;
            content: "\e90d";
            font-size: 14px;
            top: 50%;
            float: right;
            margin-right: 10px;
            -webkit-transition-property: all;
            -moz-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: 0.1s;
            -moz-transition-duration: 0.1s;
            -o-transition-duration: 0.1s;
            transition-duration: 0.1s; }
        html .page-footer .itemFooter .dropdown--is-active::after {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
        html .page-footer .itemFooter .dropdown__content {
          display: none; } }
  html .portlet-journal-content .journal-content-article .organizational-structure ul, html .portlet-journal-content .journal-content-article .organizational-structure ol,
  html .portlet-journal-content .journal-content-article .organizational-structure-libras ul,
  html .portlet-journal-content .journal-content-article .organizational-structure-libras ol,
  html .portlet-journal-content .journal-content-article .information-curse ul,
  html .portlet-journal-content .journal-content-article .information-curse ol,
  html .portlet-journal-content .journal-content-article .article__content ul,
  html .portlet-journal-content .journal-content-article .article__content ol {
    font-size: 16px; }
  html .organizational-structure:last-child, html .organizational-structure-libras:last-child {
    margin-bottom: 56px; }
  html .organizational-structure h2, html .organizational-structure-libras h2 {
    color: #0F5F5C;
    margin-bottom: 16px;
    font-weight: lighter; }
  html .organizational-structure h3, html .organizational-structure-libras h3 {
    color: #0F5F5C;
    margin: 48px 0 16px 0;
    font-weight: lighter; }
  html .organizational-structure .description, html .organizational-structure-libras .description {
    color: #4A5058;
    font-weight: lighter;
    margin-bottom: 24px;
    margin-top: 0; }
  html .organizational-structure h4, html .organizational-structure-libras h4 {
    color: #0D4F4D;
    font-weight: lighter;
    margin-top: 40px;
    margin-bottom: 24px; }
  html .organizational-structure p, html .organizational-structure-libras p {
    line-height: 24px;
    font-size: 16px;
    margin: 0 0 16px; }
  html .organizational-structure a, html .organizational-structure-libras a {
    font-weight: bold;
    color: #2F9E40;
    text-decoration: none; }
    html .organizational-structure a.feature-link, html .organizational-structure-libras a.feature-link {
      font-weight: 500;
      display: inline;
      margin-top: 16px;
      line-height: 8px;
      font-family: "Roboto";
      position: relative;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s; }
      html .organizational-structure a.feature-link::after, html .organizational-structure-libras a.feature-link::after {
        font-size: 16px;
        font-family: icones-ifsc;
        content: "\e901";
        color: #2F9E40;
        margin-left: 5px;
        display: inline-block;
        text-decoration: none;
        font-weight: 500;
        position: absolute;
        top: 50%;
        margin-top: -5px; }
        @media (max-width: 767px) {
          html .organizational-structure a.feature-link::after, html .organizational-structure-libras a.feature-link::after {
            position: relative; } }
      @media (max-width: 767px) {
        html .organizational-structure a.feature-link, html .organizational-structure-libras a.feature-link {
          line-height: 20px; }
          html .organizational-structure a.feature-link::after, html .organizational-structure-libras a.feature-link::after {
            margin-top: 0; } }
    html .organizational-structure a:hover, html .organizational-structure-libras a:hover {
      border-bottom: 1px solid #2F9E40; }
  html .organizational-structure .gif-information, html .organizational-structure-libras .gif-information {
    overflow: hidden;
    float: left;
    display: block;
    width: 330px;
    height: 230px;
    margin-right: 30px; }
    html .organizational-structure .gif-information img, html .organizational-structure-libras .gif-information img {
      width: 330px; }
    @media (max-width: 767px) {
      html .organizational-structure .gif-information, html .organizational-structure-libras .gif-information {
        width: 100%; } }
    @media (max-width: 979px) {
      html .organizational-structure .gif-information, html .organizational-structure-libras .gif-information {
        margin-bottom: 22px; } }
  @media (max-width: 767px) {
    html .organizational-structure:last-child, html .organizational-structure-libras:last-child {
      margin-bottom: 56px; }
    html .organizational-structure h4.description, html .organizational-structure-libras h4.description {
      margin-bottom: 50px; } }
  html .organizational-structure .organizational-list-external, html .organizational-structure-libras .organizational-list-external {
    list-style: none !important;
    margin: 0 0 16px 0 !important;
    font-size: 14px !important; }
  html .organizational-structure-libras h3 {
    margin-top: 36px; }
  html .organizational-structure-libras:last-child {
    margin-bottom: 112px; }
    @media (max-width: 767px) {
      html .organizational-structure-libras:last-child {
        margin-bottom: 36px; } }
  html .organizational-structure-libras .description-title {
    overflow: hidden;
    padding-bottom: 16px; }
    @media (max-width: 767px) {
      html .organizational-structure-libras .description-title {
        overflow: visible; } }
  html .organizational-structure-libras:first-child .description-title {
    padding-bottom: 0; }
  html .organizational-structure-libras:after {
    content: "";
    clear: both;
    display: block;
    width: 100%; }
  html .organizational-structure-libras iframe {
    float: left;
    display: block;
    width: 330px;
    height: 180px;
    margin-right: 30px; }
    @media (max-width: 979px) {
      html .organizational-structure-libras iframe {
        margin-bottom: 22px; } }
    @media (max-width: 767px) {
      html .organizational-structure-libras iframe {
        width: 100%;
        height: 145px; } }
  html .information-page {
    background: #0D4F4D; }
    html .information-page h4 {
      color: #EEF1EC;
      font-weight: lighter;
      margin: 16px 0 16px; }
    @media (max-width: 767px) {
      html .information-page {
        position: absolute;
        z-index: 9;
        width: 100%; } }
  html .sidebar-nav {
    padding: 25px 0 52px 0; }
    @media (max-width: 767px) {
      html .sidebar-nav {
        padding-top: 0;
        position: relative;
        max-height: 18px;
        overflow: hidden;
        background-color: #0f5f5c;
        margin-left: -30px;
        margin-right: -30px; }
        html .sidebar-nav.sidebar-nav--active {
          padding-top: 64px; } }
    @media (max-width: 767px) {
      html .sidebar-nav .sidebar-nav__container {
        -webkit-transition: max-height 0.5s 0.1s cubic-bezier(0.7, 0.01, 0.22, 0.99);
        -moz-transition: max-height 0.5s 0.1s cubic-bezier(0.7, 0.01, 0.22, 0.99);
        -o-transition: max-height 0.5s 0.1s cubic-bezier(0.7, 0.01, 0.22, 0.99);
        transition: max-height 0.5s 0.1s cubic-bezier(0.7, 0.01, 0.22, 0.99);
        position: relative;
        border: 1px solid #999999;
        margin-top: 20px;
        max-height: 49px;
        overflow: hidden;
        padding: 0; } }
    html .sidebar-nav span.couse-separate {
      font-size: 24px;
      font-family: "Roboto";
      font-weight: lighter;
      color: #0D4F4D;
      margin: 48px 0 16px 0;
      display: block;
      line-height: 32px; }
      @media (max-width: 767px) {
        html .sidebar-nav span.couse-separate {
          margin-left: 32px;
          color: #FFFFFF; } }
    html .sidebar-nav a {
      display: block;
      font-family: "Roboto";
      color: #686A6E;
      margin-bottom: 20px;
      line-height: 20px;
      font-size: 14px;
      font-weight: lighter; }
      @media (max-width: 767px) {
        html .sidebar-nav a {
          border-bottom: 1px solid rgba(151, 151, 151, 0.23);
          padding: 16px 20px;
          font-size: 16px;
          color: #FFFFFF;
          margin-bottom: 0px;
          font-weight: 400;
          margin-left: 15px;
          margin-right: 15px; }
          html .sidebar-nav a:first-child {
            border-bottom: none; }
          html .sidebar-nav a:last-child {
            border-bottom: none; }
          html .sidebar-nav a.sidebar-nav__link--active {
            background-color: #0D4F4D;
            margin-left: -30px;
            margin-right: -30px;
            border-bottom: none;
            padding: 0 20px; }
            html .sidebar-nav a.sidebar-nav__link--active span {
              border-bottom: 1px solid rgba(151, 151, 151, 0.23);
              -webkit-background-clip: padding-box;
              background-clip: padding-box;
              margin-left: 30px;
              margin-right: 30px;
              display: block;
              padding: 16px 16px; } }
      html .sidebar-nav a:focus, html .sidebar-nav a.sidebar-nav__link--active {
        color: #0D4F4D;
        text-decoration: none;
        font-weight: bold; }
        @media (max-width: 767px) {
          html .sidebar-nav a:focus, html .sidebar-nav a.sidebar-nav__link--active {
            color: #FFFFFF; } }
    html .sidebar-nav .sidebar-nav__link--active {
      display: none; }
    html .sidebar-nav .sidebar-nav__dropdown {
      cursor: pointer;
      font-weight: bold; }
      @media (max-width: 767px) {
        html .sidebar-nav .sidebar-nav__dropdown {
          color: #FFFFFF;
          display: block;
          background-color: #2b6c6b;
          font-size: 18px;
          font-weight: bold;
          /* margin-left: 0;
          margin-right: 0;*/ } }
      html .sidebar-nav .sidebar-nav__dropdown::after, html .sidebar-nav .sidebar-nav__dropdown::before {
        font-family: icones-ifsc;
        content: "\e90d";
        color: #FFFFFF;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: transform 0.2s ease;
        -moz-transition: transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        transition: transform 0.2s ease;
        display: block;
        position: absolute;
        right: 40px;
        font-size: 22px;
        z-index: 99; }
      html .sidebar-nav .sidebar-nav__dropdown::before {
        top: 20px; }
      html .sidebar-nav .sidebar-nav__dropdown::after {
        top: 28px; }
      html .sidebar-nav .sidebar-nav__dropdown root {
        display: none; }
    html .sidebar-nav.sidebar-nav--active {
      max-height: 3000px; }
      html .sidebar-nav.sidebar-nav--active .sidebar-nav__dropdown::after, html .sidebar-nav.sidebar-nav--active .sidebar-nav__dropdown::before {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      @media (max-width: 767px) {
        html .sidebar-nav.sidebar-nav--active {
          padding-bottom: 0px; } }
  html .breadcrumb {
    padding: 23px 0 28px 0;
    background-color: transparent;
    margin: 0; }
    html .breadcrumb li a, html .breadcrumb li {
      display: inline-block; }
    html .breadcrumb li h6 {
      color: #4A5058;
      margin-bottom: 0;
      margin-top: 0;
      font-weight: lighter;
      font-family: "Roboto"; }
      html .breadcrumb li h6:hover {
        text-decoration: underline; }
    html .breadcrumb li::after {
      font-size: 14px;
      content: ' › ';
      display: inline;
      margin: 0 5px;
      text-decoration: none;
      font-weight: lighter; }
    html .breadcrumb li:last-child h6 {
      color: #8f9296;
      font-weight: lighter;
      text-decoration: none; }
      html .breadcrumb li:last-child h6:hover {
        text-decoration: none; }
    html .breadcrumb li:last-child::after {
      display: none; }
  @media (max-width: 979px) {
    html .line-divisor-page-internal {
      text-align: center; } }
  html .line-divisor-page-internal .back-to-top {
    float: right;
    color: #2F9E40;
    cursor: pointer;
    font-size: 16px;
    margin-top: -35px; }
    @media (max-width: 979px) {
      html .line-divisor-page-internal .back-to-top {
        float: none;
        margin: 48px 0;
        display: block; } }
    html .line-divisor-page-internal .back-to-top::after {
      font-family: icones-ifsc;
      content: "\e902";
      margin-left: 8px;
      font-size: 32px;
      display: inline-block;
      position: relative;
      top: 0.2em; }
    html .line-divisor-page-internal .back-to-top:hover {
      text-decoration: underline; }
      html .line-divisor-page-internal .back-to-top:hover:after {
        text-decoration: none; }
  html .description-of-courses-list h3 {
    color: #0F5F5C;
    font-weight: lighter;
    margin: 0; }
  html .description-of-courses-list p {
    line-height: 32px;
    font-size: 16px; }
  html .description-of-courses-list .link-internal {
    font-weight: bold;
    color: #2F9E40; }
    html .description-of-courses-list .link-internal:hover {
      text-decoration: underline; }
  html .description-of-courses-list .list-of-courses {
    margin-top: 38px;
    margin-bottom: 68px; }
    html .description-of-courses-list .list-of-courses .thead-list-of-courses {
      margin-bottom: 24px;
      display: table;
      width: 100%; }
      html .description-of-courses-list .list-of-courses .thead-list-of-courses h5 {
        display: table-cell;
        color: #0F5F5C;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 19px;
        font-weight: 500; }
    html .description-of-courses-list .list-of-courses .list-courses__content ul li {
      border-top: 1px solid #d6d6d6; }
      html .description-of-courses-list .list-of-courses .list-courses__content ul li:last-child {
        border-bottom: 1px solid #d6d6d6; }
      html .description-of-courses-list .list-of-courses .list-courses__content ul li.no-courses-available p {
        padding: 20px;
        margin-bottom: 0;
        font-size: 18px; }
      html .description-of-courses-list .list-of-courses .list-courses__content ul li a {
        display: block;
        width: 100%;
        position: relative;
        padding: 32px 0; }
        @media (max-width: 767px) {
          html .description-of-courses-list .list-of-courses .list-courses__content ul li a {
            padding: 15px 0 15px 0 !important; } }
        html .description-of-courses-list .list-of-courses .list-courses__content ul li a span {
          margin-left: 0;
          padding-left: 32px;
          vertical-align: middle;
          width: 95%;
          font-size: 14px;
          font-weight: 600;
          color: #4A5058;
          position: absolute;
          top: 32%; }
          @media (max-width: 767px) {
            html .description-of-courses-list .list-of-courses .list-courses__content ul li a span {
              position: relative !important; } }
        html .description-of-courses-list .list-of-courses .list-courses__content ul li a .name-campus {
          margin-left: 0;
          font-family: "Roboto";
          font-weight: 500;
          font-size: 11px;
          color: #A4A4A4;
          position: absolute;
          left: 50%;
          top: 33%; }
        html .description-of-courses-list .list-of-courses .list-courses__content ul li a .course-ead {
          margin-left: 0;
          font-family: "Roboto";
          font-weight: 500;
          font-size: 10px;
          color: #a4a4a4;
          position: absolute;
          left: 32px;
          top: 0; }
        html .description-of-courses-list .list-of-courses .list-courses__content ul li a .open-inscription {
          font-size: 13px;
          margin-left: 0;
          font-weight: 500;
          font-family: "Roboto";
          color: #2F9E40;
          position: absolute;
          left: 77%;
          top: 32%; }
        html .description-of-courses-list .list-of-courses .list-courses__content ul li a:after {
          font-size: 20px;
          font-family: icones-ifsc;
          content: "\e901";
          color: #4A5058;
          margin-left: 5px;
          text-decoration: none;
          font-weight: 500;
          position: absolute;
          top: 50%;
          margin-top: -12px;
          margin-left: 95%; }
        html .description-of-courses-list .list-of-courses .list-courses__content ul li a:hover {
          background-color: #2F9E40; }
          html .description-of-courses-list .list-of-courses .list-courses__content ul li a:hover.item-open-inscription {
            border-left: 8px solid #1B5F5C; }
          html .description-of-courses-list .list-of-courses .list-courses__content ul li a:hover span, html .description-of-courses-list .list-of-courses .list-courses__content ul li a:hover .open-inscription, html .description-of-courses-list .list-of-courses .list-courses__content ul li a:hover .name-campus, html .description-of-courses-list .list-of-courses .list-courses__content ul li a:hover .course-ead {
            color: #FFFFFF; }
          html .description-of-courses-list .list-of-courses .list-courses__content ul li a:hover:after {
            color: #FFFFFF; }
      html .description-of-courses-list .list-of-courses .list-courses__content ul li.item-open-inscription {
        border-left: 8px solid #2F9E40; }
        html .description-of-courses-list .list-of-courses .list-courses__content ul li.item-open-inscription a span {
          padding-left: 24px; }
        html .description-of-courses-list .list-of-courses .list-courses__content ul li.item-open-inscription a .name-campus {
          left: 49%; }
        html .description-of-courses-list .list-of-courses .list-courses__content ul li.item-open-inscription a .course-ead {
          left: 24px; }
        html .description-of-courses-list .list-of-courses .list-courses__content ul li.item-open-inscription a .open-inscription {
          left: 76%; }
      @media (max-width: 767px) {
        html .description-of-courses-list .list-of-courses .list-courses__content ul li a {
          padding: 15px 0 6px 0; }
          html .description-of-courses-list .list-of-courses .list-courses__content ul li a span {
            position: initial;
            width: 70%; }
          html .description-of-courses-list .list-of-courses .list-courses__content ul li a .name-campus {
            position: initial;
            margin-left: 33px;
            margin-top: 13px;
            top: initial;
            font-size: 10px; }
          html .description-of-courses-list .list-of-courses .list-courses__content ul li a .open-inscription {
            position: initial;
            margin-left: 24px;
            margin-top: -9px;
            font-size: 12px; }
          html .description-of-courses-list .list-of-courses .list-courses__content ul li a:after {
            margin-left: 90%; }
        html .description-of-courses-list .list-of-courses .list-courses__content ul li.item-open-inscription a {
          padding: 40px 0 13px 0; }
          html .description-of-courses-list .list-of-courses .list-courses__content ul li.item-open-inscription a .name-campus {
            margin-left: 24px; } }
      html .description-of-courses-list .list-of-courses .list-courses__content ul li:hover.item-open-inscription {
        border-left: 8px solid #1B5F5C; }
    @media (max-width: 767px) {
      html .description-of-courses-list .list-of-courses {
        margin: 32px 0 56px 0; } }
  html .portlet-login {
    width: 400px;
    margin: 104px auto; }
    html .portlet-login h1, html .portlet-login h2 {
      text-align: left;
      font-style: normal;
      font-weight: 300;
      font-size: 48px;
      color: #0D4F4D;
      opacity: 1.00; }
      html .portlet-login h1 span img, html .portlet-login h2 span img {
        display: none; }
    html .portlet-login input {
      width: 96.5%;
      border: 1px solid #8f9296;
      border-radius: 3px;
      height: 30px; }
    html .portlet-login button {
      width: 100%;
      height: 41px;
      border-radius: 3px;
      font-size: 15.96px;
      font-family: "Roboto",sans-serif;
      font-weight: 400;
      text-shadow: none;
      box-shadow: none;
      color: white; }
    html .portlet-login .btn-primary {
      background-image: linear-gradient(to bottom, #2f9e40, #2f9e40); }
      html .portlet-login .btn-primary:hover {
        background: #278e37; }
    html .portlet-login .button-holder {
      margin: 0 0; }
    html .portlet-login .portlet-topper-toolbar {
      font-weight: 500;
      line-height: 100%;
      color: #2F9E40;
      opacity: 1.00; }
    html .portlet-login .input-checkbox-wrapper {
      text-align: center; }
      html .portlet-login .input-checkbox-wrapper input {
        width: inherit; }
    html .portlet-login .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
      display: none; }
    html .portlet-login .navigation {
      padding: 10px;
      color: #2f9e40;
      background: 0;
      height: 17px;
      text-align: center;
      border-radius: 3px; }
      html .portlet-login .navigation a {
        color: #45981e; }
  html .read-more {
    padding: 62px 0 52px 0; }
    html .read-more .image-feature {
      float: left;
      height: 67px;
      overflow: hidden; }
      html .read-more .image-feature img {
        margin-top: -10%; }
    html .read-more a {
      overflow: hidden; }
    html .read-more .description {
      margin-left: 135px;
      margin-top: 2px; }
    html .read-more h3 {
      color: #0F5F5C;
      font-weight: lighter;
      padding-top: 24px; }
    @media (max-width: 979px) {
      html .read-more {
        margin-top: 0;
        border-top: 1px solid #d6d6d6;
        padding-top: 32px; } }
  html .campus.read-more {
    margin: 0px 0; }
  html .campus .btn-all-news {
    color: #2F9E40;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 8px;
    font-size: 16px;
    margin-top: 14px;
    float: left;
    text-decoration: none;
    padding: 5px 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s; }
    html .campus .btn-all-news::after {
      font-size: 21px;
      font-family: icones-ifsc;
      content: "\e900";
      color: #2F9E40;
      margin-left: 8px;
      text-decoration: none;
      display: inline;
      position: absolute; }
    html .campus .btn-all-news:hover {
      opacity: 1;
      border-bottom: 1px solid #2F9E40; }
  html .featured-theme--news {
    margin: 0px 0 100px; }
    @media (max-width: 979px) {
      html .featured-theme--news {
        margin: 13px 0 50px; } }
    html .featured-theme--news a {
      display: block; }
      html .featured-theme--news a:hover {
        opacity: 0.7; }
        @media (max-width: 979px) {
          html .featured-theme--news a:hover {
            opacity: 1; } }
    html .featured-theme--news .image-feature {
      overflow: hidden; }
      html .featured-theme--news .image-feature img {
        width: 600px; }
    html .featured-theme--news h2 {
      font-weight: lighter;
      color: #0F5F5C; }
    html .featured-theme--news h4 {
      font-weight: lighter;
      color: #8f9296; }
      @media (max-width: 979px) {
        html .featured-theme--news h4 {
          line-height: 28px; } }
    html .featured-theme--news h6 a.tag {
      color: #2F9E40;
      display: inline;
      font-family: "Roboto";
      font-size: 13px;
      font-weight: lighter;
      margin-right: 10px; }
    html .featured-theme--news h6 span p {
      color: #8F9296;
      display: inline;
      font-family: "Roboto";
      font-size: 13px;
      font-weight: lighter; }
  html .campus.featured-theme--news {
    margin: 56px 0; }
  html .category-navigation-news {
    margin-top: 64px;
    margin-bottom: 72px; }
    html .category-navigation-news h4 {
      font-weight: lighter;
      color: #0F5F5C;
      margin-top: 48px; }
      html .category-navigation-news h4:first-child {
        margin-top: 0; }
    html .category-navigation-news a {
      font-family: "Roboto";
      color: #686A6E;
      margin-top: 20px;
      line-height: 20px;
      display: block;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s; }
      html .category-navigation-news a:hover {
        color: #2F9E40; }
    @media (max-width: 767px) {
      html .category-navigation-news {
        margin: 0 0 0 0; } }
  html .list-news-container {
    margin-top: 45px; }
    html .list-news-container h3 {
      font-weight: lighter;
      color: #4A5058; }
    html .list-news-container .news-list {
      margin-top: 32px;
      padding-bottom: 24px;
      border-bottom: 1px solid #d6d6d6; }
      html .list-news-container .news-list h6 {
        margin: 0 0 8px; }
        html .list-news-container .news-list h6 a.tag {
          color: #2F9E40;
          display: inline;
          font-family: "Roboto";
          font-size: 13px;
          font-weight: lighter;
          margin-right: 10px; }
          html .list-news-container .news-list h6 a.tag:hover {
            opacity: 0.5; }
          @media (max-width: 767px) {
            html .list-news-container .news-list h6 a.tag {
              padding-right: 10px; } }
        html .list-news-container .news-list h6 span p {
          color: #8F9296;
          display: inline;
          font-family: "Roboto";
          font-size: 13px;
          font-weight: lighter; }
          html .list-news-container .news-list h6 span p.datePost {
            margin-left: 0px; }
          @media (max-width: 767px) {
            html .list-news-container .news-list h6 span p {
              margin-left: 0; } }
        @media (max-width: 767px) {
          html .list-news-container .news-list h6 {
            margin: 8px 0 8px; } }
      html .list-news-container .news-list iframe {
        float: left;
        display: block;
        width: 330px;
        height: 180px;
        margin-right: 30px; }
        @media (max-width: 767px) {
          html .list-news-container .news-list iframe {
            float: none;
            width: 100%;
            margin-bottom: 10px; } }
      html .list-news-container .news-list .image-feature {
        overflow: hidden;
        float: left;
        display: block;
        width: 330px;
        height: 165px;
        margin-right: 30px; }
        @media (max-width: 767px) {
          html .list-news-container .news-list .image-feature {
            float: none;
            width: 100%;
            margin-bottom: 10px; } }
      html .list-news-container .news-list a {
        display: block; }
        html .list-news-container .news-list a:hover {
          opacity: 0.5; }
      html .list-news-container .news-list .content-news {
        overflow: hidden; }
        html .list-news-container .news-list .content-news h4 {
          font-weight: lighter;
          color: black;
          margin: 0 0 8px; }
        html .list-news-container .news-list .content-news h5 {
          font-weight: lighter;
          color: #8F9296;
          font-family: "Open Sans";
          margin: 0 0 8px;
          line-height: normal; }
          html .list-news-container .news-list .content-news h5 > p {
            line-height: normal; }
          @media (max-width: 979px) {
            html .list-news-container .news-list .content-news h5 {
              line-height: normal; } }
      html .list-news-container .news-list:last-child {
        border: none; }
      html .list-news-container .news-list:after {
        content: "";
        clear: both;
        display: block; }
  html .lfr-pagination {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-top: 1px solid #D6D6D6; }
    html .lfr-pagination .lfr-pagination-delta-selector {
      display: none !important; }
    html .lfr-pagination .lfr-pagination-buttons {
      margin-top: 40px;
      text-align: right;
      display: flex;
      justify-content: space-between; }
      html .lfr-pagination .lfr-pagination-buttons li {
        padding-right: 30px;
        padding-left: 6px; }
        html .lfr-pagination .lfr-pagination-buttons li a::after {
          right: 0; }
        html .lfr-pagination .lfr-pagination-buttons li a:hover, html .lfr-pagination .lfr-pagination-buttons li a:focus {
          text-decoration: underline;
          background-color: transparent; }
      html .lfr-pagination .lfr-pagination-buttons li.first, html .lfr-pagination .lfr-pagination-buttons li:first-child, html .lfr-pagination .lfr-pagination-buttons li:nth-child(2) {
        float: left;
        padding-left: 20px;
        padding-right: 6px; }
        html .lfr-pagination .lfr-pagination-buttons li.first a, html .lfr-pagination .lfr-pagination-buttons li:first-child a, html .lfr-pagination .lfr-pagination-buttons li:nth-child(2) a {
          color: #2F9E40;
          border: none; }
          html .lfr-pagination .lfr-pagination-buttons li.first a::after, html .lfr-pagination .lfr-pagination-buttons li:first-child a::after, html .lfr-pagination .lfr-pagination-buttons li:nth-child(2) a::after {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            right: 90px;
            font-family: icones-ifsc;
            content: "\e90d";
            font-size: 32px;
            top: 50%;
            margin-top: -14px; }
      html .lfr-pagination .lfr-pagination-buttons li:nth-child(3), html .lfr-pagination .lfr-pagination-buttons li.last, html .lfr-pagination .lfr-pagination-buttons li:last-child {
        float: none;
        padding-right: 30px;
        padding-left: 0px; }
        html .lfr-pagination .lfr-pagination-buttons li:nth-child(3) a, html .lfr-pagination .lfr-pagination-buttons li.last a, html .lfr-pagination .lfr-pagination-buttons li:last-child a {
          color: #2F9E40;
          border: none; }
          html .lfr-pagination .lfr-pagination-buttons li:nth-child(3) a::after, html .lfr-pagination .lfr-pagination-buttons li.last a::after, html .lfr-pagination .lfr-pagination-buttons li:last-child a::after {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            right: 0;
            font-family: icones-ifsc;
            content: "\e90d";
            font-size: 32px;
            top: 50%;
            margin-top: -14px; }
      html .lfr-pagination .lfr-pagination-buttons li {
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        color: #2F9E40; }
        html .lfr-pagination .lfr-pagination-buttons li.disabled a {
          color: #8F9296; }
      html .lfr-pagination .lfr-pagination-buttons a::after {
        position: absolute;
        top: 8px; }
    html .lfr-pagination .pager {
      width: 100%; }
    @media (max-width: 979px) {
      html .lfr-pagination {
        border-top: none;
        border-bottom: 1px solid #D6D6D6; }
        html .lfr-pagination .lfr-pagination-buttons {
          margin-top: 0px; } }
  html .yui3-widget .dropdown-menu {
    position: relative;
    float: none;
    background: white;
    border: 1px solid #dfdfdf;
    margin-top: 3px;
    margin-left: 0px;
    text-align: center;
    width: 6.2em;
    padding: 0; }
    html .yui3-widget .dropdown-menu li a {
      padding: 0.2em 0em;
      display: block; }
      html .yui3-widget .dropdown-menu li a:hover {
        background: blue;
        color: #FFFFFF; }
  html .taglib-categorization-filter.entry-title {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: normal; }
    html .taglib-categorization-filter.entry-title span.asset-entry {
      background-color: transparent;
      border: none;
      color: #2F9E40;
      font-style: normal;
      margin-left: -6px; }
      html .taglib-categorization-filter.entry-title span.asset-entry a span:before {
        font-size: 22px;
        font-family: icones-ifsc;
        content: "\e913";
        color: #2f9e40;
        margin-left: 8px;
        text-decoration: none;
        display: inline;
        position: relative;
        top: 4px;
        background-color: #FFFFFF;
        margin-right: -28px;
        margin-left: -4px; }
      html .taglib-categorization-filter.entry-title span.asset-entry a span:hover {
        opacity: 0.8; }
  @media (max-width: 767px) {
    html h2.taglib-categorization-filter.entry-title {
      margin-top: 24px; } }
  html .portlet-lista-cursos .taglib-categorization-filter.entry-title {
    font-size: 0; }
    html .portlet-lista-cursos .taglib-categorization-filter.entry-title:before {
      content: "Exibindo cursos do: ";
      display: inline;
      font-size: 16px; }
    html .portlet-lista-cursos .taglib-categorization-filter.entry-title .asset-entry {
      font-size: 16px; }
  @media (max-width: 767px) {
    html .social-network {
      display: none; } }
  html .social-network h4 {
    font-weight: lighter;
    color: #0F5F5C; }
  html .social-network a {
    color: #686A6E;
    border-bottom: 1px solid transparent;
    display: inline-block;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s; }
    html .social-network a:hover {
      color: #2F9E40; }
  html .social-network a.twitter::before {
    font-size: 14px;
    font-family: icones-ifsc;
    content: "\e90c";
    display: block;
    margin: 2px 8px 2px 0;
    text-decoration: none;
    font-weight: lighter;
    float: left; }
  html .social-network a.facebook::before {
    font-size: 14px;
    font-family: icones-ifsc;
    content: "\e907";
    display: block;
    margin: 2px 8px 2px 0;
    text-decoration: none;
    font-weight: lighter;
    float: left; }
  html .social-network a.instagran::before {
    font-size: 14px;
    font-family: icones-ifsc;
    content: "\e909";
    display: block;
    margin: 2px 8px 2px 0;
    text-decoration: none;
    font-weight: lighter;
    float: left; }
  html .social-network a.linkedin::before {
    font-size: 14px;
    font-family: icones-ifsc;
    content: "\e90e";
    display: block;
    margin: 2px 8px 2px 0;
    text-decoration: none;
    font-weight: lighter;
    float: left; }
  html .social-network a.youtube::before {
    font-size: 14px;
    font-family: icones-ifsc;
    content: "\e910";
    display: block;
    margin: 2px 8px 2px 0;
    text-decoration: none;
    font-weight: lighter;
    float: left; }
  html .link-external {
    margin-right: 28px; }
    html .link-external::after {
      font-size: 14px;
      font-family: icones-ifsc;
      content: "\e90f";
      color: #2F9E40;
      margin: 0 5px 0 8px;
      display: inline;
      text-decoration: none;
      font-weight: 500;
      position: absolute; }
  html .link-download {
    margin-right: 28px; }
    html .link-download::after {
      font-size: 14px;
      font-family: icones-ifsc;
      content: "\e912";
      color: #2F9E40;
      margin: 0 5px 0 8px;
      display: inline;
      text-decoration: none;
      font-weight: 500;
      position: absolute; }
  html .link-interno {
    margin-right: 28px; }
    html .link-interno::after {
      font-size: 14px;
      font-family: icones-ifsc;
      content: "\e901";
      color: #2F9E40;
      margin: 0 5px 0 8px;
      display: inline;
      text-decoration: none;
      font-weight: 500;
      position: absolute; }
  html .information-curse {
    font-size: 16px; }
    html .information-curse h2, html .information-curse h3 {
      color: #0F5F5C;
      font-weight: 100; }
    html .information-curse h2 {
      margin: 0;
      padding: 0 0 32px; }
      html .information-curse h2.name-campus {
        padding: 56px 0 0 0; }
    html .information-curse h3 {
      line-height: 40px;
      margin: 0;
      padding: 48px 0 16px 0; }
      html .information-curse h3:first-child, html .information-curse h3.information-offer-course {
        padding-top: 24px;
        margin: 20px 0 0; }
    html .information-curse p {
      margin: 0;
      line-height: 24px; }
      html .information-curse p.open-inscription {
        font-size: 13px;
        line-height: 24px;
        padding-bottom: 8px;
        color: #2F9E40;
        font-family: "Roboto"; }
    html .information-curse .information ul {
      background: #EEF1EC;
      border-bottom: 1px solid #8F9296;
      border-top: 1px solid #8F9296;
      margin-bottom: 0;
      padding: 23px 0 26px 0; }
      html .information-curse .information ul.infrmation-curse-open-inscription {
        border-left: 8px solid #2F9E40; }
      html .information-curse .information ul li.span3:first-child {
        margin-left: 40px; }
      html .information-curse .information ul li.span2 {
        margin-left: 27px; }
        html .information-curse .information ul li.span2:last-child {
          margin-left: 56px; }
      html .information-curse .information ul li .principals-information {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 8px; }
      html .information-curse .information ul li .result-principals-information {
        font-weight: 600;
        color: #1B5A57;
        line-height: 20px; }
      @media (max-width: 767px) {
        html .information-curse .information ul li.span2, html .information-curse .information ul li.span3, html .information-curse .information ul li.span2:last-child {
          margin-left: 32px;
          padding-top: 32px; }
        html .information-curse .information ul li.span3:first-child {
          margin-left: 32px;
          padding: 0; } }
    html .information-curse .information:after {
      clear: both;
      content: "";
      display: block;
      width: 100%; }
    html .information-curse .period-info.span12 {
      margin-left: 0; }
    html .information-curse .period-info p {
      font-size: 11px;
      line-height: 24px; }
    html .information-curse ul.course-entry-forms {
      margin: 32px 0 0 0; }
      html .information-curse ul.course-entry-forms li {
        border-bottom: 1px solid #8F9296;
        border-top: 1px solid #8F9296; }
        html .information-curse ul.course-entry-forms li a {
          font-family: "Roboto";
          margin: 0;
          padding: 32px 0;
          display: table;
          font-weight: lighter;
          color: #4A5058;
          font-size: 24px;
          width: 100%; }
          html .information-curse ul.course-entry-forms li a span {
            display: block;
            padding-left: 16px; }
          html .information-curse ul.course-entry-forms li a:after {
            color: #4A5058;
            display: table-cell;
            vertical-align: middle;
            position: relative;
            padding: 0 16px;
            right: 0;
            width: 14px; }
          html .information-curse ul.course-entry-forms li a:hover {
            background: #2F9E40;
            color: #FFFFFF; }
            html .information-curse ul.course-entry-forms li a:hover:after {
              color: #FFFFFF; }
    html .information-curse ul.course-legal-documentation {
      list-style: initial;
      list-style-position: inside;
      margin: 0; }
      html .information-curse ul.course-legal-documentation li {
        line-height: 32px; }
  html .related-courses .taglib-categorization-filter.entry-title {
    display: none; }
  html .page-update {
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    color: #8f9296;
    display: block;
    font-family: "Roboto";
    margin: 48px 0 0 0;
    padding: 32px 0; }
    html .page-update span {
      font-weight: 600; }
  html .portlet-asset-publisher .asset-full-content .asset-content {
    margin: 0; }
  html .featured-news--article h2 {
    font-weight: lighter;
    color: #0F5F5C; }
  html .menu-categories {
    margin-top: 28px; }
  html .image-viewer-caption {
    color: #686A6E;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px; }
  html .image-viewer-info {
    display: none; }
  html .image-viewer-control.carousel-control {
    background: none;
    color: #2F9E40;
    font-weight: 500;
    border: none;
    border-radius: 0;
    top: 45%;
    overflow: hidden;
    width: 0;
    height: 0; }
    html .image-viewer-control.carousel-control.left::before {
      content: "\e900";
      font-family: "icones-ifsc";
      display: block;
      font-size: 42px;
      position: fixed;
      left: 30px;
      color: #FFFFFF;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    html .image-viewer-control.carousel-control.right::before {
      content: "\e900";
      font-family: "icones-ifsc";
      display: block;
      font-size: 42px;
      position: fixed;
      right: 30px;
      color: #FFFFFF; }
  html .article__content a {
    color: #2f9e41;
    font-weight: bold; }
    html .article__content a:hover {
      text-decoration: underline; }
  html .article__content p {
    line-height: 24px;
    margin-bottom: 16px; }
  html .article__content ul {
    list-style-type: disc;
    position: relative; }
    html .article__content ul li {
      list-style-type: disc;
      position: relative;
      margin-left: 20px; }
  html .article__content ol {
    list-style-type: decimal;
    position: relative; }
    html .article__content ol li {
      list-style-type: decimal;
      position: relative;
      margin-left: 20px; }
  html .article__content .image-feature {
    margin-bottom: 40px; }
    html .article__content .image-feature .image-slide {
      overflow: hidden;
      height: 280px;
      margin: 0 auto;
      display: block; }
    html .article__content .image-feature .image-article {
      width: 100%; }
    html .article__content .image-feature h6 {
      color: #686A6E;
      font-weight: normal;
      font-size: 12px;
      line-height: 16px;
      margin-top: 8px; }
    html .article__content .image-feature .carousel .carousel-control {
      background: none;
      font-size: 3em;
      color: #2F9E40;
      font-weight: 500;
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
      border: none;
      border-radius: 0;
      top: 150px; }
      html .article__content .image-feature .carousel .carousel-control.left::before {
        content: "\e900";
        font-family: "icones-ifsc";
        display: block;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      html .article__content .image-feature .carousel .carousel-control.right::before {
        content: "\e900";
        font-family: "icones-ifsc"; }
    html .article__content .image-feature .carousel .carousel-caption {
      position: relative;
      background: transparent;
      padding: 0;
      text-align: center;
      width: 58%;
      margin: 0 auto; }
    html .article__content .image-feature .carousel .carousel-indicators {
      position: static;
      top: 0;
      right: 0;
      z-index: initial;
      margin: 0;
      display: inherit;
      height: auto;
      text-align: center; }
      html .article__content .image-feature .carousel .carousel-indicators li {
        background-color: #2F9E40;
        opacity: 0.5;
        display: inline-block;
        float: none;
        margin: 0; }
        html .article__content .image-feature .carousel .carousel-indicators li.active {
          opacity: 1; }
  html .article__content h6 .tag {
    font-family: "Roboto";
    font-size: 13px;
    color: #2F9E40;
    display: inline;
    font-weight: lighter;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 2px solid rgba(47, 158, 64, 0.6); }
    html .article__content h6 .tag:first-child {
      padding-left: 0;
      border-right: 0;
      border-left: 0; }
    html .article__content h6 .tag:hover {
      opacity: 0.5; }
  html .article__content h6 span {
    color: #8F9296;
    display: inline;
    font-family: "Roboto";
    font-size: 13px;
    font-weight: lighter; }
  html .article__content .share {
    margin-top: 56px;
    margin-bottom: 24px; }
    html .article__content .share p {
      color: #8F9296;
      font-size: 13px;
      font-family: "Roboto";
      display: inline;
      margin-right: 16px; }
    html .article__content .share a.twitter::before {
      color: #8F9296;
      font-size: 13px;
      font-family: icones-ifsc;
      content: "\e90c";
      margin: 2px 8px 2px 0;
      text-decoration: none;
      font-weight: lighter; }
    html .article__content .share a.facebook::before {
      color: #8F9296;
      font-size: 13px;
      font-family: icones-ifsc;
      content: "\e907";
      margin: 2px 8px 2px 0;
      text-decoration: none;
      font-weight: lighter; }
  html .article__content .recommended-news {
    border-top: 1px solid #D6D6D6;
    padding-top: 32px; }
    html .article__content .recommended-news h4 {
      font-weight: lighter;
      color: #0F5F5C;
      margin-bottom: 24px; }
  html .image-viewer-close {
    font-size: 48px;
    color: white;
    margin-top: 3px;
    margin-right: -13px;
    opacity: 0.6;
    font-weight: normal; }
    html .image-viewer-close:hover {
      color: #FFFFFF;
      opacity: 1; }
  html .featured-news {
    margin-top: 30px; }
    html .featured-news a {
      display: block; }
      html .featured-news a:hover {
        opacity: 0.5; }
    html .featured-news h5 {
      color: #4A5057;
      font-weight: 500;
      line-height: 24px;
      margin: 0px; }
      html .featured-news h5:first-child {
        margin: 0 0 16px; }
    html .featured-news h6 {
      margin-bottom: 0px; }
      html .featured-news h6 a.tag {
        color: #2F9E40;
        display: inline;
        font-family: "Roboto";
        font-size: 13px;
        font-weight: lighter;
        margin-right: 10px;
        padding-right: 0; }
      html .featured-news h6 span p {
        color: #8F9296;
        display: inline;
        font-family: "Roboto";
        font-size: 13px;
        font-weight: lighter; }
  html .filter-curses .dropdown-toggle {
    background: transparent;
    text-align: left;
    color: #4A5058;
    font-size: 12px;
    line-height: 17px;
    padding: 16px; }
    html .filter-curses .dropdown-toggle::after {
      color: #4A5058;
      font-family: icones-ifsc;
      content: "\e90d";
      font-size: 13px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      position: absolute;
      right: 20px;
      top: 17px; }
    @media (max-width: 767px) {
      html .filter-curses .dropdown-toggle {
        height: 48px; } }
  html .filter-curses .dropdown-menu {
    width: 100%;
    max-height: 280px;
    overflow: hidden;
    overflow-y: auto; }
    html .filter-curses .dropdown-menu li a {
      padding: 4px 24px;
      font-size: 13px;
      line-height: 16px;
      color: #8F9296;
      white-space: break-spaces;
      display: block; }
      html .filter-curses .dropdown-menu li a:hover {
        color: #4A5058;
        background-color: #EBEFEF;
        background-image: linear-gradient(to bottom, #EBEFEF, #EBEFEF);
        background-image: -webkit-linear-gradient(top, #EBEFEF, #EBEFEF);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEFEF), to(#EBEFEF)); }
  html .complete-filter-curses {
    margin-bottom: 112px; }
    html .complete-filter-curses .filter-curses a.btn.btn-large.dropdown-toggle {
      border: 1px solid #8F9296; }
    @media (max-width: 767px) {
      html .complete-filter-curses {
        margin-bottom: 0px; } }
  html .divisor-filter {
    padding-top: 16px;
    text-align: center; }
  html .search-style2 .search-style__group {
    border: 1px solid #8F9296;
    border-radius: 3px; }
    html .search-style2 .search-style__group input#input-search {
      background: transparent;
      border: 0;
      margin: 4px 0;
      width: 82%;
      outline: none;
      color: #8F9296;
      opacity: 0.5;
      font-size: 12px;
      line-height: 17px;
      margin: 0px;
      padding: 12px 0px 13px 16px;
      font-size: 12px;
      box-shadow: none; }
      html .search-style2 .search-style__group input#input-search:focus {
        border: 0;
        box-shadow: none;
        color: #8F9296;
        opacity: 1; }
      @media (max-width: 767px) {
        html .search-style2 .search-style__group input#input-search {
          padding: 16px 0px 15px 16px; } }
    html .search-style2 .search-style__group button.search-style__btn {
      background: transparent;
      border: 0;
      float: right;
      padding: 10px 12px 0 0; }
      html .search-style2 .search-style__group button.search-style__btn:before {
        color: #8F9296;
        font-family: "icones-ifsc";
        content: "\e904"; }
    @media (max-width: 767px) {
      html .search-style2 .search-style__group {
        margin: 24px 0 32px 0;
        height: 48px; } }
  html .form-filter-curses {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #8F9296;
    opacity: 1.00; }
    html .form-filter-curses input {
      margin-bottom: 10px; }
    html .form-filter-curses input[type=checkbox]:checked + label:before {
      content: "\2713";
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
      font-size: 15px;
      color: #f3f3f3;
      text-align: center;
      line-height: 15px; }
    html .form-filter-curses > div {
      margin-top: -2px;
      margin-bottom: 4px;
      line-height: 24px; }
  html .filter-title h4 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    color: #4A5057;
    opacity: 1.00; }
  html .open-inscription2 {
    margin: 30px 0 20px 0;
    color: #2f9e40;
    border-left: 8px solid #2f9e40;
    height: 25px; }
    html .open-inscription2 p {
      font-size: 13px;
      font-weight: 500;
      font-family: "Roboto";
      vertical-align: middle;
      padding: 5px 0px 5px 22px;
      height: 100%; }
    @media (max-width: 767px) {
      html .open-inscription2 {
        margin: 32px 0 32px 0; } }
  html .columns-1 .portlet-search {
    *zoom: 1;
    margin-left: auto;
    margin-right: auto; }
    html .columns-1 .portlet-search #_3_searchContainer,
    html .columns-1 .portlet-search .frequency,
    html .columns-1 .portlet-search .portlet-borderless-bar,
    html .columns-1 .portlet-search .taglib-search-iterator-page-iterator-top,
    html .columns-1 .portlet-search thead {
      display: none; }
    html .columns-1 .portlet-search .input-container {
      border: 0; }
    html .columns-1 .portlet-search:before, html .columns-1 .portlet-search:after {
      display: table;
      content: "";
      line-height: 0; }
    html .columns-1 .portlet-search:after {
      clear: both; }
    @media (max-width: 979px) {
      html .columns-1 .portlet-search {
        width: 94%; } }
    html .columns-1 .portlet-search .input-container .liferaytokenlist .liferaytokenlist-content .lfr-token {
      background: none;
      border: none;
      padding: 0;
      margin: 0 16px 0 0; }
      html .columns-1 .portlet-search .input-container .liferaytokenlist .liferaytokenlist-content .lfr-token:hover {
        background-color: transparent; }
      html .columns-1 .portlet-search .input-container .liferaytokenlist .liferaytokenlist-content .lfr-token .lfr-token-text {
        color: #2f9e40;
        font-family: 'Roboto';
        font-weight: 500;
        margin-right: 8px;
        cursor: text; }
      html .columns-1 .portlet-search .input-container .liferaytokenlist .liferaytokenlist-content .lfr-token .icon-remove {
        margin-left: 0;
        display: none; }
        html .columns-1 .portlet-search .input-container .liferaytokenlist .liferaytokenlist-content .lfr-token .icon-remove:before {
          font-size: 24px;
          font-family: icones-ifsc;
          content: "\e913";
          color: #2f9e40;
          text-decoration: none;
          display: inline;
          position: relative;
          background-color: white; }
    html .columns-1 .portlet-search h6 {
      font-weight: normal;
      color: #2F9E40;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 0; }
    html .columns-1 .portlet-search .search-layout {
      margin-top: 42px; }
      html .columns-1 .portlet-search .search-layout .span10.result {
        min-height: 500px; }
        html .columns-1 .portlet-search .search-layout .span10.result .highlight {
          background: #eef1ec;
          margin: 0;
          padding: 0; }
        html .columns-1 .portlet-search .search-layout .span10.result .alert-info, html .columns-1 .portlet-search .search-layout .span10.result .portlet-msg-help, html .columns-1 .portlet-search .search-layout .span10.result .portlet-msg-info, html .columns-1 .portlet-search .search-layout .span10.result .portlet-msg-progress {
          color: #0F5F5C;
          background-color: transparent;
          border: none;
          margin-top: 53px;
          font-size: 16px;
          font-family: "Roboto";
          line-height: 16px; }
      html .columns-1 .portlet-search .search-layout .span10 .hide {
        display: none; }
      html .columns-1 .portlet-search .search-layout .span10 .searchcontainer {
        padding-top: 1px; }
      html .columns-1 .portlet-search .search-layout .span2.filter-search--active {
        max-height: 2000px; }
      html .columns-1 .portlet-search .search-layout .span2 .modified-custom-range {
        padding: 0;
        width: 100%;
        margin-top: 8px;
        background: #FFFFFF; }
        @media (max-width: 979px) {
          html .columns-1 .portlet-search .search-layout .span2 .modified-custom-range {
            width: 45%; } }
        html .columns-1 .portlet-search .search-layout .span2 .modified-custom-range .control-group {
          margin-bottom: 12px; }
          html .columns-1 .portlet-search .search-layout .span2 .modified-custom-range .control-group .help-inline {
            line-height: 1.5; }
        html .columns-1 .portlet-search .search-layout .span2 .modified-custom-range button {
          padding: 10px 40px;
          border-radius: 0.4em;
          background: #0F5F5C;
          border-radius: 3px;
          color: #FFFFFF;
          margin-top: 12px; }
        html .columns-1 .portlet-search .search-layout .span2 .modified-custom-range input {
          width: 100%;
          margin-bottom: 0;
          border-color: #BDBDBD;
          box-shadow: none;
          color: #4F4F4F; }
          html .columns-1 .portlet-search .search-layout .span2 .modified-custom-range input:focus, html .columns-1 .portlet-search .search-layout .span2 .modified-custom-range input:active {
            border-color: #488f06; }
        html .columns-1 .portlet-search .search-layout .span2 .modified-custom-range .field-wrapper .control-label {
          color: #4A5058;
          font-size: 13px;
          font-weight: 600;
          margin-top: 5px;
          margin-bottom: 8px; }
        html .columns-1 .portlet-search .search-layout .span2 .modified-custom-range .field-wrapper .lfr-input-date .input-text-wrapper {
          background-color: #FFFFFF;
          border: 1px solid #0F5F5C;
          border-radius: 3px;
          cursor: pointer;
          height: 43px;
          margin: 0; }
          html .columns-1 .portlet-search .search-layout .span2 .modified-custom-range .field-wrapper .lfr-input-date .input-text-wrapper input {
            border: 0;
            width: 100%;
            padding: 0.9em;
            font-size: 0.8em;
            background: transparent; }
        html .columns-1 .portlet-search .search-layout .span2 .modified-custom-range.hide {
          display: none; }
      @media (max-width: 979px) {
        html .columns-1 .portlet-search .search-layout .span2 {
          -webkit-transition: max-height 0.5s 0.1s cubic-bezier(0.7, 0.01, 0.22, 0.99);
          -moz-transition: max-height 0.5s 0.1s cubic-bezier(0.7, 0.01, 0.22, 0.99);
          -o-transition: max-height 0.5s 0.1s cubic-bezier(0.7, 0.01, 0.22, 0.99);
          transition: max-height 0.5s 0.1s cubic-bezier(0.7, 0.01, 0.22, 0.99);
          border: 1px solid #ECECEC;
          margin-top: 20px;
          max-height: 49px;
          overflow: hidden;
          padding: 0;
          position: relative; } }
      html .columns-1 .portlet-search .search-layout .span2 a {
        color: #686A6E;
        display: block;
        font-size: 13px;
        font-weight: normal;
        font-family: "Roboto";
        padding-bottom: 12px; }
        @media (max-width: 979px) {
          html .columns-1 .portlet-search .search-layout .span2 a {
            border-bottom: 1px solid #ECECEC;
            padding: 15px 20px; }
            html .columns-1 .portlet-search .search-layout .span2 a.sidebar-nav__link--active {
              background-color: #FFFFFF; } }
        html .columns-1 .portlet-search .search-layout .span2 a:last-child {
          border-bottom: 0; }
        html .columns-1 .portlet-search .search-layout .span2 a.sidebar-nav__link--active, html .columns-1 .portlet-search .search-layout .span2 a:focus, html .columns-1 .portlet-search .search-layout .span2 a:hover {
          color: #000;
          text-decoration: none; }
      html .columns-1 .portlet-search .search-layout .span2 .search-facet .facet-value.active a {
        background-color: transparent;
        color: #0F5F5C;
        font-weight: 500; }
        @media (max-width: 979px) {
          html .columns-1 .portlet-search .search-layout .span2 .search-facet .facet-value.active a {
            font-size: 20px; } }
      html .columns-1 .portlet-search .search-layout .span2 .search-facet .facet-value.default a {
        font-size: 17px;
        color: #0F5F5C;
        font-size: 23.94px;
        font-weight: lighter;
        margin-bottom: 16px;
        margin-top: 48px; }
        html .columns-1 .portlet-search .search-layout .span2 .search-facet .facet-value.default a i {
          display: none; }
        @media (max-width: 979px) {
          html .columns-1 .portlet-search .search-layout .span2 .search-facet .facet-value.default a {
            padding-top: 4px;
            font-size: 20px; } }
      html .columns-1 .portlet-search .search-layout .span2 .search-facet:first-child .facet-value.default a {
        margin-top: 0; }
      html .columns-1 .portlet-search .search-layout .span2 a {
        padding-bottom: 15px; }
        html .columns-1 .portlet-search .search-layout .span2 a:last-child {
          padding: 0; }
      html .columns-1 .portlet-search .search-layout .span2 ul li.facet-value a {
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px; }
        html .columns-1 .portlet-search .search-layout .span2 ul li.facet-value a:hover {
          color: #0F5F5C;
          background: transparent;
          font-weight: 500; }
        html .columns-1 .portlet-search .search-layout .span2 ul li.facet-value a:focus {
          border: none;
          background: transparent; }
        html .columns-1 .portlet-search .search-layout .span2 ul li.facet-value a .frequency {
          display: none; }
        @media (max-width: 979px) {
          html .columns-1 .portlet-search .search-layout .span2 ul li.facet-value a {
            font-size: 16px; } }
      html .columns-1 .portlet-search .search-layout .span2 .search-facet {
        border-top: 0 solid #BBBBBB; }
      html .columns-1 .portlet-search .search-layout .span2 .search-asset_entries {
        display: none; }
      html .columns-1 .portlet-search .search-layout .result .lfr-search-container {
        margin-top: 0;
        min-height: 900px; }
        html .columns-1 .portlet-search .search-layout .result .lfr-search-container .searchcontainer {
          padding-top: 3px; }
          html .columns-1 .portlet-search .search-layout .result .lfr-search-container .searchcontainer .searchcontainer-content > table {
            border: none;
            width: 100%; }
            html .columns-1 .portlet-search .search-layout .result .lfr-search-container .searchcontainer .searchcontainer-content > table td {
              background: transparent;
              border-top: none;
              border-left: none;
              border-right: none; }
      html .columns-1 .portlet-search .search-layout .result .lfr-pagination-buttons > li:first-child {
        display: none; }
      html .columns-1 .portlet-search .search-layout .result .lfr-pagination-buttons li:nth-child(2) a {
        padding-left: 30px; }
        html .columns-1 .portlet-search .search-layout .result .lfr-pagination-buttons li:nth-child(2) a:after {
          -webkit-transform: rotate(-180deg);
          -moz-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
          transform: rotate(-180deg); }
      @media (max-width: 979px) {
        html .columns-1 .portlet-search .search-layout .result {
          padding-top: 20px; }
          html .columns-1 .portlet-search .search-layout .result .lfr-pagination-buttons > li {
            width: 34%; } }
      html .columns-1 .portlet-search .search-layout .result article:last-of-type td,
      html .columns-1 .portlet-search .search-layout .result tr:last-of-type td, html .columns-1 .portlet-search .search-layout .result tr:nth-last-of-type(2) td {
        border: 0; }
      html .columns-1 .portlet-search .search-layout .result td {
        border-collapse: inherit;
        padding: 25px 0;
        border-bottom: 1px solid #ECECEC;
        display: block; }
        html .columns-1 .portlet-search .search-layout .result td.lfr-template {
          display: none; }
        html .columns-1 .portlet-search .search-layout .result td article {
          padding: 0;
          margin-top: 0; }
          html .columns-1 .portlet-search .search-layout .result td article .featured-news__img {
            float: left;
            display: block;
            margin-right: 4.57516%;
            width: 47.71242%;
            height: 180px;
            margin-bottom: 15px; }
        html .columns-1 .portlet-search .search-layout .result td h4 {
          color: #000;
          font-weight: lighter;
          margin-top: 10px;
          font-size: 18px;
          font-size: 24px;
          line-height: 32px; }
        html .columns-1 .portlet-search .search-layout .result td p {
          color: #8F9296;
          font-size: 16px;
          line-height: 24px; }
          html .columns-1 .portlet-search .search-layout .result td p:first-child {
            margin-top: 0; }
          html .columns-1 .portlet-search .search-layout .result td p:last-child {
            margin-bottom: 0; }
        html .columns-1 .portlet-search .search-layout .result td a {
          display: block; }
          html .columns-1 .portlet-search .search-layout .result td a:hover {
            opacity: 0.5; }
      html .columns-1 .portlet-search .search-layout .result tr:first-child td {
        padding-top: 0; }
  html .datepicker-popover .datepicker-popover-content {
    padding: 20px; }
    html .datepicker-popover .datepicker-popover-content .popover-content {
      padding: 0; }
      html .datepicker-popover .datepicker-popover-content .popover-content .yui3-calendar-content {
        filter: none; }
      html .datepicker-popover .datepicker-popover-content .popover-content .yui3-calendar-header {
        padding-bottom: 18px !important; }
        html .datepicker-popover .datepicker-popover-content .popover-content .yui3-calendar-header .yui3-calendarnav-prevmonth {
          border: 6px solid transparent !important;
          border-right-color: #BDBDBD !important; }
        html .datepicker-popover .datepicker-popover-content .popover-content .yui3-calendar-header .yui3-calendarnav-nextmonth {
          border: 6px solid transparent !important;
          border-left-color: #BDBDBD !important; }
        html .datepicker-popover .datepicker-popover-content .popover-content .yui3-calendar-header .yui3-calendar-header-label {
          text-transform: capitalize;
          font-weight: lighter !important;
          font-size: 14px !important;
          font-family: 'Roboto', helvetica, sans-serif; }
      html .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid {
        font-size: 12px; }
        html .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid thead .yui3-calendar-weekdayrow .yui3-calendar-weekday {
          font-weight: normal;
          padding: 10px;
          padding-bottom: 12px !important; }
        html .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-day {
          padding: 12px; }
          html .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-day:hover {
            background: rgba(22, 79, 77, 0.8) !important; }
        html .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-prevmonth-day, html .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-nextmonth-day, html .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-skin-sam {
          padding: 12px;
          border: 1px solid #C4C4C4;
          background: #fff;
          text-align: center;
          font-family: 'open sans';
          font-weight: 400 !important;
          font-size: 12px; }
        html .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-day-selected {
          background-color: #164F4D;
          color: #fff; }
  html .datepicker-popover .datepicker-popover-content {
    padding: 20px; }
    html .datepicker-popover .datepicker-popover-content .popover-content {
      padding: 0; }
      html .datepicker-popover .datepicker-popover-content .popover-content .yui3-calendar-header {
        padding-bottom: 18px !important; }
        html .datepicker-popover .datepicker-popover-content .popover-content .yui3-calendar-header .yui3-calendarnav-prevmonth {
          border: 6px solid transparent !important;
          border-right-color: #BDBDBD !important;
          margin-top: -2px;
          padding-left: 70px; }
        html .datepicker-popover .datepicker-popover-content .popover-content .yui3-calendar-header .yui3-calendarnav-nextmonth {
          border: 6px solid transparent !important;
          border-left-color: #BDBDBD !important;
          margin-top: -2px;
          padding-right: 70px; }
        html .datepicker-popover .datepicker-popover-content .popover-content .yui3-calendar-header .yui3-calendar-header-label {
          text-transform: capitalize;
          font-weight: lighter !important;
          font-size: 14px !important;
          font-family: 'Roboto', helvetica, sans-serif; }
      html .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid thead .yui3-calendar-weekdayrow .yui3-calendar-weekday {
        font-weight: normal;
        font-size: 12px;
        padding: 10px;
        padding-bottom: 12px !important; }
      html .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-day:hover {
        background: rgba(22, 79, 77, 0.8) !important; }
      html .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-day, html .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-prevmonth-day, html .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-skin-sam, html .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-nextmonth-day {
        font-weight: normal;
        padding: 12px;
        border: 1px solid #C4C4C4;
        background: #fff;
        text-align: center;
        font-family: 'open sans';
        font-weight: 400 !important;
        font-size: 12px; }
      html .datepicker-popover .datepicker-popover-content .popover-content .yui3-u-1 .yui3-calendar-grid tbody .yui3-calendar-day-selected {
        background-color: #164F4D;
        color: #fff; }
  html .portlet-search .search-layout .span2 .modified-custom-range {
    padding: 0 !important;
    width: 100%;
    margin-top: 8px !important; }
    html .portlet-search .search-layout .span2 .modified-custom-range .control-group {
      margin-bottom: 12px; }
      html .portlet-search .search-layout .span2 .modified-custom-range .control-group .help-inline {
        line-height: 1.5; }
    html .portlet-search .search-layout .span2 .modified-custom-range button {
      margin-top: 12px; }
    html .portlet-search .search-layout .span2 .modified-custom-range input {
      width: 100%;
      margin-bottom: 0;
      border-color: #BDBDBD;
      box-shadow: none;
      color: #4F4F4F; }
      html .portlet-search .search-layout .span2 .modified-custom-range input:focus, html .portlet-search .search-layout .span2 .modified-custom-range input:active {
        border-color: #488f06; }
    html .portlet-search .search-layout .span2 .modified-custom-range .field-wrapper .control-label {
      margin-bottom: 8px !important; }
  html .portlet-search .result .highlight {
    background: #eef1ec; }
  html .portlet-search .lfr-token-list {
    margin: 24px 0 6px; }
    html .portlet-search .lfr-token-list .lfr-token {
      border: none;
      padding: 0;
      margin: 0 16px 0 0; }
      html .portlet-search .lfr-token-list .lfr-token:first-child span:before {
        content: "Filtros:";
        color: #0d4f4d;
        font-family: 'Roboto';
        font-weight: 500;
        margin-right: 16px;
        cursor: text; }
      html .portlet-search .lfr-token-list .lfr-token:hover .icon-remove:before {
        font-size: 24px;
        font-family: icones-ifsc;
        content: "\e913";
        color: #2f9e40;
        text-decoration: none;
        display: inline;
        position: relative;
        background-color: white; }
      html .portlet-search .lfr-token-list .lfr-token .lfr-token-text {
        color: #2f9e40;
        font-family: 'Roboto';
        font-weight: normal;
        margin-right: 8px;
        font-size: 16px;
        vertical-align: super; }
      html .portlet-search .lfr-token-list .lfr-token .lfr-token-close {
        display: inline-block !important;
        background: none !important; }
        html .portlet-search .lfr-token-list .lfr-token .lfr-token-close:before {
          font-size: 24px;
          font-family: icones-ifsc;
          content: "\e913";
          color: #2f9e40;
          text-decoration: none;
          display: inline;
          position: relative;
          background-color: white; }
  html .myLibrasModal {
    bottom: 0;
    border: 1px solid #0D4F4D;
    position: fixed;
    overflow: hidden;
    right: 1%;
    width: 200px;
    z-index: 1000000; }
    html .myLibrasModal .modal-header {
      background: #0D4F4D;
      font-family: sans-serif;
      color: white;
      height: 34px;
      width: 100%;
      padding: 1px 0; }
      html .myLibrasModal .modal-header h4 {
        margin: 0 0 0 10px;
        padding: 0px;
        display: inline;
        font-size: 16px; }
      html .myLibrasModal .modal-header a {
        border: 0;
        color: white;
        display: inline;
        outline: none;
        position: absolute;
        text-decoration: none;
        width: 22px; }
        html .myLibrasModal .modal-header a.modalBtn-Open {
          right: 25px;
          top: 10px; }
          html .myLibrasModal .modal-header a.modalBtn-Open .icon-down:after {
            content: "\e90d";
            font-family: "icones-ifsc";
            font-size: 14px;
            position: absolute;
            -ms-transform: rotate(90deg);
            /* IE 9 */
            -webkit-transform: rotate(90deg);
            /* Chrome, Safari, Opera */
            transform: rotate(90deg);
            -webkit-transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out; }
          html .myLibrasModal .modal-header a.modalBtn-Open .icon-down.icon-up:after {
            -ms-transform: rotate(270deg);
            /* IE 9 */
            -webkit-transform: rotate(270deg);
            /* Chrome, Safari, Opera */
            transform: rotate(270deg);
            -webkit-transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out; }
        html .myLibrasModal .modal-header a.modal-btn-close {
          right: 0;
          top: 5px; }
          html .myLibrasModal .modal-header a.modal-btn-close .icon-close:after {
            content: "\e906";
            font-family: "icones-ifsc";
            font-size: 12px;
            padding: 5px 10px 0 0; }
    html .myLibrasModal .modal-content {
      height: 255px;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      html .myLibrasModal .modal-content img.libras-img {
        opacity: 0;
        height: 255px;
        width: 200px;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out; }
    html .myLibrasModal .modalBtn-Close {
      height: 0;
      overflow: hidden;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    html .myLibrasModal .modalBtn-Close-div {
      position: absolute;
      right: 0;
      bottom: 0; }
    @media (max-width: 767px) {
      html .myLibrasModal {
        display: none; } }
  html #navigation ul li:hover .myLibrasModal .modal-content.modal-content-item {
    background: white; }
    html #navigation ul li:hover .myLibrasModal .modal-content.modal-content-item .libras-img {
      opacity: 1;
      -webkit-transition: 1s ease-in-out;
      -moz-transition: 1s ease-in-out;
      -o-transition: 1s ease-in-out;
      transition: 1s ease-in-out; }
  @media (max-width: 767px) {
    html #navigation ul li .myLibrasModal {
      display: none; } }
  html .course-image, html .course-video {
    margin-bottom: 24px; }
  html #campus-descricao {
    color: #4A5058;
    font-weight: lighter;
    margin: -24px 0 31px 0; }
  html #campus-detalhamento {
    display: none; }
  html .course-video iframe {
    height: 400px; }
    @media (max-width: 767px) {
      html .course-video iframe {
        height: 360px; } }
    @media (max-width: 560px) {
      html .course-video iframe {
        height: 250px; } }
    @media (max-width: 360px) {
      html .course-video iframe {
        height: auto; } }
  html .course-image {
    height: 400px;
    overflow: hidden; }
    @media (max-width: 767px) {
      html .course-image {
        height: 360px; } }
    @media (max-width: 560px) {
      html .course-image {
        height: 250px; } }
    @media (max-width: 360px) {
      html .course-image {
        height: auto; } }

html {
  @font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("//barra.brasil.gov.br/static/opensans-bold.woff") format("woff"); } }
  html #barra-brasil {
    height: 32px;
    background: #f1f1f1;
    font-weight: bold;
    font-size: 12px;
    line-height: 32px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #dfdfdf;
    box-sizing: content-box; }
    html #barra-brasil div {
      margin: 0;
      padding: 0;
      font-size: 100%;
      font-family: inherit;
      vertical-align: baseline;
      border: none; }
    html #barra-brasil a {
      margin: 0;
      padding: 0;
      font-size: 100%;
      font-family: inherit;
      vertical-align: baseline;
      border: none;
      text-decoration: none; }
    html #barra-brasil ul {
      margin: 0;
      padding: 0;
      font-size: 100%;
      font-family: inherit;
      vertical-align: baseline;
      border: none;
      list-style: none; }
    html #barra-brasil li {
      margin: 0;
      padding: 0;
      font-size: 100%;
      font-family: inherit;
      vertical-align: baseline;
      border: none; }
    html #barra-brasil .brasil-flag {
      float: left;
      padding: 7px 0 6px;
      width: 115px;
      border-right: 2px solid #dfdfdf; }
      html #barra-brasil .brasil-flag .link-barra {
        display: block;
        padding-left: 42px;
        width: 43px;
        background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2219%22%20viewBox%3D%220%200%201000%20700%22%3E%3Cpath%20fill%3D%22%2300923F%22%20d%3D%22M0%200h1000v700H0z%22%2F%3E%3Cpath%20fill%3D%22%23F8C300%22%20d%3D%22M500%2085L85%20350l415%20265%20415-265L500%2085z%22%2F%3E%3Ccircle%20fill%3D%22%2328166F%22%20cx%3D%22499%22%20cy%3D%22350%22%20r%3D%22174%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M395%20296c103%200%20199%2038%20272%20101%202-8%204-17%205-26-75-61-172-98-277-98-18%200-36%201-53%203-3%208-6%2016-9%2025%2020-3%2041-4%2063-4z%22%2F%3E%3C%2Fsvg%3E") 8px center no-repeat;
        text-transform: uppercase;
        line-height: 19px; }
    html #barra-brasil #brasil-vlibras {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 99; }
      html #barra-brasil #brasil-vlibras .logo-vlibras {
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOSIgaGVpZ2h0PSIyOSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI2Ni4yNTAzOCwtMjMxLjY4NTk0KSI+PHBhdGggZD0ibTI5Mi40IDIzNy44Yy0wLjEgMC0wLjItMC4xLTAuMi0wLjIgMC0xLTEuOC0yLjYtNC4xLTIuNmwtMi41IDAtNC44IDMuNi00LjgtMy42LTIuNSAwYy0yLjQgMC00LjEgMS42LTQuMSAyLjYgMCAwLjEtMC4xIDAuMi0wLjIgMC4yLTAuMSAwLTAuMi0wLjEtMC4yLTAuMiAwLTEuNCAyLjEtMy4xIDQuNi0zLjFsMi40IDAgMC42LTAuNmMwLjEtMC4xIDAuMi0wLjEgMC4zIDBsMy45IDQuNiAzLjktNC42YzAuMS0wLjEgMC4yLTAuMSAwLjMgMGwwLjYgMC42IDIuNCAwYzIuNSAwIDQuNiAxLjcgNC42IDMuMSAwIDAuMS0wLjEgMC4yLTAuMiAwLjJ6bS0zIDEwLjRjLTAuMSAwLjctMC4yIDEtMC4zIDEgMCAwLjEtMC4xIDAuMS0wLjIgMC4xLTAuMSAwLTAuMS0wLjEtMC4xLTAuMiAwIDAgMC4xLTAuMyAwLjItMC45IDAuMS0wLjYtMC4yLTEuMS0wLjItMS4xIDAtMC4xIDAtMC4yIDAuMS0wLjIgMC4xIDAgMC4xIDAgMC4yIDAgMCAwIDAgMCAwIDAuMSAwIDAgMC4zIDAuNiAwLjIgMS4zem0tMSAwLjhjMCAwLjEtMC4xIDAuMS0wLjIgMC4xLTAuMSAwLTAuMS0wLjEtMC4xLTAuMiAwIDAgMC4xLTAuMyAwLjEtMC45IDAtMC42LTAuMy0xLjEtMC4zLTEuMSAwLTAuMSAwLTAuMiAwLjEtMC4yIDAuMSAwIDAuMSAwIDAuMiAwIDAgMCAwIDAgMCAwIDAgMCAwLjMgMC42IDAuMyAxLjMgMCAwLjctMC4xIDEtMC4yIDF6bS0wLjctMC40Yy0wLjMgMS4yLTAuOCAyLjItMC45IDIuNi0wLjIgMC40LTAuMyAwLjktMC4yIDIuMiAwIDEuMyAwIDIuMi0wLjEgMi41IDAgMC4yLTAuMiAwLjMtMC40IDAuMy0wLjIgMC0wLjMtMC4xLTAuNC0wLjQtMC4xLTAuNS0wLjMtMi42LTAuMy0yLjkgMC0wLjItMC4yLTAuNC0wLjMtMC40LTAuMSAwLTAuMiAwLjEtMC4zIDAuNS0wLjIgMC45LTAuNSAzLjEtMC42IDMuNi0wLjEgMC41LTAuMyAwLjYtMC40IDAuNi0wLjEgMC0wLjEgMC0wLjEgMCAwIDAgMCAwIDAgMC0wLjEgMC0wLjQgMC0wLjQtMC40IDAtMC41IDAuNC0zLjUgMC40LTMuOCAwLTAuMiAwLTAuMy0wLjEtMC4zLTAuMSAwLTAuMSAwLjEtMC4yIDAuMi0wLjMgMC40LTEuNyAyLjktMi4xIDMuNy0wLjEgMC4yLTAuMiAwLjItMC40IDAuMi0wLjEgMC0wLjIgMC0wLjMtMC4xLTAuMS0wLjEtMC4zLTAuNC0wLjItMC42IDAuMS0wLjIgMS41LTMuNCAxLjctMy44IDAuMS0wLjMgMC4xLTAuNS0wLjEtMC41LTAuMSAwLTAuMiAwLjEtMC40IDAuMi0wLjUgMC41LTIuNCAyLjUtMi43IDIuNy0wLjEgMC4xLTAuMiAwLjItMC4zIDAuMi0wLjEgMC0wLjItMC4xLTAuMy0wLjItMC4yLTAuMi0wLjItMC40LTAuMS0wLjYgMC4yLTAuMiAyLjYtMy4zIDMtNC4xIDAuNC0wLjcgMS0xLjktMC4yLTEuOS0wLjEgMC0wLjEgMC0wLjIgMC0wLjUgMC0wLjggMC4xLTEuMSAwLjEtMC41IDAtMC43LTAuMS0wLjgtMC4xLTAuMi0wLjEtMC42LTAuMy0wLjUtMC42IDAuMS0wLjIgMC43LTAuMSAxLTAuMiAwLjItMC4xIDAuMi0wLjEgMC4yLTAuMSAwIDAgMS4xLTAuMyAxLjgtMC43IDAuNy0wLjQgMi4zLTEuMSAyLjctMS4xIDAuMiAwIDAuNC0wLjEgMC42LTAuMSAwLjMgMCAwLjYgMCAwLjcgMC4xIDAuMyAwLjEgMC42IDAuOSAyIDEuNSAwIDAgMC42IDAuNiAwLjMgMS44em0tMTEuNyAyLjJjLTAuNC0xLjItMC42LTIuMy0wLjYtMi43LTAuMS0wLjQtMC4zLTAuOS0xLTEuOS0wLjctMS0xLjItMS44LTEuMy0yLjEtMC4xLTAuMiAwLjEtMC41IDAuNC0wLjUgMC4xIDAgMC4yIDAgMC4zIDAuMiAwLjQgMC40IDEuNyAyIDEuOSAyLjIgMC4xIDAuMSAwLjMgMC4yIDAuNCAwLjIgMC4yIDAgMC4yLTAuMSAwLjEtMC42LTAuMy0wLjktMS4zLTIuOS0xLjUtMy4zLTAuMy0wLjcgMC4xLTAuNyAwLjEtMC43IDAgMCAwLjEtMC4xIDAuMi0wLjEgMC4xIDAgMC4yIDAgMC4zIDAuMiAwLjIgMC40IDEuNiAzLjIgMS44IDMuNCAwLjEgMC4xIDAuMiAwLjIgMC4zIDAuMiAwLjEgMCAwLjEtMC4xIDAuMS0wLjMgMC0wLjUtMC4yLTMuMy0wLjMtNC4yIDAtMC4zIDAuMy0wLjUgMC41LTAuNSAwIDAgMCAwIDAgMCAwLjIgMCAwLjQgMC4yIDAuNSAwLjQgMC4xIDAuMiAwLjYgMy43IDAuNyA0LjIgMCAwLjIgMC4yIDAuNCAwLjMgMC40IDAuMSAwIDAuMi0wLjEgMC4zLTAuNCAwLjEtMC43IDAuNy0zLjQgMC43LTMuNyAwLTAuMyAwLjItMC40IDAuNC0wLjQgMCAwIDAuMSAwIDAuMSAwIDAuMiAwIDAuNCAwLjIgMC40IDAuNSAwIDAuMy0wLjMgMy43LTAuMiA0LjgtMC41IDAuMi0xIDAuNC0xLjMgMC40bDAgMCAwIDAtMC4yIDAuMWMwIDAtMC4xIDAtMC4yIDAtMC40IDAtMSAwLTEuMyAwLjYtMC4xIDAuMy0wLjIgMC42LTAuMSAwLjggMC4yIDAuNSAwLjggMC44IDAuOSAwLjkgMCAwIDAgMCAwIDAgMC4yIDAuMSAwLjUgMC4yIDEuMSAwLjIgMC4zIDAgMC42IDAgMS4xLTAuMS0wLjEgMC4yLTAuMiAwLjQtMC4zIDAuNmwtMC4xIDAuMWMtMC4yIDAuMy0wLjggMS4yLTEuOCAyLjUtMC4yIDAtMC4zIDAtMC41IDAtMC4zIDAtMC42IDAtMC45IDAuMSAwIDAtMC44LTAuMS0xLjMtMS4zem0wLjggMi4yYzAgMC4xLTAuMSAwLjEtMC4yIDAuMSAwIDAgMCAwLTAuMSAwIDAgMC0wLjYtMC4yLTEtMC44LTAuNC0wLjYtMC41LTAuOS0wLjUtMC45IDAtMC4xIDAtMC4yIDAuMS0wLjIgMC4xIDAgMC4yIDAgMC4yIDAuMSAwIDAgMC4xIDAuMyAwLjQgMC44IDAuNCAwLjUgMC45IDAuNyAwLjkgMC43IDAuMSAwIDAuMSAwLjEgMC4xIDAuMnptLTAuOSAwLjRjMCAwLjEtMC4xIDAuMS0wLjEgMC4xIDAgMC0wLjEgMC0wLjEgMCAwIDAtMC42LTAuMy0wLjktMC45LTAuNC0wLjYtMC40LTAuOS0wLjQtMSAwLTAuMSAwLjEtMC4yIDAuMS0wLjIgMC4xIDAgMC4yIDAuMSAwLjIgMC4xIDAgMCAwIDAuMyAwLjQgMC44IDAuMyAwLjUgMC44IDAuOCAwLjggMC44IDAuMSAwIDAuMSAwLjEgMC4xIDAuMnptMTQuOS0yMS44LTIwLjIgMGMtMi40IDAtNC40IDItNC40IDQuNGwwIDIwLjJjMCAyLjQgMiA0LjQgNC40IDQuNGwyMC4yIDBjMi40IDAgNC40LTIgNC40LTQuNGwwLTIwLjJjMC0yLjQtMi00LjQtNC40LTQuNCIgZmlsbD0iIzFjNGY5YyIvPjwvZz48L3N2Zz4K") 8px center no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        width: 43px;
        height: 32px;
        display: block; }
        html #barra-brasil #brasil-vlibras .logo-vlibras:hover + .link-vlibras {
          width: 132px !important;
          height: 50px !important;
          display: inline-table;
          border: 2px solid #dfdfdf;
          padding: 10px 24px 10px 24px;
          visibility: visible;
          background: #f1f1f1;
          z-index: 8;
          line-height: 1.75em; }
        html #barra-brasil #brasil-vlibras .logo-vlibras:active + .link-vlibras {
          width: 132px !important;
          height: 50px !important;
          display: inline-table;
          border: 2px solid #dfdfdf;
          padding: 10px 24px 10px 24px;
          visibility: visible;
          background: #f1f1f1;
          z-index: 8;
          line-height: 1.75em; }
        html #barra-brasil #brasil-vlibras .logo-vlibras:focus + .link-vlibras {
          width: 132px !important;
          height: 50px !important;
          display: inline-table;
          border: 2px solid #dfdfdf;
          padding: 10px 24px 10px 24px;
          visibility: visible;
          background: #f1f1f1;
          z-index: 8;
          line-height: 1.75em; }
      html #barra-brasil #brasil-vlibras .link-vlibras {
        height: 0;
        top: 32px;
        transition: 0.1s;
        width: 166px !important;
        display: block;
        border: 2px solid #dfdfdf;
        color: #606060;
        visibility: hidden;
        position: relative; }
        html #barra-brasil #brasil-vlibras .link-vlibras a:hover {
          visibility: visible;
          background: #f1f1f1;
          z-index: 8; }
        html #barra-brasil #brasil-vlibras .link-vlibras a:focus {
          visibility: visible;
          background: #f1f1f1;
          z-index: 8; }
        html #barra-brasil #brasil-vlibras .link-vlibras a:active {
          visibility: visible;
          background: #f1f1f1;
          z-index: 8; }
        html #barra-brasil #brasil-vlibras .link-vlibras:hover {
          width: 132px !important;
          height: 50px !important;
          display: inline-table;
          border: 2px solid #dfdfdf;
          padding: 10px 24px 10px 24px;
          visibility: visible;
          background: #f1f1f1;
          z-index: 8;
          line-height: 1.75em; }
        html #barra-brasil #brasil-vlibras .link-vlibras:active {
          width: 132px !important;
          height: 50px !important;
          display: inline-table;
          border: 2px solid #dfdfdf;
          padding: 10px 24px 10px 24px;
          visibility: visible;
          background: #f1f1f1;
          z-index: 8;
          line-height: 1.75em; }
        html #barra-brasil #brasil-vlibras .link-vlibras:focus {
          width: 132px !important;
          height: 50px !important;
          display: inline-table;
          border: 2px solid #dfdfdf;
          padding: 10px 24px 10px 24px;
          visibility: visible;
          background: #f1f1f1;
          z-index: 8;
          line-height: 1.75em; }
    html #barra-brasil .eselo {
      position: absolute;
      top: 0;
      right: 44px;
      display: block;
      font-size: 1.25em;
      color: blue; }
    html #barra-brasil .acesso-info {
      position: absolute;
      left: 130px; }
    html #barra-brasil .list {
      position: absolute;
      top: 0;
      right: 40px;
      width: auto; }
      html #barra-brasil .list .first {
        border-left: 2px solid #dfdfdf; }
    html #barra-brasil .list-eselo {
      right: 90px !important; }
    html #barra-brasil .list-item {
      display: inline-block;
      height: 32px;
      line-height: 32px;
      border-right: 2px solid #dfdfdf; }
      html #barra-brasil .list-item a {
        padding: 8px 15px 8px 13px; }
    html #barra-brasil .link-barra {
      color: #606060; }
    html #barra-brasil #menu-icon {
      position: absolute;
      top: 3px;
      border-top: 15px double #606060;
      border-bottom: 5px solid #606060;
      display: none;
      width: 20px;
      right: 5px; }
  html body.contraste #barra-brasil {
    background: #000 !important; }
    html body.contraste #barra-brasil .link-barra {
      color: #FF0 !important;
      text-decoration: underline; }
    html body.contraste #barra-brasil .link-vlibras {
      color: #FF0 !important;
      text-decoration: underline; }
  html body.contraste .link-vlibras {
    background: #000 !important; }
  html div#wrapper-barra-brasil {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
    height: 100%; }
  @media only screen and (max-width: 959px) {
    html #barra-brasil #menu-icon {
      display: inline-block;
      padding: 5px 3px 0px 3px; }
    html #barra-brasil .list .first {
      border-left: 1px solid #dfdfdf; }
    html #barra-brasil .list a:active li {
      background: #DDD; }
    html #barra-brasil .list a:focus li {
      background: #DDD; }
    html #barra-brasil .list a:hover li {
      background: #DDD; }
    html #barra-brasil nav:hover #menu-icon {
      background-color: #DDD; }
    html #barra-brasil nav:hover ul.list {
      height: 165px;
      transition: 0.5s; }
    html #barra-brasil nav:active #menu-icon {
      background-color: #DDD; }
    html #barra-brasil nav:active ul.list {
      height: 165px;
      transition: 0.5s; }
    html #barra-brasil nav:focus #menu-icon {
      background-color: #DDD; }
    html #barra-brasil nav:focus ul.list {
      height: 165px;
      transition: 0.5s; }
    html #barra-brasil ul.list {
      overflow: hidden;
      height: 0px;
      transition: 0.3s;
      padding-top: 32px;
      width: auto;
      position: absolute;
      z-index: 9; }
      html #barra-brasil ul.list:active {
        overflow: hidden;
        height: 0px;
        transition: 0.3s;
        padding-top: 32px;
        width: auto;
        position: absolute;
        z-index: 9; }
      html #barra-brasil ul.list:focus {
        overflow: hidden;
        height: 0px;
        transition: 0.3s;
        padding-top: 32px;
        width: auto;
        position: absolute;
        z-index: 9; }
    html #barra-brasil .list-item {
      display: block;
      text-align: center;
      height: 30px;
      background: #EEE;
      border: 1px solid #dfdfdf; }
      html #barra-brasil .list-item a {
        padding: 8px 30px 8px 28px; }
    html body.contraste #barra-brasil nav:hover #menu-icon {
      background-color: #606060 !important; }
    html body.contraste #barra-brasil nav:active #menu-icon {
      background-color: #606060 !important; }
    html body.contraste #barra-brasil nav:focus #menu-icon {
      background-color: #606060 !important; }
    html body.contraste #barra-brasil .list-item {
      background: #000 !important; }
    html body.contraste #barra-brasil .list a:active li {
      background: #606060 !important; }
    html body.contraste #barra-brasil .list a:focus li {
      background: #606060 !important; }
    html body.contraste #barra-brasil .list a:hover li {
      background: #606060 !important; }
    html body.contraste #menu-icon {
      border-top: 15px double #fff !important;
      border-bottom: 5px solid #fff !important; }
    html div#wrapper-barra-brasil {
      overflow: visible; } }
  @media screen and (min-width: 960px) {
    html #wrapper-barra-brasil {
      width: 960px; } }
  @media print {
    html #barra-brasil .list {
      display: none; }
    html #barra-brasil .acesso-info .link-barra:after {
      content: " Barra GovBr"; } }
  html [class^="icon-"],
  html [class*=" icon-"] {
    font-family: 'fontawesome-alloy';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em; }
  html [class^="icon-"]:before,
  html [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none; }
  html .icon-large:before {
    vertical-align: -10%;
    font-size: 1.33333em; }
  html a [class^="icon-"],
  html a [class*=" icon-"] {
    display: inline; }
  html [class^="icon-"].icon-fixed-width,
  html [class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.14286em;
    text-align: right;
    padding-right: 0.28571em; }
    html [class^="icon-"].icon-fixed-width.icon-large,
    html [class*=" icon-"].icon-fixed-width.icon-large {
      width: 1.42857em; }
  html .icons-ul {
    margin-left: 2.14286em;
    list-style-type: none; }
    html .icons-ul > li {
      position: relative; }
    html .icons-ul .icon-li {
      position: absolute;
      left: -2.14286em;
      width: 2.14286em;
      text-align: center;
      line-height: inherit; }
  html [class^="icon-"].hide,
  html [class*=" icon-"].hide {
    display: none; }
  html .icon-muted {
    color: #eeeeee; }
  html .icon-light {
    color: white; }
  html .icon-dark {
    color: #333333; }
  html .icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    border-radius: 3px; }
  html .icon-2x {
    font-size: 2em; }
    html .icon-2x.icon-border {
      border-width: 2px;
      border-radius: 4px; }
  html .icon-3x {
    font-size: 3em; }
    html .icon-3x.icon-border {
      border-width: 3px;
      border-radius: 5px; }
  html .icon-4x {
    font-size: 4em; }
    html .icon-4x.icon-border {
      border-width: 4px;
      border-radius: 6px; }
  html .icon-5x {
    font-size: 5em; }
    html .icon-5x.icon-border {
      border-width: 5px;
      border-radius: 7px; }
  html .pull-right {
    float: right; }
  html .pull-left {
    float: left; }
  html [class^="icon-"].pull-left,
  html [class*=" icon-"].pull-left {
    margin-right: .3em; }
  html [class^="icon-"].pull-right,
  html [class*=" icon-"].pull-right {
    margin-left: .3em; }
  html [class^="icon-"],
  html [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0; }
  html .icon-white,
  html .nav-pills > .active > a > [class^="icon-"],
  html .nav-pills > .active > a > [class*=" icon-"],
  html .nav-list > .active > a > [class^="icon-"],
  html .nav-list > .active > a > [class*=" icon-"],
  html .navbar-inverse .nav > .active > a > [class^="icon-"],
  html .navbar-inverse .nav > .active > a > [class*=" icon-"],
  html .dropdown-menu > li > a:hover > [class^="icon-"],
  html .dropdown-menu > li > a:hover > [class*=" icon-"],
  html .dropdown-menu > .active > a > [class^="icon-"],
  html .dropdown-menu > .active > a > [class*=" icon-"],
  html .dropdown-submenu:hover > a > [class^="icon-"],
  html .dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none; }
  html .btn [class^="icon-"].icon-large,
  html .btn [class*=" icon-"].icon-large, html .nav [class^="icon-"].icon-large,
  html .nav [class*=" icon-"].icon-large {
    line-height: .9em; }
  html .btn [class^="icon-"].icon-spin,
  html .btn [class*=" icon-"].icon-spin, html .nav [class^="icon-"].icon-spin,
  html .nav [class*=" icon-"].icon-spin {
    display: inline-block; }
  html .nav-tabs [class^="icon-"], html .nav-tabs [class^="icon-"].icon-large,
  html .nav-tabs [class*=" icon-"],
  html .nav-tabs [class*=" icon-"].icon-large, html .nav-pills [class^="icon-"], html .nav-pills [class^="icon-"].icon-large,
  html .nav-pills [class*=" icon-"],
  html .nav-pills [class*=" icon-"].icon-large {
    line-height: .9em; }
  html .btn [class^="icon-"].pull-left.icon-2x, html .btn [class^="icon-"].pull-right.icon-2x,
  html .btn [class*=" icon-"].pull-left.icon-2x,
  html .btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em; }
  html .btn [class^="icon-"].icon-spin.icon-large,
  html .btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em; }
  html .btn.btn-small [class^="icon-"].pull-left.icon-2x, html .btn.btn-small [class^="icon-"].pull-right.icon-2x,
  html .btn.btn-small [class*=" icon-"].pull-left.icon-2x,
  html .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em; }
  html .btn.btn-large [class^="icon-"],
  html .btn.btn-large [class*=" icon-"] {
    margin-top: 0; }
    html .btn.btn-large [class^="icon-"].pull-left.icon-2x, html .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    html .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
    html .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
      margin-top: .05em; }
    html .btn.btn-large [class^="icon-"].pull-left.icon-2x,
    html .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
      margin-right: .2em; }
    html .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    html .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
      margin-left: .2em; }
  html .nav-list [class^="icon-"],
  html .nav-list [class*=" icon-"] {
    line-height: inherit; }
  html .icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%; }
    html .icon-stack [class^="icon-"],
    html .icon-stack [class*=" icon-"] {
      display: block;
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%;
      font-size: 1em;
      line-height: inherit;
      *line-height: 2em; }
    html .icon-stack .icon-stack-base {
      font-size: 2em;
      *line-height: 1em; }
  html .icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear; }
  html a .icon-stack,
  html a .icon-spin {
    display: inline-block;
    text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
0% {
    -ms-transform: rotate(0deg); }
100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
  html .icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }
  html .icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }
  html .icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
  html .icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  html .icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1); }
  html a .icon-rotate-90:before, html a .icon-rotate-180:before, html a .icon-rotate-270:before, html a .icon-flip-horizontal:before, html a .icon-flip-vertical:before {
    display: inline-block; }

html {
  @font-face {
    font-family: 'fontawesome-alloy';
    src: url("/o/ifsc-internet-lf6_2-theme/css/migration-6-2/aui/alloy-font-awesome/font/fontawesome-alloy.eot");
    src: url("/o/ifsc-internet-lf6_2-theme/css/migration-6-2/aui/alloy-font-awesome/font/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("/o/ifsc-internet-lf6_2-theme/css/migration-6-2/aui/alloy-font-awesome/font/fontawesome-alloy.woff") format("woff"), url("/o/ifsc-internet-lf6_2-theme/css/migration-6-2/aui/alloy-font-awesome/font/fontawesome-alloy.ttf") format("truetype"), url("/o/ifsc-internet-lf6_2-theme/css/migration-6-2/aui/alloy-font-awesome/font/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
    font-weight: normal;
    font-style: normal; } }
  html [data-icon]:before {
    font-family: 'fontawesome-alloy';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  html .icon-music, html .icon-search, html .icon-envelope, html .icon-heart, html .icon-star, html .icon-star-empty, html .icon-user, html .icon-film, html .icon-th-large, html .icon-th, html .icon-th-list, html .icon-ok, html .icon-remove, html .icon-zoom-in, html .icon-zoom-out, html .icon-off, html .icon-signal, html .icon-cog, html .icon-trash, html .icon-home, html .icon-file, html .icon-time, html .icon-road, html .icon-download-alt, html .icon-download, html .icon-upload, html .icon-inbox, html .icon-play-circle, html .icon-repeat, html .icon-refresh, html .icon-list-alt, html .icon-lock, html .icon-flag, html .icon-headphones, html .icon-volume-off, html .icon-volume-down, html .icon-volume-up, html .icon-qrcode, html .icon-barcode, html .icon-tag, html .icon-tags, html .icon-book, html .icon-bookmark, html .icon-print, html .icon-camera, html .icon-font, html .icon-bold, html .icon-italic, html .icon-text-height, html .icon-text-width, html .icon-align-left, html .icon-align-center, html .icon-align-right, html .icon-align-justify, html .icon-list, html .icon-indent-left, html .icon-indent-right, html .icon-facetime-video, html .icon-picture, html .icon-pencil, html .icon-map-marker, html .icon-adjust, html .icon-tint, html .icon-edit, html .icon-share, html .icon-check, html .icon-move, html .icon-step-backward, html .icon-fast-backward, html .icon-backward, html .icon-play, html .icon-pause, html .icon-stop, html .icon-forward, html .icon-fast-forward, html .icon-step-forward, html .icon-eject, html .icon-chevron-left, html .icon-chevron-right, html .icon-plus-sign, html .icon-minus-sign, html .icon-remove-sign, html .icon-ok-sign, html .icon-question-sign, html .icon-info-sign, html .icon-screenshot, html .icon-remove-circle, html .icon-ok-circle, html .icon-ban-circle, html .icon-arrow-left, html .icon-arrow-right, html .icon-arrow-up, html .icon-arrow-down, html .icon-share-alt, html .icon-resize-full, html .icon-resize-small, html .icon-plus, html .icon-minus, html .icon-asterisk, html .icon-exclamation-sign, html .icon-gift, html .icon-leaf, html .icon-fire, html .icon-eye-open, html .icon-eye-close, html .icon-warning-sign, html .icon-plane, html .icon-calendar, html .icon-random, html .icon-comment, html .icon-magnet, html .icon-chevron-up, html .icon-chevron-down, html .icon-retweet, html .icon-shopping-cart, html .icon-folder-close, html .icon-folder-open, html .icon-resize-vertical, html .icon-resize-horizontal, html .icon-bar-chart, html .icon-twitter-sign, html .icon-facebook-sign, html .icon-camera-retro, html .icon-key, html .icon-cogs, html .icon-comments, html .icon-thumbs-up, html .icon-thumbs-down, html .icon-star-half, html .icon-heart-empty, html .icon-signout, html .icon-linkedin-sign, html .icon-pushpin, html .icon-external-link, html .icon-signin, html .icon-trophy, html .icon-github-sign, html .icon-upload-alt, html .icon-lemon, html .icon-phone, html .icon-check-empty, html .icon-bookmark-empty, html .icon-phone-sign, html .icon-twitter, html .icon-facebook, html .icon-github, html .icon-unlock, html .icon-credit, html .icon-rss, html .icon-hdd, html .icon-bullhorn, html .icon-bell, html .icon-certificate, html .icon-hand-right, html .icon-hand-left, html .icon-hand-up, html .icon-hand-down, html .icon-circle-arrow-left, html .icon-circle-arrow-right, html .icon-circle-arrow-up, html .icon-circle-arrow-down, html .icon-globe, html .icon-wrench, html .icon-tasks, html .icon-filter, html .icon-briefcase, html .icon-fullscreen, html .icon-group, html .icon-link, html .icon-cloud, html .icon-beaker, html .icon-cut, html .icon-copy, html .icon-paper-clip, html .icon-save, html .icon-sign-blank, html .icon-reorder, html .icon-list-ul, html .icon-list-ol, html .icon-strikethrough, html .icon-underline, html .icon-table, html .icon-magic, html .icon-truck, html .icon-pinterest, html .icon-pinterest-sign, html .icon-google-plus-sign, html .icon-google-plus, html .icon-money, html .icon-caret-down, html .icon-caret-up, html .icon-caret-left, html .icon-caret-right, html .icon-columns, html .icon-sort, html .icon-sort-down, html .icon-sort-up, html .icon-envelope-alt, html .icon-linkedin, html .icon-undo, html .icon-legal, html .icon-dashboard, html .icon-comment-alt, html .icon-comments-alt, html .icon-bolt, html .icon-sitemap, html .icon-umbrella, html .icon-paste, html .icon-lightbulb, html .icon-exchange, html .icon-cloud-download, html .icon-cloud-upload, html .icon-user-md, html .icon-stethoscope, html .icon-suitcase, html .icon-bell-alt, html .icon-coffee, html .icon-food, html .icon-file-alt, html .icon-building, html .icon-hospital, html .icon-ambulance, html .icon-medkit, html .icon-fighter-jet, html .icon-beer, html .icon-h-sign, html .icon-plus-sign-2, html .icon-double-angle-left, html .icon-double-angle-right, html .icon-double-angle-up, html .icon-double-angle-down, html .icon-angle-left, html .icon-angle-right, html .icon-angle-up, html .icon-angle-down, html .icon-desktop, html .icon-laptop, html .icon-tablet, html .icon-mobile, html .icon-circle-blank, html .icon-quote-left, html .icon-quote-right, html .icon-spinner, html .icon-circle, html .icon-reply, html .icon-github-alt, html .icon-folder-close-alt, html .icon-folder-open-alt, html .icon-expand-alt, html .icon-collapse-alt, html .icon-smile, html .icon-frown, html .icon-meh, html .icon-gamepad, html .icon-keyboard, html .icon-flag-alt, html .icon-flag-checkered, html .icon-terminal, html .icon-code, html .icon-reply-all, html .icon-star-half-full, html .icon-location-arrow, html .icon-crop, html .icon-code-fork, html .icon-unlink, html .icon-question, html .icon-info, html .icon-exclamation, html .icon-superscript, html .icon-subscript, html .icon-eraser, html .icon-puzzle, html .icon-microphone, html .icon-microphone-off, html .icon-shield, html .icon-calendar-empty, html .icon-fire-extinguisher, html .icon-rocket, html .icon-maxcdn, html .icon-chevron-sign-left, html .icon-chevron-sign-right, html .icon-chevron-sign-up, html .icon-chevron-sign-down, html .icon-html5, html .icon-css3, html .icon-anchor, html .icon-unlock-alt, html .icon-bullseye, html .icon-ellipsis-horizontal, html .icon-ellipsis-vertical, html .icon-rss-sign, html .icon-play-sign, html .icon-ticket, html .icon-minus-sign-alt, html .icon-check-minus, html .icon-level-up, html .icon-level-down, html .icon-check-sign, html .icon-edit-sign, html .icon-external-link-sign, html .icon-share-sign, html .icon-compass, html .icon-collapse, html .icon-collapse-top, html .icon-expand, html .icon-euro, html .icon-gbp, html .icon-dollar, html .icon-yen, html .icon-renminbi, html .icon-won, html .icon-bitcoin, html .icon-file-2, html .icon-file-text, html .icon-sort-by-alphabet, html .icon-sort-by-alphabet-alt, html .icon-sort-by-attributes, html .icon-sort-by-attributes-alt, html .icon-sort-by-order, html .icon-sort-by-order-alt, html .icon-thumbs-up-2, html .icon-thumbs-down-2, html .icon-youtube-sign, html .icon-youtube, html .icon-xing, html .icon-xing-sign, html .icon-youtube-play, html .icon-dropbox, html .icon-stackexchange, html .icon-instagram, html .icon-flickr, html .icon-adn, html .icon-bitbucket, html .icon-bitbucket-sign, html .icon-tumblr, html .icon-tumblr-sign, html .icon-long-arrow-down, html .icon-long-arrow-up, html .icon-long-arrow-left, html .icon-long-arrow-right, html .icon-apple, html .icon-windows, html .icon-android, html .icon-linux, html .icon-dribbble, html .icon-skype, html .icon-foursquare, html .icon-trello, html .icon-female, html .icon-male, html .icon-gittip, html .icon-sun, html .icon-moon, html .icon-archive, html .icon-bug, html .icon-vk, html .icon-rupee, html .icon-glass, html .icon-fb-text-box, html .icon-fb-select, html .icon-fb-radio, html .icon-fb-text, html .icon-fb-number, html .icon-fb-integer, html .icon-fb-decimal, html .icon-fb-boolean, html .icon-renren, html .icon-weibo, html .icon-db-joinxor, html .icon-db-state, html .icon-db-end, html .icon-db-start, html .icon-db-fork, html .icon-db-task, html .icon-db-condition, html .icon-db-join, html .icon-fb-button, html .icon-fb-fieldset, html .icon-fb-custom-field, html .icon-fb-separator, html .icon-fb-paragraph, html .icon-fb-file-upload {
    font-family: 'fontawesome-alloy';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  html .icon-music:before {
    content: "\f001"; }
  html .icon-search:before {
    content: "\f002"; }
  html .icon-envelope:before {
    content: "\f003"; }
  html .icon-heart:before {
    content: "\f004"; }
  html .icon-star:before {
    content: "\f005"; }
  html .icon-star-empty:before {
    content: "\f006"; }
  html .icon-user:before {
    content: "\f007"; }
  html .icon-film:before {
    content: "\f008"; }
  html .icon-th-large:before {
    content: "\f009"; }
  html .icon-th:before {
    content: "\f00a"; }
  html .icon-th-list:before {
    content: "\f00b"; }
  html .icon-ok:before {
    content: "\f00c"; }
  html .icon-remove:before {
    content: "\f00d"; }
  html .icon-zoom-in:before {
    content: "\f00e"; }
  html .icon-zoom-out:before {
    content: "\f010"; }
  html .icon-off:before {
    content: "\f011"; }
  html .icon-signal:before {
    content: "\f012"; }
  html .icon-cog:before {
    content: "\f013"; }
  html .icon-trash:before {
    content: "\f014"; }
  html .icon-home:before {
    content: "\f015"; }
  html .icon-file:before {
    content: "\f016"; }
  html .icon-time:before {
    content: "\f017"; }
  html .icon-road:before {
    content: "\f018"; }
  html .icon-download-alt:before {
    content: "\f019"; }
  html .icon-download:before {
    content: "\f01a"; }
  html .icon-upload:before {
    content: "\f01b"; }
  html .icon-inbox:before {
    content: "\f01c"; }
  html .icon-play-circle:before {
    content: "\f01d"; }
  html .icon-repeat:before {
    content: "\f01e"; }
  html .icon-refresh:before {
    content: "\f021"; }
  html .icon-list-alt:before {
    content: "\f022"; }
  html .icon-lock:before {
    content: "\f023"; }
  html .icon-flag:before {
    content: "\f024"; }
  html .icon-headphones:before {
    content: "\f025"; }
  html .icon-volume-off:before {
    content: "\f026"; }
  html .icon-volume-down:before {
    content: "\f027"; }
  html .icon-volume-up:before {
    content: "\f028"; }
  html .icon-qrcode:before {
    content: "\f029"; }
  html .icon-barcode:before {
    content: "\f02a"; }
  html .icon-tag:before {
    content: "\f02b"; }
  html .icon-tags:before {
    content: "\f02c"; }
  html .icon-book:before {
    content: "\f02d"; }
  html .icon-bookmark:before {
    content: "\f02e"; }
  html .icon-print:before {
    content: "\f02f"; }
  html .icon-camera:before {
    content: "\f030"; }
  html .icon-font:before {
    content: "\f031"; }
  html .icon-bold:before {
    content: "\f032"; }
  html .icon-italic:before {
    content: "\f033"; }
  html .icon-text-height:before {
    content: "\f034"; }
  html .icon-text-width:before {
    content: "\f035"; }
  html .icon-align-left:before {
    content: "\f036"; }
  html .icon-align-center:before {
    content: "\f037"; }
  html .icon-align-right:before {
    content: "\f038"; }
  html .icon-align-justify:before {
    content: "\f039"; }
  html .icon-list:before {
    content: "\f03a"; }
  html .icon-indent-left:before {
    content: "\f03b"; }
  html .icon-indent-right:before {
    content: "\f03c"; }
  html .icon-facetime-video:before {
    content: "\f03d"; }
  html .icon-picture:before {
    content: "\f03e"; }
  html .icon-pencil:before {
    content: "\f040"; }
  html .icon-map-marker:before {
    content: "\f041"; }
  html .icon-adjust:before {
    content: "\f042"; }
  html .icon-tint:before {
    content: "\f043"; }
  html .icon-edit:before {
    content: "\f044"; }
  html .icon-share:before {
    content: "\f045"; }
  html .icon-check:before {
    content: "\f046"; }
  html .icon-move:before {
    content: "\f047"; }
  html .icon-step-backward:before {
    content: "\f048"; }
  html .icon-fast-backward:before {
    content: "\f049"; }
  html .icon-backward:before {
    content: "\f04a"; }
  html .icon-play:before {
    content: "\f04b"; }
  html .icon-pause:before {
    content: "\f04c"; }
  html .icon-stop:before {
    content: "\f04d"; }
  html .icon-forward:before {
    content: "\f04e"; }
  html .icon-fast-forward:before {
    content: "\f050"; }
  html .icon-step-forward:before {
    content: "\f051"; }
  html .icon-eject:before {
    content: "\f052"; }
  html .icon-chevron-left:before {
    content: "\f053"; }
  html .icon-chevron-right:before {
    content: "\f054"; }
  html .icon-plus-sign:before {
    content: "\f055"; }
  html .icon-minus-sign:before {
    content: "\f056"; }
  html .icon-remove-sign:before {
    content: "\f057"; }
  html .icon-ok-sign:before {
    content: "\f058"; }
  html .icon-question-sign:before {
    content: "\f059"; }
  html .icon-info-sign:before {
    content: "\f05a"; }
  html .icon-screenshot:before {
    content: "\f05b"; }
  html .icon-remove-circle:before {
    content: "\f05c"; }
  html .icon-ok-circle:before {
    content: "\f05d"; }
  html .icon-ban-circle:before {
    content: "\f05e"; }
  html .icon-arrow-left:before {
    content: "\f060"; }
  html .icon-arrow-right:before {
    content: "\f061"; }
  html .icon-arrow-up:before {
    content: "\f062"; }
  html .icon-arrow-down:before {
    content: "\f063"; }
  html .icon-share-alt:before {
    content: "\f064"; }
  html .icon-resize-full:before {
    content: "\f065"; }
  html .icon-resize-small:before {
    content: "\f066"; }
  html .icon-plus:before {
    content: "\f067"; }
  html .icon-minus:before {
    content: "\f068"; }
  html .icon-asterisk:before {
    content: "\f069"; }
  html .icon-exclamation-sign:before {
    content: "\f06a"; }
  html .icon-gift:before {
    content: "\f06b"; }
  html .icon-leaf:before {
    content: "\f06c"; }
  html .icon-fire:before {
    content: "\f06d"; }
  html .icon-eye-open:before {
    content: "\f06e"; }
  html .icon-eye-close:before {
    content: "\f070"; }
  html .icon-warning-sign:before {
    content: "\f071"; }
  html .icon-plane:before {
    content: "\f072"; }
  html .icon-calendar:before {
    content: "\f073"; }
  html .icon-random:before {
    content: "\f074"; }
  html .icon-comment:before {
    content: "\f075"; }
  html .icon-magnet:before {
    content: "\f076"; }
  html .icon-chevron-up:before {
    content: "\f077"; }
  html .icon-chevron-down:before {
    content: "\f078"; }
  html .icon-retweet:before {
    content: "\f079"; }
  html .icon-shopping-cart:before {
    content: "\f07a"; }
  html .icon-folder-close:before {
    content: "\f07b"; }
  html .icon-folder-open:before {
    content: "\f07c"; }
  html .icon-resize-vertical:before {
    content: "\f07d"; }
  html .icon-resize-horizontal:before {
    content: "\f07e"; }
  html .icon-bar-chart:before {
    content: "\f080"; }
  html .icon-twitter-sign:before {
    content: "\f081"; }
  html .icon-facebook-sign:before {
    content: "\f082"; }
  html .icon-camera-retro:before {
    content: "\f083"; }
  html .icon-key:before {
    content: "\f084"; }
  html .icon-cogs:before {
    content: "\f085"; }
  html .icon-comments:before {
    content: "\f086"; }
  html .icon-thumbs-up:before {
    content: "\f087"; }
  html .icon-thumbs-down:before {
    content: "\f088"; }
  html .icon-star-half:before {
    content: "\f089"; }
  html .icon-heart-empty:before {
    content: "\f08a"; }
  html .icon-signout:before {
    content: "\f08b"; }
  html .icon-linkedin-sign:before {
    content: "\f08c"; }
  html .icon-pushpin:before {
    content: "\f08d"; }
  html .icon-external-link:before {
    content: "\f08e"; }
  html .icon-signin:before {
    content: "\f090"; }
  html .icon-trophy:before {
    content: "\f091"; }
  html .icon-github-sign:before {
    content: "\f092"; }
  html .icon-upload-alt:before {
    content: "\f093"; }
  html .icon-lemon:before {
    content: "\f094"; }
  html .icon-phone:before {
    content: "\f095"; }
  html .icon-check-empty:before {
    content: "\f096"; }
  html .icon-bookmark-empty:before {
    content: "\f097"; }
  html .icon-phone-sign:before {
    content: "\f098"; }
  html .icon-twitter:before {
    content: "\f099"; }
  html .icon-facebook:before {
    content: "\f09a"; }
  html .icon-github:before {
    content: "\f09b"; }
  html .icon-unlock:before {
    content: "\f09c"; }
  html .icon-credit:before {
    content: "\f09d"; }
  html .icon-rss:before {
    content: "\f09e"; }
  html .icon-hdd:before {
    content: "\f0a0"; }
  html .icon-bullhorn:before {
    content: "\f0a1"; }
  html .icon-bell:before {
    content: "\f0a2"; }
  html .icon-certificate:before {
    content: "\f0a3"; }
  html .icon-hand-right:before {
    content: "\f0a4"; }
  html .icon-hand-left:before {
    content: "\f0a5"; }
  html .icon-hand-up:before {
    content: "\f0a6"; }
  html .icon-hand-down:before {
    content: "\f0a7"; }
  html .icon-circle-arrow-left:before {
    content: "\f0a8"; }
  html .icon-circle-arrow-right:before {
    content: "\f0a9"; }
  html .icon-circle-arrow-up:before {
    content: "\f0aa"; }
  html .icon-circle-arrow-down:before {
    content: "\f0ab"; }
  html .icon-globe:before {
    content: "\f0ac"; }
  html .icon-wrench:before {
    content: "\f0ad"; }
  html .icon-tasks:before {
    content: "\f0ae"; }
  html .icon-filter:before {
    content: "\f0b0"; }
  html .icon-briefcase:before {
    content: "\f0b1"; }
  html .icon-fullscreen:before {
    content: "\f0b2"; }
  html .icon-group:before {
    content: "\f0c0"; }
  html .icon-link:before {
    content: "\f0c1"; }
  html .icon-cloud:before {
    content: "\f0c2"; }
  html .icon-beaker:before {
    content: "\f0c3"; }
  html .icon-cut:before {
    content: "\f0c4"; }
  html .icon-copy:before {
    content: "\f0c5"; }
  html .icon-paper-clip:before {
    content: "\f0c6"; }
  html .icon-save:before {
    content: "\f0c7"; }
  html .icon-sign-blank:before {
    content: "\f0c8"; }
  html .icon-reorder:before {
    content: "\f0c9"; }
  html .icon-list-ul:before {
    content: "\f0ca"; }
  html .icon-list-ol:before {
    content: "\f0cb"; }
  html .icon-strikethrough:before {
    content: "\f0cc"; }
  html .icon-underline:before {
    content: "\f0cd"; }
  html .icon-table:before {
    content: "\f0ce"; }
  html .icon-magic:before {
    content: "\f0d0"; }
  html .icon-truck:before {
    content: "\f0d1"; }
  html .icon-pinterest:before {
    content: "\f0d2"; }
  html .icon-pinterest-sign:before {
    content: "\f0d3"; }
  html .icon-google-plus-sign:before {
    content: "\f0d4"; }
  html .icon-google-plus:before {
    content: "\f0d5"; }
  html .icon-money:before {
    content: "\f0d6"; }
  html .icon-caret-down:before {
    content: "\f0d7"; }
  html .icon-caret-up:before {
    content: "\f0d8"; }
  html .icon-caret-left:before {
    content: "\f0d9"; }
  html .icon-caret-right:before {
    content: "\f0da"; }
  html .icon-columns:before {
    content: "\f0db"; }
  html .icon-sort:before {
    content: "\f0dc"; }
  html .icon-sort-down:before {
    content: "\f0dd"; }
  html .icon-sort-up:before {
    content: "\f0de"; }
  html .icon-envelope-alt:before {
    content: "\f0e0"; }
  html .icon-linkedin:before {
    content: "\f0e1"; }
  html .icon-undo:before {
    content: "\f0e2"; }
  html .icon-legal:before {
    content: "\f0e3"; }
  html .icon-dashboard:before {
    content: "\f0e4"; }
  html .icon-comment-alt:before {
    content: "\f0e5"; }
  html .icon-comments-alt:before {
    content: "\f0e6"; }
  html .icon-bolt:before {
    content: "\f0e7"; }
  html .icon-sitemap:before {
    content: "\f0e8"; }
  html .icon-umbrella:before {
    content: "\f0e9"; }
  html .icon-paste:before {
    content: "\f0ea"; }
  html .icon-lightbulb:before {
    content: "\f0eb"; }
  html .icon-exchange:before {
    content: "\f0ec"; }
  html .icon-cloud-download:before {
    content: "\f0ed"; }
  html .icon-cloud-upload:before {
    content: "\f0ee"; }
  html .icon-user-md:before {
    content: "\f0f0"; }
  html .icon-stethoscope:before {
    content: "\f0f1"; }
  html .icon-suitcase:before {
    content: "\f0f2"; }
  html .icon-bell-alt:before {
    content: "\f0f3"; }
  html .icon-coffee:before {
    content: "\f0f4"; }
  html .icon-food:before {
    content: "\f0f5"; }
  html .icon-file-alt:before {
    content: "\f0f6"; }
  html .icon-building:before {
    content: "\f0f7"; }
  html .icon-hospital:before {
    content: "\f0f8"; }
  html .icon-ambulance:before {
    content: "\f0f9"; }
  html .icon-medkit:before {
    content: "\f0fa"; }
  html .icon-fighter-jet:before {
    content: "\f0fb"; }
  html .icon-beer:before {
    content: "\f0fc"; }
  html .icon-h-sign:before {
    content: "\f0fd"; }
  html .icon-plus-sign-2:before {
    content: "\f0fe"; }
  html .icon-double-angle-left:before {
    content: "\f100"; }
  html .icon-double-angle-right:before {
    content: "\f101"; }
  html .icon-double-angle-up:before {
    content: "\f102"; }
  html .icon-double-angle-down:before {
    content: "\f103"; }
  html .icon-angle-left:before {
    content: "\f104"; }
  html .icon-angle-right:before {
    content: "\f105"; }
  html .icon-angle-up:before {
    content: "\f106"; }
  html .icon-angle-down:before {
    content: "\f107"; }
  html .icon-desktop:before {
    content: "\f108"; }
  html .icon-laptop:before {
    content: "\f109"; }
  html .icon-tablet:before {
    content: "\f10a"; }
  html .icon-mobile:before {
    content: "\f10b"; }
  html .icon-circle-blank:before {
    content: "\f10c"; }
  html .icon-quote-left:before {
    content: "\f10d"; }
  html .icon-quote-right:before {
    content: "\f10e"; }
  html .icon-spinner:before {
    content: "\f110"; }
  html .icon-circle:before {
    content: "\f111"; }
  html .icon-reply:before {
    content: "\f112"; }
  html .icon-github-alt:before {
    content: "\f113"; }
  html .icon-folder-close-alt:before {
    content: "\f114"; }
  html .icon-folder-open-alt:before {
    content: "\f115"; }
  html .icon-expand-alt:before {
    content: "\f116"; }
  html .icon-collapse-alt:before {
    content: "\f117"; }
  html .icon-smile:before {
    content: "\f118"; }
  html .icon-frown:before {
    content: "\f119"; }
  html .icon-meh:before {
    content: "\f11a"; }
  html .icon-gamepad:before {
    content: "\f11b"; }
  html .icon-keyboard:before {
    content: "\f11c"; }
  html .icon-flag-alt:before {
    content: "\f11d"; }
  html .icon-flag-checkered:before {
    content: "\f11e"; }
  html .icon-terminal:before {
    content: "\f120"; }
  html .icon-code:before {
    content: "\f121"; }
  html .icon-reply-all:before {
    content: "\f122"; }
  html .icon-star-half-full:before {
    content: "\f123"; }
  html .icon-location-arrow:before {
    content: "\f124"; }
  html .icon-crop:before {
    content: "\f125"; }
  html .icon-code-fork:before {
    content: "\f126"; }
  html .icon-unlink:before {
    content: "\f127"; }
  html .icon-question:before {
    content: "\f128"; }
  html .icon-info:before {
    content: "\f129"; }
  html .icon-exclamation:before {
    content: "\f12a"; }
  html .icon-superscript:before {
    content: "\f12b"; }
  html .icon-subscript:before {
    content: "\f12c"; }
  html .icon-eraser:before {
    content: "\f12d"; }
  html .icon-puzzle:before {
    content: "\f12e"; }
  html .icon-microphone:before {
    content: "\f130"; }
  html .icon-microphone-off:before {
    content: "\f131"; }
  html .icon-shield:before {
    content: "\f132"; }
  html .icon-calendar-empty:before {
    content: "\f133"; }
  html .icon-fire-extinguisher:before {
    content: "\f134"; }
  html .icon-rocket:before {
    content: "\f135"; }
  html .icon-maxcdn:before {
    content: "\f136"; }
  html .icon-chevron-sign-left:before {
    content: "\f137"; }
  html .icon-chevron-sign-right:before {
    content: "\f138"; }
  html .icon-chevron-sign-up:before {
    content: "\f139"; }
  html .icon-chevron-sign-down:before {
    content: "\f13a"; }
  html .icon-html5:before {
    content: "\f13b"; }
  html .icon-css3:before {
    content: "\f13c"; }
  html .icon-anchor:before {
    content: "\f13d"; }
  html .icon-unlock-alt:before {
    content: "\f13e"; }
  html .icon-bullseye:before {
    content: "\f140"; }
  html .icon-ellipsis-horizontal:before {
    content: "\f141"; }
  html .icon-ellipsis-vertical:before {
    content: "\f142"; }
  html .icon-rss-sign:before {
    content: "\f143"; }
  html .icon-play-sign:before {
    content: "\f144"; }
  html .icon-ticket:before {
    content: "\f145"; }
  html .icon-minus-sign-alt:before {
    content: "\f146"; }
  html .icon-check-minus:before {
    content: "\f147"; }
  html .icon-level-up:before {
    content: "\f148"; }
  html .icon-level-down:before {
    content: "\f149"; }
  html .icon-check-sign:before {
    content: "\f14a"; }
  html .icon-edit-sign:before {
    content: "\f14b"; }
  html .icon-external-link-sign:before {
    content: "\f14c"; }
  html .icon-share-sign:before {
    content: "\f14d"; }
  html .icon-compass:before {
    content: "\f14e"; }
  html .icon-collapse:before {
    content: "\f150"; }
  html .icon-collapse-top:before {
    content: "\f151"; }
  html .icon-expand:before {
    content: "\f152"; }
  html .icon-euro:before {
    content: "\f153"; }
  html .icon-gbp:before {
    content: "\f154"; }
  html .icon-dollar:before {
    content: "\f155"; }
  html .icon-yen:before {
    content: "\f157"; }
  html .icon-renminbi:before {
    content: "\f158"; }
  html .icon-won:before {
    content: "\f159"; }
  html .icon-bitcoin:before {
    content: "\f15a"; }
  html .icon-file-2:before {
    content: "\f15b"; }
  html .icon-file-text:before {
    content: "\f15c"; }
  html .icon-sort-by-alphabet:before {
    content: "\f15d"; }
  html .icon-sort-by-alphabet-alt:before {
    content: "\f15e"; }
  html .icon-sort-by-attributes:before {
    content: "\f160"; }
  html .icon-sort-by-attributes-alt:before {
    content: "\f161"; }
  html .icon-sort-by-order:before {
    content: "\f162"; }
  html .icon-sort-by-order-alt:before {
    content: "\f163"; }
  html .icon-thumbs-up-2:before {
    content: "\f164"; }
  html .icon-thumbs-down-2:before {
    content: "\f165"; }
  html .icon-youtube-sign:before {
    content: "\f166"; }
  html .icon-youtube:before {
    content: "\f167"; }
  html .icon-xing:before {
    content: "\f168"; }
  html .icon-xing-sign:before {
    content: "\f169"; }
  html .icon-youtube-play:before {
    content: "\f16a"; }
  html .icon-dropbox:before {
    content: "\f16b"; }
  html .icon-stackexchange:before {
    content: "\f16c"; }
  html .icon-instagram:before {
    content: "\f16d"; }
  html .icon-flickr:before {
    content: "\f16e"; }
  html .icon-adn:before {
    content: "\f170"; }
  html .icon-bitbucket:before {
    content: "\f171"; }
  html .icon-bitbucket-sign:before {
    content: "\f172"; }
  html .icon-tumblr:before {
    content: "\f173"; }
  html .icon-tumblr-sign:before {
    content: "\f174"; }
  html .icon-long-arrow-down:before {
    content: "\f175"; }
  html .icon-long-arrow-up:before {
    content: "\f176"; }
  html .icon-long-arrow-left:before {
    content: "\f177"; }
  html .icon-long-arrow-right:before {
    content: "\f178"; }
  html .icon-apple:before {
    content: "\f179"; }
  html .icon-windows:before {
    content: "\f17a"; }
  html .icon-android:before {
    content: "\f17b"; }
  html .icon-linux:before {
    content: "\f17c"; }
  html .icon-dribbble:before {
    content: "\f17d"; }
  html .icon-skype:before {
    content: "\f17e"; }
  html .icon-foursquare:before {
    content: "\f180"; }
  html .icon-trello:before {
    content: "\f181"; }
  html .icon-female:before {
    content: "\f182"; }
  html .icon-male:before {
    content: "\f183"; }
  html .icon-gittip:before {
    content: "\f184"; }
  html .icon-sun:before {
    content: "\f185"; }
  html .icon-moon:before {
    content: "\f186"; }
  html .icon-archive:before {
    content: "\f187"; }
  html .icon-bug:before {
    content: "\f188"; }
  html .icon-vk:before {
    content: "\f189"; }
  html .icon-rupee:before {
    content: "\f156"; }
  html .icon-glass:before {
    content: "\f000"; }
  html .icon-fb-text-box:before {
    content: "\e001"; }
  html .icon-fb-select:before {
    content: "\e002"; }
  html .icon-fb-radio:before {
    content: "\e003"; }
  html .icon-fb-text:before {
    content: "\e000"; }
  html .icon-fb-number:before {
    content: "\e004"; }
  html .icon-fb-integer:before {
    content: "\e005"; }
  html .icon-fb-decimal:before {
    content: "\e007"; }
  html .icon-fb-boolean:before {
    content: "\e008"; }
  html .icon-renren:before {
    content: "\f18b"; }
  html .icon-weibo:before {
    content: "\f18a"; }
  html .icon-db-joinxor:before {
    content: "\e006"; }
  html .icon-db-state:before {
    content: "\e009"; }
  html .icon-db-end:before {
    content: "\e00a"; }
  html .icon-db-start:before {
    content: "\e00b"; }
  html .icon-db-fork:before {
    content: "\e00c"; }
  html .icon-db-task:before {
    content: "\e00d"; }
  html .icon-db-condition:before {
    content: "\e00e"; }
  html .icon-db-join:before {
    content: "\e00f"; }
  html .icon-fb-button:before {
    content: "\e010"; }
  html .icon-fb-fieldset:before {
    content: "\e011"; }
  html .icon-fb-custom-field:before {
    content: "\e012"; }
  html .icon-fb-separator:before {
    content: "\e013"; }
  html .icon-fb-paragraph:before {
    content: "\e014"; }
  html .icon-fb-file-upload:before {
    content: "\e015"; }
  html .icon-btc:before {
    content: "\f15a"; }
  html .icon-cny:before {
    content: "\f158"; }
  html .icon-eur:before {
    content: "\f153"; }
  html .icon-gear:before {
    content: "\f013"; }
  html .icon-gears:before {
    content: "\f085"; }
  html .icon-inr:before {
    content: "\f156"; }
  html .icon-jpy:before {
    content: "\f157"; }
  html .icon-krw:before {
    content: "\f159"; }
  html .icon-mail-forward:before {
    content: "\f064"; }
  html .icon-mail-reply:before {
    content: "\f112"; }
  html .icon-paperclip:before {
    content: "\f0c6"; }
  html .icon-power-off:before {
    content: "\f011"; }
  html .icon-rotate-left:before {
    content: "\f0e2"; }
  html .icon-rotate-right:before {
    content: "\f01e"; }
  html .icon-star-half-empty:before {
    content: "\f123"; }
  html .icon-unchecked:before {
    content: "\f096"; }
  html .icon-usd:before {
    content: "\f155"; }

html .theme-details dl.theme-fields {
  display: none; }

html .breadcrumb li::after {
  font-size: 14px;
  content: ' > ';
  display: inline;
  margin: 0 5px;
  text-decoration: none;
  font-weight: lighter; }

html .description-of-courses-list .list-of-courses .list-courses__content ul li a span {
  margin-left: 0;
  padding-left: 32px;
  vertical-align: middle;
  width: 95%;
  font-size: 14px;
  font-weight: 600;
  color: #4a5058;
  position: absolute;
  top: 32%;
  max-width: 400px; }

html .description-of-courses-list .list-of-courses .list-courses__content ul li a .name-campus {
  margin-left: 0;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 11px;
  color: #a4a4a4;
  position: absolute;
  left: 60%;
  top: 33%; }

.descricao-curso ul,
.mercado-trabalho-curso ul,
.pre-requisitos-curso ul,
.infraestrutura-curso ul,
.projetos-pesquisa-extensao-curso ul,
.certificacao-curso ul,
.contato-curso ul,
.corpo-docente-curso ul {
  padding-bottom: 0px;
  padding-left: 40px;
  padding-right: 0px;
  padding-top: 0px;
  margin-bottom: 16px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 16px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc; }

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  font-family: "Roboto",sans-serif;
  /*font-weight: lighter;
        color: #0f5f5c;*/ }

html body h2 {
  margin: 15px 0 24px 0; }

html body .fade {
  width: 100%;
  height: 100%;
  top: 0px !important;
  left: 0px !important;
  margin: 0px !important;
  background: none; }

html body .modal {
  display: none !important; }
  html body .modal.show {
    display: block !important; }
    html body .modal.show::before {
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #000;
      opacity: 0.75;
      display: block;
      position: absolute; }
  html body .modal .modal-header .close {
    margin-top: 0;
    font-size: 28px; }

html body .btn {
  line-height: normal; }
  html body .btn.btn-unstyled {
    display: flex; }

html body .columns-max > .portlet-layout.row {
  width: 100%; }

html body .columns-1 .portlet-layout.row {
  width: 100%; }
  html body .columns-1 .portlet-layout.row .portlet-column-only {
    padding-left: 0;
    padding-right: 0; }

html body .portlet-custom-facet,
html body .portlet-site-facet,
html body .portlet-category-facet,
html body .portlet-modified-facet {
  margin-bottom: 16px; }
  html body .portlet-custom-facet a,
  html body .portlet-site-facet a,
  html body .portlet-category-facet a,
  html body .portlet-modified-facet a {
    color: #2f9e40; }
    html body .portlet-custom-facet a:hover,
    html body .portlet-site-facet a:hover,
    html body .portlet-category-facet a:hover,
    html body .portlet-modified-facet a:hover {
      color: #2f9e40;
      text-decoration: underline; }
  html body .portlet-custom-facet .btn-unstyled,
  html body .portlet-site-facet .btn-unstyled,
  html body .portlet-category-facet .btn-unstyled,
  html body .portlet-modified-facet .btn-unstyled {
    color: #2f9e40;
    border-color: #2f9e40; }
    html body .portlet-custom-facet .btn-unstyled:hover,
    html body .portlet-site-facet .btn-unstyled:hover,
    html body .portlet-category-facet .btn-unstyled:hover,
    html body .portlet-modified-facet .btn-unstyled:hover {
      border: none;
      color: #2f9e40;
      text-decoration: underline;
      border: 1px solid #2f9e40; }
  html body .portlet-custom-facet .panel-group .panel-header,
  html body .portlet-site-facet .panel-group .panel-header,
  html body .portlet-category-facet .panel-group .panel-header,
  html body .portlet-modified-facet .panel-group .panel-header {
    font-weight: 500;
    color: #0f5f5c;
    font-size: 23.94px;
    font-weight: lighter;
    margin-bottom: 16px;
    padding-left: 0; }
    html body .portlet-custom-facet .panel-group .panel-header .collapse-icon-open,
    html body .portlet-custom-facet .panel-group .panel-header .collapse-icon-closed,
    html body .portlet-site-facet .panel-group .panel-header .collapse-icon-open,
    html body .portlet-site-facet .panel-group .panel-header .collapse-icon-closed,
    html body .portlet-category-facet .panel-group .panel-header .collapse-icon-open,
    html body .portlet-category-facet .panel-group .panel-header .collapse-icon-closed,
    html body .portlet-modified-facet .panel-group .panel-header .collapse-icon-open,
    html body .portlet-modified-facet .panel-group .panel-header .collapse-icon-closed {
      font-size: 20px;
      margin-top: 2px;
      right: 0; }
  html body .portlet-custom-facet .panel-group .panel-collapse .panel-body,
  html body .portlet-site-facet .panel-group .panel-collapse .panel-body,
  html body .portlet-category-facet .panel-group .panel-collapse .panel-body,
  html body .portlet-modified-facet .panel-group .panel-collapse .panel-body {
    padding: 0 10px 0 0px;
    margin-bottom: 48px; }
    html body .portlet-custom-facet .panel-group .panel-collapse .panel-body .facet-value,
    html body .portlet-site-facet .panel-group .panel-collapse .panel-body .facet-value,
    html body .portlet-category-facet .panel-group .panel-collapse .panel-body .facet-value,
    html body .portlet-modified-facet .panel-group .panel-collapse .panel-body .facet-value {
      font-size: 16px;
      margin-bottom: 5px; }

html body .portlet-sort .panel-body {
  padding: 0 0 0 0;
  margin-bottom: 48px; }
  html body .portlet-sort .panel-body .form-group .control-label {
    font-weight: 500;
    color: #0f5f5c;
    font-size: 23.94px;
    font-weight: lighter;
    margin-bottom: 16px; }

html body .portlet-search-results .highlight {
  background: none; }

html body .portlet-search-results .list-group .list-group-item-flex {
  padding-left: 0;
  padding-right: 0;
  border-right: 0;
  border-left: 0; }
  html body .portlet-search-results .list-group .list-group-item-flex .autofit-col {
    padding: 0 0 0 0; }
    html body .portlet-search-results .list-group .list-group-item-flex .autofit-col:first-child {
      display: none; }
    html body .portlet-search-results .list-group .list-group-item-flex .autofit-col .autofit-section .list-group-title {
      color: #000;
      font-weight: lighter;
      margin: 10px 0 16px 0;
      font-size: 24px;
      line-height: 32px; }
      html body .portlet-search-results .list-group .list-group-item-flex .autofit-col .autofit-section .list-group-title:hover {
        text-decoration: underline; }
    html body .portlet-search-results .list-group .list-group-item-flex .autofit-col .autofit-section .search-results-metadata p {
      margin-bottom: 10px;
      color: #000; }
    html body .portlet-search-results .list-group .list-group-item-flex .autofit-col .autofit-section .search-results-metadata .h6 {
      margin-top: 20px; }
      html body .portlet-search-results .list-group .list-group-item-flex .autofit-col .autofit-section .search-results-metadata .h6 .taglib-asset-categories-summary a.asset-category {
        font-weight: normal;
        color: #2f9e40;
        font-family: "Open Sans",sans-serif;
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 16px; }

html body .portlet-boundary.portlet-configuration .lfr-tooltip-scope .navbar-toggler {
  display: none; }

html body .portlet-boundary .portlet {
  margin-bottom: 0; }
  html body .portlet-boundary .portlet .portlet-topper .portlet-topper-toolbar {
    position: relative;
    padding: 0 0 0 0;
    top: 0;
    right: 0; }

html body .portlet-boundary .portlet-title-text {
  color: #0f5f5c;
  margin-bottom: 24px;
  font-weight: lighter;
  font-size: 39.9px;
  line-height: 48px;
  margin: 0 0 24px; }

html body .portlet-boundary .portlet-content {
  padding: 0 0 0 0;
  border: none !important; }
  html body .portlet-boundary .portlet-content .portlet-body > .mb-4 {
    margin-bottom: 0 !important; }
  html body .portlet-boundary .portlet-content .visible-interaction .lfr-icon-menu {
    padding: 0 !important; }
    html body .portlet-boundary .portlet-content .visible-interaction .lfr-icon-menu a {
      color: #0f5f5c !important;
      background: #fff !important;
      width: 100% !important;
      font-size: 22px !important; }
      html body .portlet-boundary .portlet-content .visible-interaction .lfr-icon-menu a:hover {
        color: #fff !important;
        background: #0f5f5c !important; }
      html body .portlet-boundary .portlet-content .visible-interaction .lfr-icon-menu a .c-inner {
        padding: 0 !important;
        width: 100% !important; }
  html body .portlet-boundary .portlet-content .portlet-icon-back {
    padding: 10px;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #ccc; }
  html body .portlet-boundary .portlet-content .sidenav-right .thumbnail > img {
    position: relative;
    transform: initial;
    left: 0; }

html body .portlet-boundary.portlet-borderless .portlet-header {
  margin: 0 0 0 0; }
  html body .portlet-boundary.portlet-borderless .portlet-header h2 {
    display: none; }
  html body .portlet-boundary.portlet-borderless .portlet-header .visible-interaction {
    position: absolute;
    right: 10px;
    top: 10px; }

html body .portlet-boundary.portlet-login .portlet-body .panel-body {
  padding: 0 0 0 0; }
  html body .portlet-boundary.portlet-login .portlet-body .panel-body .form-group .input-text-wrapper input {
    width: 100%; }

.taglib-categorization-filter .label.label-dark {
  background: none;
  border: none;
  color: #2f9e40;
  text-shadow: none;
  font-size: 16px; }
  .taglib-categorization-filter .label.label-dark .label-item.label-item-after {
    float: right;
    margin: -14px -22px; }

.header-back-to {
  display: none; }

.yui3-dd-drop > .empty {
  border: dashed 2px; }
  .yui3-dd-drop > .empty::before {
    content: "Insira um portlet aqui";
    text-align: center;
    width: 100%;
    display: block; }

.portlet-blogs .title a.title-link {
  font-size: 30px !important;
  font-weight: lighter !important;
  color: #236c69 !important; }

.portlet-blogs .container-fluid {
  padding: 0 0 0 0 !important; }
  .portlet-blogs .container-fluid .row {
    width: 100%; }
    .portlet-blogs .container-fluid .row .mx-auto {
      margin: 0 !important;
      padding: 0 !important;
      min-width: 100%; }

.portlet-blogs .entry-navigation {
  margin: 0 0 0 0 !important; }
  .portlet-blogs .entry-navigation > h2 {
    font-size: 18px; }
  .portlet-blogs .entry-navigation .widget-mode-card .card-page-item {
    width: 100% !important; }

.portlet-asset-publisher .metadata-author {
  display: none; }

header#banner nav#navigation > ul {
  position: relative;
  z-index: 9; }

.list-of-courses {
  margin: 0 30px 0 0; }
  .list-of-courses h2,
  .list-of-courses h3,
  .list-of-courses h4 {
    color: #0f5f5c;
    font-weight: lighter;
    font-family: "Roboto",sans-serif; }
  .list-of-courses input[type="file"] {
    height: 38px; }
  .list-of-courses .name {
    font-size: 14px;
    font-weight: 600;
    color: #4a5058; }
  .list-of-courses .level {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 11px;
    color: #a4a4a4;
    text-transform: uppercase; }
  .list-of-courses .form-control {
    background-image: none; }
  .list-of-courses .dropdown {
    text-align: right; }
    .list-of-courses .dropdown .dropdown-toggle {
      color: #0d4f4d;
      padding: 2px 8px;
      font-size: 16px; }
  .list-of-courses .btn {
    padding: 8px 20px; }
    .list-of-courses .btn.btn-primary {
      background: #0d4f4d;
      color: #fff; }
      .list-of-courses .btn.btn-primary:hover {
        opacity: 0.85; }
  .list-of-courses .modal-xl {
    max-width: 1140px !important; }
  .list-of-courses .badge-primary {
    background: #2f9e40; }
  .list-of-courses .table tbody tr:hover {
    background: #2f9e40 !important; }
    .list-of-courses .table tbody tr:hover td {
      color: #fff; }
    .list-of-courses .table tbody tr:hover .badge-primary {
      border: 1px solid #0d4f4d; }
  .list-of-courses .table tbody tr td {
    padding: 12px 20px 10px 20px; }

.pagination {
  list-style-type: none !important;
  margin-top: -10px !important; }
  .pagination .page-item.active a {
    background: #2f9e41;
    color: #fff !important;
    border-color: #2f9e41 !important; }

.lfr-pagination .pagination {
  margin-top: 16px !important; }

.pagination-bar a {
  color: #2f9e41; }
  .pagination-bar a:hover {
    color: #2f9e41; }

.pagination-bar .dropdown.pagination-items-per-page.show > a, .pagination-bar .dropdown.pagination-items-per-page.show a:active {
  color: #fff;
  border: #2f9e41;
  background: #2f9e41; }

.dropdown.open > .dropdown-menu,
.overlay-content .open > .dropdown-menu {
  right: initial !important; }

html input[type="radio"] {
  margin: 5px 0 0; }

html input[type="checkbox"] {
  margin: -2px 0 0; }

.row-c,
.row-custom {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 1200px) {
  html .row,
  html .container {
    width: 1080px; } }

@media (max-width: 767px) {
  html .row,
  html .container {
    width: 100%; }
  html header#banner #heading nav#navigation .search-style {
    top: 0; }
  html .pagina-inicial div[vw] {
    top: 26% !important; }
  html div[vw] {
    right: 10px !important;
    top: 38% !important;
    margin-top: 0vh !important; } }

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