.navbar-inner {
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #f2f2222222f2);
  background-image: linear-gradient(to bottom, #333333, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
}

.navbar .brand {
  color: #ffffff;
  text-shadow: none;
}

.navbar-text {
  color: #ffffff;
}

.navbar-link {
  color: #ffffff;
}

body {
  font-size: 13px;
  line-height: 18px;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  line-height: 18px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 13px;
  line-height: 18px;
}

.input-append .add-on,
.input-prepend .add-on {
  font-size: 13px;
  line-height: 18px;
}

.btn {
  font-size: 13px;
  line-height: 18px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px;
  line-height: 18px;
}

.popover-title {
  line-height: 13px;
}

.popover {
	max-width: 400px;
	width: auto;
}

p.help-block { font-style: italic; color: #999999; }

.controls.read-only { padding-top: 5px; }

.controls.read-only-no-input { padding-top: 5px; font-style: italic; color: #999999; }

.controls.read-only-large-input { padding-top: 5px; color: #000000; font-weight: bold; font-size: 200%; }

h4.alert-heading { font-size: 14px; }

.error .help-block { font-size: 13px; }

.form-actions { margin-bottom: 2px; padding-bottom: 5px; }

.no-close .ui-dialog-titlebar-close {display: none }

.gm-style img { max-width: none; }
.gm-style label { width: auto; display: inline; }

/* 
Extra icon for group with subgroups
*/

[class^="icon-extra-"],
[class*=" icon-extra-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/icons-extra.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.icon-extra-folder-close-with-sub {
    background-position: 0px 0px;
}