/**
 * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
 *
 * This library is free software; you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by the Free
 * Software Foundation; either version 2.1 of the License, or (at your option)
 * any later version.
 *
 * This library is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
 * details.
 */
.aui .color-scheme-dashboard {
  padding: 0; }
  .aui .color-scheme-dashboard.borderless-default {
    background-color: #FFF; }
    .aui .color-scheme-dashboard.borderless-default .portlet-dockbar .navbar-inner {
      background: #f9f9f9; }
  .aui .color-scheme-dashboard.dockbar-ready .nav-helpers {
    display: none; }
  .aui .color-scheme-dashboard #banner {
    background: #555555;
    position: fixed;
    width: 220px;
    height: 100%;
    z-index: 1040;
    left: 0;
    -webkit-transition: left 0.3s ease, 1s;
    -moz-transition: left 0.3s ease, 1s;
    -o-transition: left 0.3s ease, 1s;
    transition: left 0.3s ease, 1s; }
  .aui .color-scheme-dashboard #heading {
    background-image: url(../images/bg_navbar_t.png);
    padding-top: 40px; }
    .aui .color-scheme-dashboard #heading .site-title {
      font-size: 26px;
      background: #555555;
      padding: 26px 10px;
      text-align: center; }
      .aui .color-scheme-dashboard #heading .site-title .icon-stack {
        font-size: 56px; }
  .aui .color-scheme-dashboard #subbanner {
    display: none; }
  .aui .color-scheme-dashboard #navigation .nav {
    float: none; }
    .aui .color-scheme-dashboard #navigation .nav > li {
      float: none;
      text-align: center;
      border-width: 1px 0 0 0;
      margin: 2px 10px;
      padding: 6px 0; }
      .aui .color-scheme-dashboard #navigation .nav > li > a {
        padding: 10px 8px; }
    .aui .color-scheme-dashboard #navigation .nav .dropdown-menu {
      left: 0;
      top: 0;
      position: relative;
      float: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .aui .color-scheme-dashboard #navigation .nav-helpers {
    position: fixed;
    right: 0;
    top: 0; }
    .aui .color-scheme-dashboard #navigation .nav-helpers .nav-item-sitenavigationtoggle {
      margin: 2px;
      padding: 0;
      border-width: 0; }
  .aui .color-scheme-dashboard #navigation .nav-item-dockbartoggle {
    display: none; }
  .aui .color-scheme-dashboard #navigation .navbar-inner .nav-collapse {
    height: auto;
    overflow: visible; }
  .aui .color-scheme-dashboard #sitesearch {
    padding: 26px 10px 0;
    background: #555555; }
  .aui .color-scheme-dashboard #main-content {
    padding: 20px 40px; }
  .aui .color-scheme-dashboard #content {
    margin-left: 220px; }
  .aui .color-scheme-dashboard #breadcrumbs .breadcrumb {
    padding: 0 15px;
    line-height: 40px; }
  .aui .color-scheme-dashboard .portlet {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D3D3D3;
    margin-bottom: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .aui .color-scheme-dashboard .portlet .portlet-topper {
      height: 40px;
      line-height: 40px;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
      background-image: -webkit-linear-gradient(#fafafa, #e9e9e9);
      background-image: -moz-linear-gradient(#fafafa, #e9e9e9);
      background-image: -o-linear-gradient(#fafafa, #e9e9e9);
      background-image: linear-gradient(#fafafa, #e9e9e9);
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      -ms-border-radius: 4px 4px 0 0;
      -o-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0; }
    .aui .color-scheme-dashboard .portlet .navbar-inner {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .aui .color-scheme-dashboard .portlet-dockbar .dockbar {
    margin-left: 220px;
    position: fixed;
    z-index: 1040; }
    .aui .color-scheme-dashboard .portlet-dockbar .dockbar .user-avatar-image {
      max-height: 18px; }