/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 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 by @mdo and @fat.
 */


.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

.row-fluid:after {
  clear: both;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid text(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.dropdown-menu li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
}

.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #575756;
  background-image: -moz-linear-gradient(top, #575756, #575756);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#575756), to(#575756));
  background-image: -webkit-linear-gradient(top, #575756, #575756);
  background-image: -o-linear-gradient(top, #575756, #575756);
  background-image: linear-gradient(to bottom, #575756, #575756);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575756', endColorstr='#575756', GradientType=0);
}

.open {
  *z-index: 1000;
}

.open>.dropdown-menu {
  display: block;
}

.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

.nav>li>a {
  display: block;
}

.nav>li>a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav .dropdown-toggle .caret {
  border-top-color: #e06342;
  border-bottom-color: #e06342;
  margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret {
  border-top-color: #b73e1e;
  border-bottom-color: #b73e1e;
}

.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}

.navbar-inner {
  min-height: 40px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}

.navbar-inner:after {
  clear: both;
}

.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover {
  text-decoration: none;
}

.navbar-static-top {
  position: static;  
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav>li {
  float: left;
}

.navbar .nav>li>a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;  
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}

.navbar .nav>li>.dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: text(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}

.navbar .nav>li>.dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}

.navbar .nav li.dropdown>a:hover .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

#searchButtonDiv {
  cursor: pointer;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(bootstrap/img/glyphicons-halflings.png);
  background-position: -48px 0;
  position: absolute;
  top: 8px;
  left: 8px;
  opacity: .5;
}

.pull-left {
  float: left;
}

.pull-left.dropdown-menu {
  position: relative !important;
  border: none;
  box-shadow: none;
}

.menu-dropdowns p {
  margin-top: 0px;
  margin-bottom: 5px;  
  color: #575756;
  font-size: 14px;
}

.menu-dropdowns .select2-container{
  margin-bottom: 10px;
  width: 300px;
}

.menu-dropdowns {
  padding: 10px;
}

.navbar-inner {
  background-image: linear-gradient(to right, #575756 0%, #575756 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575756', endColorstr='#575756', GradientType=0);
  background-color: #575756;
  width: 100% !important;
}

.navbar .nav {  
  padding: 5px 0px 5px 0px;
  float: none;
}

.dropdown-menu {
  top: auto;
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
  border: none;
}

.navbar .nav > li > a {
  color: #f4f4f4;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: #bfc2c3;
  border-top-color: #bfc2c3;
}

.navbar .nav li.dropdown > a:hover .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #fff;
}

.nav {
  font-family: Gotham Book, sans-serif;
}

.contextual-tab {
  list-style: none;
  margin-left: 0;
  padding: 5px 0px;
}

.contextual-tab li a {
  color: #575756;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

.contextual-tab > li > a:hover {
  background-color: #575756;
  background-image: none;
  color: #fff;
}

.dropdown a {
  font-size: 15px;
}

.contextual-tab,
.menu-dropdowns {
  display: none;  
}

ul.sections > li > a.current-tab-indicator {
  border-right: 5px solid #797e81;
}

.nav > li.dropdown {
  visibility: visible;
}

.contextual-tab.showTab,
.menu-dropdowns.showTab {
  display: block;
}

.select2-results{
  max-height: 500px !important;
}

.select2-result-label{
  font-size: 14px;
}


.brand img{
  border:none;
}

#logo-container{
  padding:10px;
}

.page-linked-file-table {
    max-width: 300px; 
    border-radius: 0 0 10px 10px;
    border-color: #575756;
    background: #575756;
    color: #fff;
    text-decoration: underline;
}

.page-linked-file-tbody {
    display: block;
    overflow-y: scroll;
    white-space: nowrap; 
    text-align: left;
    max-height: 82px;
}

.page-linked-file-td {
    overflow-x: hidden;
    text-overflow: ellipsis;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    max-width: 300px;
}

.page-linked-file-td a {
    color: #fff;
}