/* twitter bootstrap */
.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  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-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.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 {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #15b3ee;
  background-image: -moz-linear-gradient(top, #23c3ff, #009bd6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#23c3ff), to(#009bd6));
  background-image: -webkit-linear-gradient(top, #23c3ff, #009bd6);
  background-image: -o-linear-gradient(top, #23c3ff, #009bd6);
  background-image: linear-gradient(to bottom, #23c3ff, #009bd6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff23c3ff', endColorstr='#ff009bd6', GradientType=0);
  border-color: #009bd6 #009bd6 #006489;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #009bd6;
  /* 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:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #009bd6;
  *background-color: #0089bc;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #0076a3 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* 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:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f732a7;
  background-image: -moz-linear-gradient(top, #ff53b9, #ec008c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff53b9), to(#ec008c));
  background-image: -webkit-linear-gradient(top, #ff53b9, #ec008c);
  background-image: -o-linear-gradient(top, #ff53b9, #ec008c);
  background-image: linear-gradient(to bottom, #ff53b9, #ec008c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff53b9', endColorstr='#ffec008c', GradientType=0);
  border-color: #ec008c #ec008c #a0005f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ec008c;
  /* 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:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #ec008c;
  *background-color: #d3007d;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #b9006e \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* 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:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* 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:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* 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:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \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 {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #00aeef;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #0076a3;
  text-decoration: underline;
  background-color: transparent;
}
.btn-group {
  position: relative;
  font-size: 0;
  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: 10px;
  margin-bottom: 10px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 11px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 16px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 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;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(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;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #009bd6;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #ec008c;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  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 rgba(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.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #f04e30;
  background-color: #ef4626;
  background-image: -moz-linear-gradient(top, #f04e30, #ee3a18);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f04e30), to(#ee3a18));
  background-image: -webkit-linear-gradient(top, #f04e30, #ee3a18);
  background-image: -o-linear-gradient(top, #f04e30, #ee3a18);
  background-image: linear-gradient(to bottom, #f04e30, #ee3a18);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff04e30', endColorstr='#ffee3a18', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #00aeef;
  background-color: #00a7e5;
  background-image: -moz-linear-gradient(top, #00aeef, #009bd6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00aeef), to(#009bd6));
  background-image: -webkit-linear-gradient(top, #00aeef, #009bd6);
  background-image: -o-linear-gradient(top, #00aeef, #009bd6);
  background-image: linear-gradient(to bottom, #00aeef, #009bd6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00aeef', endColorstr='#ff009bd6', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* DAAO */
/* Can't have empty less files. */
/* burnt orange */
/* aqua */
/* emerald */
/* fushia */
/* Override bootstrap variables */
/* Object type colours */
/* this isn't workign */
#header {
  background: white;
  position: relative;
  min-height: 150px;
  z-index: 100;
}
#header #logo {
  position: absolute;
  top: 40px;
  left: 10px;
}
#header #logo a.logo {
  background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
  display: block;
  width: 314px;
  height: 77px;
  float: left;
  text-decoration: none;
}
#header #logo a.logo:active {
  border-top: 0px solid transparent;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: '192dpi') {
  #header #logo a.logo {
    background-image: url(../images/logo-2x.png);
    background-size: 100% 100%;
  }
}
#header #logo h1 {
  text-transform: uppercase;
  font-size: 21px;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  text-indent: -9999px;
}
#header #logo h2 {
  font-size: 16px;
  float: left;
  margin: 20px 0 0 2.5em;
  width: 320px;
}
.research .content_body a {
  text-decoration: underline;
  color: #f04e30;
}
.research .content_body a:hover {
  text-decoration: underline;
  color: #f04e30;
}
.content_body div.project_list ul li {
  width: 295px;
}
.subsection {
  margin: -1px -10px 10px -10px;
  padding: 10px 0 10px 0;
  clear: both;
  border-top: 1px solid #D6D6D6;
  display: block;
}
.subsection .results_list {
  display: table;
}
.subsection h5.sectiontitle {
  font-size: 1.2em;
  line-height: 1.25;
  font-weight: normal;
}
/* override other parts of our css */
.content_body a.btn,
.content_body a.btn:hover {
  text-decoration: none;
}
.content_body a.btn-primary,
.content_body a.btn-primary:hover {
  color: white;
}
#content div.content_body div.body dl dt {
  width: 100px;
}
#content div.content_body div.body dl dd {
  width: 310px;
}
#content div.content_body div dl dt.wide-label {
  width: 170px;
}
#content div.content_body div dl dd.wide-label {
  width: 240px;
}
/* #943 Hide tabs for shadows that don't have them */
.is_shadow.person .tab-events,
.is_shadow.persongroup .tab-events,
.is_shadow.person .tab-biography,
.is_shadow.persongroup .tab-biography,
.is_shadow.person .tab-collections,
.is_shadow.persongroup .tab-collections,
.is_shadow.person .tab-recognitions,
.is_shadow.persongroup .tab-recognitions,
.is_shadow.person .tab-references,
.is_shadow.persongroup .tab-references {
  display: none;
}
.is_shadow.persongroup .tab-groups {
  display: none;
}
#sidebar div.block {
  padding-left: 0;
  padding-right: 0;
}
#sidebar div.block div.title,
#sidebar div.block .body {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0px;
}
#sidebar div.block div.section {
  border-top: 1px solid #D6D6D6;
  margin-top: -1px;
  padding-top: 10px;
}
.objecttype {
  font-size: 11px;
}
th,
td {
  vertical-align: top;
}
ul.daao-list {
  list-style: square outside none;
}
ul.daao-list li {
  display: list-item;
}
#content div.content_body.userspace div.section {
  display: block;
}
div.projects ul.unstyled li {
  padding: 0;
}
.results_list .odd {
  clear: left;
}
.huni-widget.container {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: #eff2f4 !important;
  color: #333333 !important;
  padding: 0 !important;
  width: 100% !important;
  border: 1px solid #c7c8ca !important;
}
#footer .huni-widget.container {
  border: none !important;
  background-color: none !important;
}
.huni-widget.container .container,
.huni-widget.container .logo {
  display: block !important;
  float: left !important;
  padding: 10px 6px !important;
}
.huni-widget.container .message {
  line-height: 22px !important;
}
.huni-widget.container .logo {
  background-color: #c7c8ca !important;
  height: 60px !important;
}
.huni-widget.container input[type=submit] {
  height: 19px !important;
  text-transform: uppercase !important;
  margin-top: 1px !important;
  padding: 5px 8px !important;
  border: 1px solid #00a77f !important;
  background-color: #00daa6 !important;
}
.huni-widget.container input[type=text] {
  border: 1px solid #c7c8ca !important;
  border-right: none !important;
  line-height: 23px !important;
  text-indent: 15px !important;
  font-size: 15px !important;
  height: 25px !important;
  width: 175px !important;
}
.huni-widget.container input[type=text]:focus {
  -webkit-box-shadow: inset 0 0 5px #DDDDDD !important;
  -moz-box-shadow: inset 0 0 5px #DDDDDD !important;
  box-shadow: inset 0 0 5px #DDDDDD !important;
}
.tools > div {
  margin-top: 10px;
}
.tools > div:first-child {
  margin-top: 0;
}
.tools_meta {
  font-size: 11px;
}
.tools a.btn,
.tools a.btn:link,
.tools a.btn:visited,
.tools a.btn:hover,
.tools a.btn:active {
  text-decoration: none;
}
.tools .fa {
  color: #777777;
}
.tools .fa.btn {
  margin-top: 0;
}
.tools .fa:hover,
.tools .fa.participate:hover,
.tools .fa.active,
.tools .fa.participate.active {
  color: #00AEEF;
}
.tools .fa.research:hover,
.tools .fa.research.active {
  color: #00daa6;
}
.tools .btn:hover.active:hover {
  box-shadow: none;
  background-color: #f5f5f5;
}
.tools form {
  display: inline-block;
}
.tools form .submit_link .btn {
  margin-top: 0;
}
.tools .projects form {
  padding: 0px 10px 10px 10px;
}
.projects form {
  margin: 0px 10px 20px 10px;
}
form.save-search-form label {
  padding-bottom: 0.5em;
}
.submit-link .btn,
.submit_link .btn {
  margin-top: 0.5em;
}
.moderation {
  /*	This unusual selector is to increase the specificity
		so that style overrides a pre existing style */

}
.moderation,
#content .moderation {
  width: auto;
  color: #333333;
  border-top-color: #00aeef;
  font-size: 15px;
}
.moderation span {
  vertical-align: middle;
}
.moderation .fa {
  margin-right: 10px;
  color: #00aeef;
}
.current-version {
  /*	This unusual selector is to increase the specificity
		so that style overrides a pre existing style */

}
.current-version,
#content .current-version {
  width: auto;
  color: #333333;
  border-top-color: #f04e30;
  font-size: 15px;
}
.current-version span {
  vertical-align: middle;
}
.current-version .fa {
  margin-right: 10px;
  color: #f04e30;
}
.current-version--message {
  position: relative;
  top: -30px;
  margin-left: 50px;
}
.current-version--current-record {
  float: right;
  position: relative;
}
/* Search results */
div.search-results {
  margin-bottom: 10px;
  /* Search results header */

}
div.search-results div.sr_header {
  background: #00daa6;
  position: relative;
  min-height: 35px;
  padding: 5px 0 0 10px;
  line-height: 16px;
  font-size: 13px;
  color: white;
}
div.search-results div.sr_header a {
  color: white;
}
div.search-results div.sr_header .sr_title {
  font-weight: bold;
  margin-left: 32px;
}
div.search-results div.sr_header .sr_searched {
  padding-right: 100px;
  margin-left: 32px;
}
div.search-results div.sr_header.roll-up span.roll-up_arrow {
  background: url("../images/roll-up.png") no-repeat 0 -33px scroll transparent;
  position: absolute;
  left: 15px;
  top: 15px;
  display: block;
  width: 11px;
  height: 11px;
}
div.search-results div.sr_header.roll-up span.roll-up_arrow.down {
  background-position: 0 -11px !important;
}
div.search-results div.sr_body {
  padding: 10px;
  border: 1px solid #CCCCCC;
  border-bottom: none;
}
div.search-results div.sr_body .result {
  box-sizing: border-box;
  border: 1px solid #eff2f4;
  border-top-width: 3.3333333333333335px;
}
div.search-results div.sr_body .result .objecttype {
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 2px solid #f04e30;
}
div.search-results div.sr_body .result .objecttype:before {
  display: block;
  height: 2em;
  color: white;
  content: "\f007";
  font-family: FontAwesome;
  font-size: 1.3333333333333333em;
  text-align: center;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  margin-left: 1px;
  margin-top: -1px;
}
div.search-results div.sr_body .result.objecttype-event {
  border-top-color: #f04e30;
  /*  &:before {
                    content: @fa-var-calendar;
                }*/

}
div.search-results div.sr_body .result.objecttype-event a {
  color: #f04e30;
}
div.search-results div.sr_body .result.objecttype-event .objecttype {
  border-color: #f04e30;
}
div.search-results div.sr_body .result.objecttype-event .objecttype:before {
  color: #f04e30;
  content: "\f073";
}
div.search-results div.sr_body .result.objecttype-recognition {
  border-top-color: #dd3010;
}
div.search-results div.sr_body .result.objecttype-recognition a {
  color: #dd3010;
}
div.search-results div.sr_body .result.objecttype-recognition .objecttype {
  border-color: #dd3010;
}
div.search-results div.sr_body .result.objecttype-recognition .objecttype:before {
  color: #dd3010;
  content: "\f091";
}
div.search-results div.sr_body .result.objecttype-person {
  border-top-color: #00aeef;
}
div.search-results div.sr_body .result.objecttype-person a {
  color: #00aeef;
}
div.search-results div.sr_body .result.objecttype-person .objecttype {
  border-color: #00aeef;
}
div.search-results div.sr_body .result.objecttype-person .objecttype:before {
  color: #00aeef;
  content: "\f007";
}
div.search-results div.sr_body .result.objecttype-work {
  border-top-color: #00daa6;
}
div.search-results div.sr_body .result.objecttype-work a {
  color: #00daa6;
}
div.search-results div.sr_body .result.objecttype-work .objecttype {
  border-color: #00daa6;
}
div.search-results div.sr_body .result.objecttype-work .objecttype:before {
  color: #00daa6;
  content: "\f03e";
}
div.search-results div.sr_body .result.objecttype-persongroup {
  border-top-color: #0089bc;
}
div.search-results div.sr_body .result.objecttype-persongroup a {
  color: #0089bc;
}
div.search-results div.sr_body .result.objecttype-persongroup .objecttype {
  border-color: #0089bc;
}
div.search-results div.sr_body .result.objecttype-persongroup .objecttype:before {
  color: #0089bc;
  content: "\f0c0";
}
div.search-results div.sr_body .result.objecttype-collection {
  border-top-color: #00a77f;
}
div.search-results div.sr_body .result.objecttype-collection a {
  color: #00a77f;
}
div.search-results div.sr_body .result.objecttype-collection .objecttype {
  border-color: #00a77f;
}
div.search-results div.sr_body .result.objecttype-collection .objecttype:before {
  color: #00a77f;
  content: "\f1b3";
}
div.search-results div.sr_header div.menu ul {
  float: right;
  line-height: 100%;
  margin: 10px 5px 0 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
div.search-results div.sr_header div.menu ul li {
  float: left;
  margin-left: -1px;
  line-height: 12px;
}
div.search-results div.sr_header div.menu ul li a {
  border-left: 1px solid white;
  padding: 0 5px;
  text-decoration: none;
}
/* Search results body */
div.search-results div.sr_body {
  margin-bottom: 30px;
}
div.search-results div.sr_body form {
  position: relative;
  margin-top: 10px;
}
div.search-results div.sr_body form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 110px;
}
div.search-results div.sr_body form input[type="text"] {
  width: 155px;
}
div.search-results div.sr_body form select {
  width: 155px;
}
div.search-results div.sr_body form dl {
  margin: 0;
}
div.search-results div.sr_body form dl dt {
  clear: left;
  float: left;
  display: block;
  width: 130px;
  margin-right: 10px;
  font-weight: normal;
}
div.search-results div.sr_body form dl dd {
  float: left;
  margin: 0;
  min-height: 40px;
}
div.search-results div.sr_body form dl dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.search-results div.sr_body form dl dd ul li {
  float: left;
  min-width: 50px;
  margin-right: 10px;
}
div.search-results div.sr_body div.top {
  font-size: 12px;
  margin-bottom: 5px;
}
div.search-results div.sr_body div.top a {
  text-decoration: none;
  color: #333333;
}
div.search-results div.sr_body div.top a:hover {
  color: #00daa6;
}
div.search-results div.sr_body div.top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.search-results div.sr_body div.top ul li {
  float: left;
  margin-right: 6px;
}
div.search-results div.sr_body div.top div {
  float: left;
  margin-left: 12px;
}
div.search-results div.sr_body div.top div.pagination ul li a.pagination_left {
  background: url("../images/pagination.png") no-repeat 0 -10px scroll transparent;
  display: inline-block;
  width: 10px;
  height: 10px;
}
div.search-results div.sr_body div.top div.pagination ul li a.pagination_right {
  background: url("../images/pagination.png") no-repeat 0 0 scroll transparent;
  display: inline-block;
  width: 10px;
  height: 10px;
}
div.search-results div.sr_body div.top div.quantity select {
  margin: 0;
  position: relative;
  top: -2px;
}
div.search-results div.sr_body div.top div.order ul {
  overflow: hidden;
}
div.search-results div.sr_body div.top div.order ul li {
  margin: 0;
}
div.search-results div.sr_body div.top div.order ul li a {
  display: inline-block;
  line-height: 11px;
  padding: 0 6px;
  border-left: 1px solid #333333;
  margin-left: -1px;
}
div.search-results div.sr_body div.top div.view {
  float: right;
  margin-left: 0;
}
div.search-results div.sr_body div.top div.view ul li {
  margin-right: 1px;
}
div.search-results div.sr_body div.title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0px;
}
/* View thumb-list */
div.search-results div.sr_body div.results {
  width: 640px;
  margin-left: -10px;
}
div.search-results div.sr_body div.results div.result {
  float: left;
  width: 300px;
  margin: 20px 10px;
}
div.search-results div.sr_body div.results div.result div.photo {
  float: left;
  margin: 5px 10px 5px 5px;
}
div.search-results div.sr_body div.results div.result div.photo.thumb-big {
  display: none;
}
div.search-results div.sr_body div.results div.result div.text {
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 200px;
  line-height: 17px;
  font-size: 13px;
}
div.search-results div.sr_body div.results div.result div.description {
  margin-top: 5px;
}
div.search-results div.sr_body div.results div.result div.text h5 {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  padding-top: 5px;
  font-size: inherit;
  margin-bottom: 0;
  color: #00daa6;
}
.noimage div.search-results div.sr_body div.results div.result div.text h5 {
  width: 260px;
}
div.search-results div.sr_body div.results div.result.noimage {
  padding-left: 5px;
}
div.search-results div.sr_body div.results div.result.noimage div.text {
  width: 100%;
}
div.search-results div.sr_body div.results div.result.noimage div.text h5 {
  width: 255px;
}
div.search-results div.sr_body div.results div.result div.text h5 a {
  text-decoration: none;
}
/* View list */
div.search-results div.sr_body div.results.view_list div.result {
  width: 620px;
  margin: 10px;
}
div.search-results div.sr_body div.results.view_list div.result div.photo {
  display: none;
}
div.search-results div.sr_body div.results.view_thumbs div.result div.photo.thumb-big {
  display: none;
}
div.search-results div.sr_body div.results.view_list div.result div.text {
  width: 620px;
}
/* View thumb */
div.search-results div.sr_body div.results.view_thumb div.result {
  width: 140px;
  margin: 10px 10px 20px 10px;
  text-align: center;
}
div.search-results div.sr_body div.results.view_thumb div.result div.photo.thumb-mini {
  float: none;
  display: none;
}
div.search-results div.sr_body div.results.view_thumb div.result div.photo.thumb-big {
  display: inline-block;
  float: none;
  margin: 0 0 5px 0;
}
div.search-results div.sr_body div.results.view_thumb div.result div.text {
  width: auto;
}
div.search-results div.sr_body div.results.view_thumb div.result div.text h5 {
  width: 140px;
}
div.search-results div.sr_body div.results.view_thumb div.result div.text h5 span.date {
  display: none;
}
div.search-results div.sr_body div.results.view_thumb div.result div.text div.description {
  display: none;
}
/* Slider range */
#id_date_range {
  display: none;
}
#id_date_range_slider-range {
  display: inline-block;
}
.ui-slider-horizontal {
  background: url("../images/slider-range.png") repeat-x 0 0 scroll transparent;
  position: relative;
  width: 216px;
  height: 12px;
}
.ui-slider .ui-slider-range {
  background: url("../images/slider-range.png") repeat-x 0 -12px scroll transparent;
  position: absolute;
  height: 12px;
  border: 0 none;
  display: block;
  z-index: 1;
}
.ui-slider .ui-slider-handle {
  background: url("../images/slider-range.png") repeat-x 0 -24px scroll transparent;
  display: block;
  position: absolute;
  top: -15px;
  height: 12px;
  padding-left: 13px;
  margin-left: -6px;
  font-size: 11px;
  text-decoration: none;
  color: #333333 !important;
  cursor: default;
  z-index: 2;
}
/* Search results sidebar*/
div.search-params h6 {
  margin-bottom: 10px;
  border-top: 1px solid #CECED1;
  margin-left: -10px;
  width: 198px;
  padding: 5px 10px 0 10px;
}
div.search-params ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
div.search-params ul li {
  position: relative;
  margin-bottom: 10px;
}
div.search-params ul li a {
  text-decoration: none;
}
div.search-params ul li a.ico {
  position: absolute;
  top: 0;
  right: 0;
}
/* Blocks */
div.sr-blocks {
  margin: 0 -10px;
}
div.sr-block {
  float: left;
  width: 288px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  margin: 0 10px;
}
div.sr-block div.sr-block_title {
  margin-bottom: 5px;
  line-height: 13px;
  font-size: 13px;
  font-weight: bold;
}
div.sr-block div.sr-block_body div.photos {
  width: 310px;
}
div.sr-block div.sr-block_body div.photo {
  float: left;
  margin: 5px 80px 5px 0;
}
.formset {
  list-style-type: none;
  width: 420px;
}
.hasjs #advanced_search_form span.showme {
  display: inline;
}
#add_form_link,
.remove_formset {
  cursor: pointer;
  text-decoration: none;
  font-size: 12px!important;
  line-height: 13px;
  padding: 3px 8px;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 9px;
  -khtml-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -khtml-box-sizing: content-box;
  border-color: #CECED1;
  font-weight: bold;
  color: #666666;
  background-color: #eeeeee;
  text-shadow: rgba(255, 255, 255, 0.3) 0 -1px 0;
}
#add_form_link:hover,
.remove_formset:hover {
  border-color: #666666;
  color: #333333;
}
.a_form li {
  margin-bottom: 3px;
}
.a_form {
  margin-bottom: 8px;
  border-bottom: 1px solid #C7C8CA;
}
#advanced_search_form dd {
  margin-bottom: 20px;
}
#advanced_search_form .helptext {
  margin-left: 0;
}
/* facets */
#sidebar li.facet {
  margin-bottom: 1px;
  width: 209px;
  margin-left: -10px;
  padding: 5px 10px 5px 10px;
}
#sidebar li a.facet:hover,
#sidebar li.facet a:hover {
  text-decoration: underline;
  color: black;
}
#sidebar li.facet a,
#sidebar li a.facet {
  text-decoration: none;
  color: black;
}
#sidebar li.selected_facet a,
#sidebar li.selected_facet a:hover {
  /*
            font-style:italic;
            */

  font-weight: bold;
  color: #ffffff;
}
#sidebar li.selected_facet {
  background-image: url(../images/arrow-background-endcap.png);
  background-repeat: no-repeat;
  background-position: right center;
}
#sidebar .research li.selected_facet {
  background-color: #00daa6;
}
#sidebar .participate li.selected_facet {
  background-color: #00AEEF;
}
#sidebar ul.more {
  display: none;
  margin-top: -20px;
}
#sidebar a.more {
  margin: -10px 0 10px;
}
#sidebar .body.more {
  display: block;
}
/* Custome overrided for the Chosen library */
.custom_chosen.chosen-container a.chosen-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, to(#e6e6e6), from(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #bbbbbb;
  border-bottom-color: #a2a2a2;
  box-shadow: none;
}
.custom_chosen.chosen-container .chosen-results li.highlighted {
  background-color: #00AEEF;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #00aee7), color-stop(90%, #00aee7));
  background-image: -webkit-linear-gradient(#00aee7 20%, #00aee7 90%);
  background-image: -moz-linear-gradient(#00aee7 20%, #00aee7 90%);
  background-image: -o-linear-gradient(#00aee7 20%, #00aee7 90%);
  background-image: linear-gradient(#00aee7 20%, #00aee7 90%);
  color: #fff;
}
.custom_chosen.chosen-container-active.chosen-with-drop a.chosen-single {
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #e6e6e6), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#e6e6e6 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#e6e6e6 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#e6e6e6 20%, #ffffff 80%);
  background-image: linear-gradient(#e6e6e6 20%, #ffffff 80%);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.supporters {
  display: table;
  /* Allow the centering to work */

  margin: 0 auto;
}
.supporters ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.supporters ul li {
  padding: 0 40px;
  line-height: 110px;
  display: inline;
}
.supporters ul li a img {
  vertical-align: middle;
}
.supporters h4 {
  font-size: 15px;
  font-weight: normal;
  color: #111;
}
#home-page_content .flatblock.block-about_the_daao .content,
.block-about_the_daao .content {
  margin: 0;
}
.bta,
a.btn,
.button,
a.button {
  text-decoration: none;
  color: #333333;
}
.bta.research,
a.btn.research,
.button.research,
a.button.research {
  color: #00AEEF;
}
.bta.participate,
a.btn.participate,
.button.participate,
a.button.participate {
  color: #00AEEF;
}
.bta.userspace,
a.btn.userspace,
.button.userspace,
a.button.userspace {
  color: #F04E30;
}
.bta.btn-primary,
a.btn.btn-primary,
.button.btn-primary,
a.button.btn-primary {
  color: white;
}
.btn-group > form {
  display: inline-block;
}
.btn-group > form .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left: none;
}
.btn-group > form:first-child .btn {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > form:last-child .btn {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
#sidebar .projects ul {
  margin-right: 0;
}
#sidebar li {
  margin-bottom: inherit;
}
.project-list {
  position: relative;
  left: 20%;
  width: 670px;
  font-size: 13px;
}
.project-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.project-list ul li {
  display: inline-table;
}
.project-list h2 {
  display: inline-block;
}
.project-list--create-button {
  display: inline-block;
  float: right;
  margin-right: 20px;
}
.project-list--project {
  /*float: left;*/

  margin: 20px 20px 20px 0;
  padding: 5px;
  width: 300px;
  border: 1px solid #eff2f4;
  border-top-color: #00aeef;
  border-top-width: 3.3333333333333335px;
}
.project-list--project:first-child {
  margin-left: 0;
}
.project-list--pagination {
  float: left;
}
.project-list .fp_title,
.project-list .fp_users,
.project-list .fp_progress-bar {
  display: block;
  margin-left: 60px;
}
.project-list .fp_title a,
.project-list .fp_users a,
.project-list .fp_progress-bar a {
  text-decoration: none;
}
.project-list .fp_title {
  font-size: 13px;
  font-weight: bold;
}
.project-list .fp_title,
.project-list .fp_title a {
  color: #00aeef;
}
.project-list .icon {
  float: right;
  display: inline-block;
  margin-left: 10px;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 2px solid #00aeef;
}
.project-list .icon:before {
  color: #00aeef;
  content: "\f00a";
  display: block;
  height: 2em;
  font-family: FontAwesome;
  font-size: 1.3333333333333333em;
  text-align: center;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  margin-left: 1px;
  margin-top: 0px;
}
