/*
 * LESS Mixins Bundle
 * =========================
 * Piazza Technologies, Inc.
 */
.centerAlign {
  text-align: center;
}
.leftAlign {
  text-align: left;
}
.rightAlign {
  text-align: left;
}
.leftFloat {
  float: left !important;
}
.rightFloat {
  float: right !important;
}
/*
 * Global-ish Application Styles
 * ======================
 * Original Author: Chris Lewis
 * File Gutted 10/2012: Carly Geehr
 */
/* Generic Classes */
.clearFix:after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  visibility: hidden;
}
.scrollable {
  height: 100%;
  overflow-y: auto;
}
.set_content_position {
  position: absolute;
  top: 33px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: scroll;
}
.ellipses {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap !important;
}
.hidden {
  display: none !important;
}
.placeholder {
  color: #9DA5A8;
}
#page_main input,
#page_main textarea {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Global Styles */
body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #484a4c;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.25;
  min-height: 400px;
  min-width: 1100px;
  height: 100%;
}
div {
  display: block;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
}
h2 {
  margin-bottom: 15px;
}
h3 {
  margin-bottom: 5px;
}
h4 {
  margin-bottom: 5px;
}
a {
  color: #3c7cc0;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Main container elements */
#page_main {
  position: absolute;
  top: 34px;
  right: 0;
  bottom: 0;
  left: 0;
}
#page_main.has_popular_tags_bar > .views {
  top: 24px;
}
#page_main.has_green_message_bar {
  top: 70px;
}
#page_main.has_green_message_bar_summer_info {
  top: 84px;
}
#page_main .views {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #eaeff4;
}
#page_main .main_panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#page_main .main_panel.recent_networks_present {
  bottom: 75px;
  height: auto;
}
#page_center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 350px;
}
/* Gray toolbar styles (feed filters, question history, etc...) */
.dashboard_toolbar {
  border-bottom: 1px solid #707d8d;
  /* FF3.5+ */
  /* Konqueror */
  /* Safari 3.0+, Chrome */
  /* Opera 10.5, IE9, Chrome 10+ */
  background: #dee0e2;
  /* Fallback color if gradients are not supported */
  background: -khtml-gradient(linear, left top, left bottom, from(#f3f3f4), to(#dee0e2));
  /* Konqueror */
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f4), to(#dee0e2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f3f3f4 0%, #dee0e2 100%);
  /* Chrome10+, Safari5.1+ */
  background: -moz-linear-gradient(center top, #f3f3f4, #dee0e2);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #f3f3f4 0%, #dee0e2 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #f3f3f4 0%, #dee0e2 100%);
  /* Opera11.10+ */
  background: linear-gradient(top, #f3f3f4 0%, #dee0e2 100%);
  /* W3C Standard */
  border-bottom: 1px solid #c7c6c6;
  -moz-box-shadow: inset 0 1px 0 white;
  /* FF3.5+ */
  -khtml-box-shadow: inset 0 1px 0 white;
  /* Konqueror */
  -webkit-box-shadow: inset 0 1px 0 white;
  /* Safari 3.0+, Chrome */
  box-shadow: inset 0 1px 0 white;
  /* Opera 10.5, IE9, Chrome 10+ */
}
/* Popular tags bar */
#PopularTagsBar {
  cursor: default;
  font-family: 'Lucida Grande', Lucida, Arial, sans-serif;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  -webkit-user-select: none;
  /* Safari 3.0+, Chrome */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* FF3.5+ */
  -ms-user-select: none;
  /* IE8 */
  -o-user-select: none;
  /* Opera */
  user-select: none;
  /* W3C */
  z-index: 1100;
}
#PopularTagsBar .popular_tag_number {
  background: #a6b7d1;
  color: white;
  font-size: 8px;
  font-weight: bold;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 1px 3px;
}
#PopularTagsBar .folder_icon {
  height: 14px;
  width: 16px;
  background: transparent url('/images/dashboard/question-feed/folder_icon.png') left top no-repeat;
  float: left;
  margin-top: 5px;
  margin-left: 20px;
}
#PopularTagsBar h3 {
  float: left;
  font-size: 10px;
  font-weight: normal;
  margin-left: 10px;
  margin-right: 5px;
}
#PopularTagsBar ul {
  list-style: none;
}
#PopularTagsBar li {
  float: left;
  font-size: 10px;
  padding: 0 2px;
}
#PopularTagsBar .tag {
  background: none;
  border-color: transparent;
  color: #707D8D;
  margin-top: 1px;
  z-index: 1100;
  padding-right: 3px;
  margin-left: 5px;
  display: inline;
}
#PopularTagsBar .tag:hover {
  border-color: none;
  color: #707D8D;
  background: none;
  font-weight: bold;
}
#PopularTagsBar .tag:active {
  border-color: none;
  color: #707D8D;
  background: none;
  font-weight: bold;
}
#PopularTagsBar .tag.selected {
  border-color: none;
  color: #707D8D;
  background: none;
  font-weight: bold;
}
#PopularTagsBar .helpMessage {
  border: 1px solid #39434b;
  box-shadow: inset 0 1px 0 #9ea4a7;
  -moz-box-shadow: inset 0 1px 0 #9ea4a7;
  -webkit-box-shadow: inset 0 1px 0 #9ea4a7;
  color: white;
  text-shadow: 0 1px 1px #293137;
  background: #354049;
  /* Fallback color if gradients are not supported */
  background: -khtml-gradient(linear, left top, left bottom, from(#697782), to(#354049));
  /* Konqueror */
  background: -webkit-gradient(linear, left top, left bottom, from(#697782), to(#354049));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #697782 0%, #354049 100%);
  /* Chrome10+, Safari5.1+ */
  background: -moz-linear-gradient(center top, #697782, #354049);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #697782 0%, #354049 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #697782 0%, #354049 100%);
  /* Opera11.10+ */
  background: linear-gradient(top, #697782 0%, #354049 100%);
  /* W3C Standard */
  border-top: none;
  border-left: none;
  border-bottom: none;
  bottom: 0;
  display: none;
  font-size: 11px;
  font-family: 'Lucida Grande', Lucida, Arial, sans-serif;
  padding: 0 5px 0 6px;
  position: absolute;
  top: 0;
}
/* Tags */
.tag {
  /*
	text-shadow: 0 1px 0 #E6F2FA;
	.verticalGradient(#D7ECFA, #B6DBF5);
	border: 1px solid #8FC0E0;
	.roundedCorners(4px);
	color: #468AB8;
*/
  font-family: 'Lucida Grande', Lucida, Arial, sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  padding: 5px 7px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: none;
  border: none;
  background: #efefef;
  color: #777;
  margin-right: 2px;
  margin-bottom: 2px;
}
.tag.folder {
  color: #448ab6;
  background: #d2e8f1;
}
.tag.folder:hover {
  text-decoration: none;
  background: #448ab6;
  color: white;
}
.tag.folder:active {
  background: #448ab6;
  color: white;
}
.tag.folder.selected {
  background: #448ab6;
  color: white;
}
.tag:hover {
  /*.verticalGradient(#e1f0fa, #c4e3f8);*/
  text-decoration: none;
  background: #dedede;
}
.tag:active {
  /*.verticalGradient(#B6DBF5, #D7ECFA);*/
  background: #777;
  color: white;
}
.tag.selected {
  /*.verticalGradient(#B6DBF5, #D7ECFA);*/
  background: #777;
  color: white;
}
/*
 * UI Elements Bundle
 * =========================
 * Piazza Technologies, Inc.
 *
 * Summary of Items:
 * .UIButton
 * .UIDropdownSelector
 * .UISwitch
 * .UITextBox
 * .UIMessage
 * .UIModalWindow
 * .UIForm
 * .UIAutosuggestPane
 * .UIFlyoutViewer
 * .UIHoverCard
 */
/* UIButton */
.UIButton {
  -moz-box-shadow: inset 0 1px 0 #F9FBFE;
  /* FF3.5+ */
  -khtml-box-shadow: inset 0 1px 0 #F9FBFE;
  /* Konqueror */
  -webkit-box-shadow: inset 0 1px 0 #F9FBFE;
  /* Safari 3.0+, Chrome */
  box-shadow: inset 0 1px 0 #F9FBFE;
  /* Opera 10.5, IE9, Chrome 10+ */
  -moz-box-shadow: 0 0 4px #33353b;
  /* FF3.5+ */
  -khtml-box-shadow: 0 0 4px #33353b;
  /* Konqueror */
  -webkit-box-shadow: 0 0 4px #33353b;
  /* Safari 3.0+, Chrome */
  box-shadow: 0 0 4px #33353b;
  /* Opera 10.5, IE9, Chrome 10+ */
  color: #5D6469;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: 0 1px 1px white;
  -webkit-user-select: none;
  /* Safari 3.0+, Chrome */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* FF3.5+ */
  -ms-user-select: none;
  /* IE8 */
  -o-user-select: none;
  /* Opera */
  user-select: none;
  /* W3C */
  background: #d2d5db;
  /* Fallback color if gradients are not supported */
  background: -khtml-gradient(linear, left top, left bottom, from(#f2f2f4), to(#d2d5db));
  /* Konqueror */
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f4), to(#d2d5db));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f2f4 0%, #d2d5db 100%);
  /* Chrome10+, Safari5.1+ */
  background: -moz-linear-gradient(center top, #f2f2f4, #d2d5db);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #f2f2f4 0%, #d2d5db 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #f2f2f4 0%, #d2d5db 100%);
  /* Opera11.10+ */
  background: linear-gradient(top, #f2f2f4 0%, #d2d5db 100%);
  /* W3C Standard */
}
.UIButton:hover {
  text-decoration: none;
  background: #d8dbe3;
  /* Fallback color if gradients are not supported */
  background: -khtml-gradient(linear, left top, left bottom, from(#fbfcfe), to(#d8dbe3));
  /* Konqueror */
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfcfe), to(#d8dbe3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbfcfe 0%, #d8dbe3 100%);
  /* Chrome10+, Safari5.1+ */
  background: -moz-linear-gradient(center top, #fbfcfe, #d8dbe3);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #fbfcfe 0%, #d8dbe3 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #fbfcfe 0%, #d8dbe3 100%);
  /* Opera11.10+ */
  background: linear-gradient(top, #fbfcfe 0%, #d8dbe3 100%);
  /* W3C Standard */
}
.UIButton:active {
  background: #f2f2f4;
  /* Fallback color if gradients are not supported */
  background: -khtml-gradient(linear, left top, left bottom, from(#d2d5db), to(#f2f2f4));
  /* Konqueror */
  background: -webkit-gradient(linear, left top, left bottom, from(#d2d5db), to(#f2f2f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d2d5db 0%, #f2f2f4 100%);
  /* Chrome10+, Safari5.1+ */
  background: -moz-linear-gradient(center top, #d2d5db, #f2f2f4);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #d2d5db 0%, #f2f2f4 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #d2d5db 0%, #f2f2f4 100%);
  /* Opera11.10+ */
  background: linear-gradient(top, #d2d5db 0%, #f2f2f4 100%);
  /* W3C Standard */
}
.UIButton.orange,
.UIButton.submit {
  -webkit-box-shadow: inset 0 1px 0 #f0cd90, 0 1px 0 #87590b, 0 0 4px #33353b;
  -moz-box-shadow: inset 0 1px 0 #f0cd90, 0 1px 0 #87590b, 0 0 4px #33353b;
  box-shadow: inset 0 1px 0 #f0cd90, 0 1px 0 #87590b, 0 0 4px #33353b;
  color: white;
  text-shadow: 0 -1px 1px #a7792b;
  background: #e1950f;
  /* Fallback color if gradients are not supported */
  background: -khtml-gradient(linear, left top, left bottom, from(#fbb952), to(#e1950f));
  /* Konqueror */
  background: -webkit-gradient(linear, left top, left bottom, from(#fbb952), to(#e1950f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbb952 0%, #e1950f 100%);
  /* Chrome10+, Safari5.1+ */
  background: -moz-linear-gradient(center top, #fbb952, #e1950f);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #fbb952 0%, #e1950f 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #fbb952 0%, #e1950f 100%);
  /* Opera11.10+ */
  background: linear-gradient(top, #fbb952 0%, #e1950f 100%);
  /* W3C Standard */
}
.UIButton.orange:hover,
.UIButton.submit:hover {
  background: #e49a17;
  /* Fallback color if gradients are not supported */
  background: -khtml-gradient(linear, left top, left bottom, from(#fbc571), to(#e49a17));
  /* Konqueror */
  background: -webkit-gradient(linear, left top, left bottom, from(#fbc571), to(#e49a17));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbc571 0%, #e49a17 100%);
  /* Chrome10+, Safari5.1+ */
  background: -moz-linear-gradient(center top, #fbc571, #e49a17);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #fbc571 0%, #e49a17 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #fbc571 0%, #e49a17 100%);
  /* Opera11.10+ */
  background: linear-gradient(top, #fbc571 0%, #e49a17 100%);
  /* W3C Standard */
}
.UIButton.orange:active,
.UIButton.submit:active {
  background: #fbb952;
  /* Fallback color if gradients are not supported */
  background: -khtml-gradient(linear, left top, left bottom, from(#e1950f), to(#fbb952));
  /* Konqueror */
  background: -webkit-gradient(linear, left top, left bottom, from(#e1950f), to(#fbb952));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e1950f 0%, #fbb952 100%);
  /* Chrome10+, Safari5.1+ */
  background: -moz-linear-gradient(center top, #e1950f, #fbb952);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #e1950f 0%, #fbb952 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #e1950f 0%, #fbb952 100%);
  /* Opera11.10+ */
  background: linear-gradient(top, #e1950f 0%, #fbb952 100%);
  /* W3C Standard */
}
.UIButton.lightBlue {
  box-shadow: inset 0 1px 0 #d2e8f4, 0 0 4px #33353b;
  -moz-box-shadow: inset 0 1px 0 #d2e8f4, 0 0 4px #33353b;
  -webkit-box-shadow: inset 0 1px 0 #d2e8f4, 0 0 4px #33353b;
  color: white;
  text-shadow: 0 -1px 1px #5d87a6;
  background: #75B2D7;
  /* Fallback color if gradients are not supported */
  background: -khtml-gradient(linear, left top, left bottom, from(#A7D8ED), to(#75B2D7));
  /* Konqueror */
  background: -webkit-gradient(linear, left top, left bottom, from(#A7D8ED), to(#75B2D7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #A7D8ED 0%, #75B2D7 100%);
  /* Chrome10+, Safari5.1+ */
  background: -moz-linear-gradient(center top, #A7D8ED, #75B2D7);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #A7D8ED 0%, #75B2D7 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #A7D8ED 0%, #75B2D7 100%);
  /* Opera11.10+ */
  background: linear-gradient(top, #A7D8ED 0%, #75B2D7 100%);
  /* W3C Standard */
}
.UIButton.lightBlue:hover {
  background: #80b8d9;
  /* Fallback color if gradients are not supported */
  background: -khtml-gradient(linear, left top, left bottom, from(#aed9ec), to(#80b8d9));
  /* Konqueror */
  background: -webkit-gradient(linear, left top, left bottom, from(#aed9ec), to(#80b8d9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #aed9ec 0%, #80b8d9 100%);
  /* Chrome10+, Safari5.1+ */
  background: -moz-linear-gradient(center top, #aed9ec, #80b8d9);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #aed9ec 0%, #80b8d9 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #aed9ec 0%, #80b8d9 100%);
  /* Opera11.10+ */
  background: linear-gradient(top, #aed9ec 0%, #80b8d9 100%);
  /* W3C Standard */
}
.UIButton.lightBlue:active {
  background: #A7D8ED;
  /* Fallback color if gradients are not supported */
  background: -khtml-gradient(linear, left top, left bottom, from(#75B2D7), to(#A7D8ED));
  /* Konqueror */
  background: -webkit-gradient(linear, left top, left bottom, from(#75B2D7), to(#A7D8ED));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #75B2D7 0%, #A7D8ED 100%);
  /* Chrome10+, Safari5.1+ */
  background: -moz-linear-gradient(center top, #75B2D7, #A7D8ED);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #75B2D7 0%, #A7D8ED 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #75B2D7 0%, #A7D8ED 100%);
  /* Opera11.10+ */
  background: linear-gradient(top, #75B2D7 0%, #A7D8ED 100%);
  /* W3C Standard */
}
/* UIDropdownSelectors */
.UIDropdownSelector {
  position: relative;
}
.UIDropdownSelector.closed ul {
  display: none;
}
.UIDropdownSelector.right ul {
  position: absolute;
  top: 24px;
  right: 0;
  bottom: auto;
  left: auto;
  -moz-border-radius: 3px 0 3px 3px;
  -khtml-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.UIDropdownSelector.right li:first-child {
  -moz-border-radius: 5px 0 0 0;
  -khtml-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.UIDropdownSelector.right .UIDropdownMenu {
  position: absolute;
  top: 24px;
  right: 0;
  bottom: auto;
  left: auto;
  -moz-border-radius: 3px 0 3px 3px;
  -khtml-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.UIDropdownSelector.right .UIDropdownMenu li:first-child {
  -moz-border-radius: 5px 0 0 0;
  -khtml-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.UIDropdownSelector.width300 {
  width: 300px;
}
.UIDropdownSelector.nonSelectable li {
  cursor: default;
}
.UIDropdownSelector.nonSelectable li:hover,
.UIDropdownSelector.nonSelectable li:active {
  background: none;
  -moz-box-shadow: none;
  /* FF3.5+ */
  -khtml-box-shadow: none;
  /* Konqueror */
  -webkit-box-shadow: none;
  /* Safari 3.0+, Chrome */
  box-shadow: none;
  /* Opera 10.5, IE9, Chrome 10+ */
}
.UIDropdownSelector.nonSelectable .UIDropdownMenu li:hover,
.UIDropdownSelector.nonSelectable .UIDropdownMenu li:active {
  background: none;
  -moz-box-shadow: none;
  /* FF3.5+ */
  -khtml-box-shadow: none;
  /* Konqueror */
  -webkit-box-shadow: none;
  /* Safari 3.0+, Chrome */
  box-shadow: none;
  /* Opera 10.5, IE9, Chrome 10+ */
}
.UIDropdownSelector ul {
  background: white;
  border: 1px solid #60758a;
  -moz-box-shadow: 0 1px 3px #60656a;
  /* FF3.5+ */
  -khtml-box-shadow: 0 1px 3px #60656a;
  /* Konqueror */
  -webkit-box-shadow: 0 1px 3px #60656a;
  /* Safari 3.0+, Chrome */
  box-shadow: 0 1px 3px #60656a;
  /* Opera 10.5, IE9, Chrome 10+ */
  color: #333;
  list-style: none;
  position: absolute;
  top: 24px;
  right: auto;
  bottom: auto;
  left: 0;
  -moz-border-radius: 0 3px 3px 3px;
  -khtml-border-radius: 0 3px 3px 3px;
  -webkit-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: none;
  -webkit-user-select: none;
  /* Safari 3.0+, Chrome */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* FF3.5+ */
  -ms-user-select: none;
  /* IE8 */
  -o-user-select: none;
  /* Opera */
  user-select: none;
  /* W3C */
  width: 150px;
  z-index: 10;
}
.UIDropdownSelector li {
  border-bottom: 1px solid #e0e5ea;
  cursor: pointer;
  line-height: 1.25;
  padding: 5px;
  white-space: normal !important;
}
.UIDropdownSelector li:first-child {
  -moz-border-radius: 0 5px 0 0;
  -khtml-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.UIDropdownSelector li:last-child {
  border-bottom: 0;
  -moz-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.UIDropdownSelector li:hover {
  background: #f0f5fa;
}
.UIDropdownSelector li:active {
  -moz-box-shadow: inset 0 0 10px #c0d5ea;
  /* FF3.5+ */
  -khtml-box-shadow: inset 0 0 10px #c0d5ea;
  /* Konqueror */
  -webkit-box-shadow: inset 0 0 10px #c0d5ea;
  /* Safari 3.0+, Chrome */
  box-shadow: inset 0 0 10px #c0d5ea;
  /* Opera 10.5, IE9, Chrome 10+ */
}
.UIDropdownSelector li.selected {
  background: #f0f5fa;
  font-weight: bold;
}
.UIDropdownSelector li.disabled {
  background: #f0f5fa;
  border-bottom: 2px double #e0e5ea;
  -moz-box-shadow: none;
  /* FF3.5+ */
  -khtml-box-shadow: none;
  /* Konqueror */
  -webkit-box-shadow: none;
  /* Safari 3.0+, Chrome */
  box-shadow: none;
  /* Opera 10.5, IE9, Chrome 10+ */
  font-weight: bold;
  cursor: default;
}
.UIDropdownSelector li em {
  color: #97A4B0;
  font-size: 80%;
  font-weight: normal !important;
  white-space: nowrap;
}
.UIDropdownSelector .UIDropdownMenu .UIActions {
  background: white;
  line-height: 17px;
}
.UIDropdownSelector .UIDropdownMenu .UIActions a {
  color: #3D7CC8 !important;
  font-weight: normal;
}
.UIDropdownSelector .UIDropdownMenu .UIActions li {
  cursor: default;
}
.UIDropdownSelector .UIDropdownMenu .UIActions:hover {
  background: white;
  cursor: default;
}
.UIDropdownSelector .UIDropdownMenu .UIActions:active {
  -moz-box-shadow: none;
  /* FF3.5+ */
  -khtml-box-shadow: none;
  /* Konqueror */
  -webkit-box-shadow: none;
  /* Safari 3.0+, Chrome */
  box-shadow: none;
  /* Opera 10.5, IE9, Chrome 10+ */
}
/* UIImageItem */
.UIImageItem .image {
  float: left;
  height: 30px;
  margin-right: 5px;
  width: 30px;
}
.UIImageItem .text {
  margin-left: 41px;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.UIImageItem .text .message {
  display: none;
}
/* UIMessageItem */
.UIMessageItem .text {
  padding-top: 0;
  white-space: normal;
}
.UIMessageItem .text .message {
  display: inline;
}
.UIMessageItem .text .message .date {
  color: #97A4B0;
  display: block;
  font-size: 80%;
  font-weight: normal !important;
  white-space: nowrap;
}
/* UIUserListing */
.UIUserListing .userName {
  display: inline-block;
  font-weight: bold;
  max-width: 148px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.UIUserListing .dashSeparator {
  display: inline-block;
  color: #97A4B0;
  margin: 0 3px;
}
.UIUserListing .userRole {
  color: #97A4B0;
  display: inline-block;
  font-style: italic;
  margin-right: 3px;
  text-transform: capitalize;
}
.UIContribItem {
  height: 35px;
}
.UIContribItem .itemText {
  margin-top: 2px;
}
.UIContribItem .user_pic {
  margin: 0 5px;
}
/* UITextBoxes */
/* TODO: delete the redundant styles in other files (question-feed.less, and TONS of inline styles...) */
.UITextBox {
  background: white;
  border: 1px solid #90959a;
  -moz-box-shadow: inset 0 3px 8px #c5cacf;
  /* FF3.5+ */
  -khtml-box-shadow: inset 0 3px 8px #c5cacf;
  /* Konqueror */
  -webkit-box-shadow: inset 0 3px 8px #c5cacf;
  /* Safari 3.0+, Chrome */
  box-shadow: inset 0 3px 8px #c5cacf;
  /* Opera 10.5, IE9, Chrome 10+ */
  color: black;
  cursor: text;
  font-weight: normal;
  height: 90px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 9px 10px;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: none;
}
.UITextBox .placeholder {
  color: #a1a8ad;
  padding: 9px 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.UITextBox .placeholder .error {
  color: #f66;
  display: none;
}
.UITextBox .placeholder strong em {
  text-decoration: underline;
}
.UITextBox .textareaWrapper {
  background: transparent;
  border: none;
  padding: 9px 11px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.UITextBox .textareaWrapper textarea {
  background: transparent;
  border: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  padding: 0;
  outline: none;
  resize: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
}
.UITextBox.highlighted {
  border-color: #5BB4FC;
  box-shadow: 0 0 5px #5bb4fc, inset 0 3px 8px #c5cacf;
  -moz-box-shadow: 0 0 5px #5bb4fc, inset 0 3px 8px #c5cacf;
  -webkit-box-shadow: 0 0 5px #5bb4fc, inset 0 3px 8px #c5cacf;
}
.UITextBox.active .textareaWrapper {
  background: white;
  -moz-box-shadow: inset 0 3px 8px #c0c5ca;
  /* FF3.5+ */
  -khtml-box-shadow: inset 0 3px 8px #c0c5ca;
  /* Konqueror */
  -webkit-box-shadow: inset 0 3px 8px #c0c5ca;
  /* Safari 3.0+, Chrome */
  box-shadow: inset 0 3px 8px #c0c5ca;
  /* Opera 10.5, IE9, Chrome 10+ */
  opacity: 1;
}
.UITextBox.active.empty .textAreaWrapper {
  opacity: 0.5;
}
.UITextBox.singleLine {
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.UITextBox.singleLine .textareaWrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.UITextBox.singleLine textarea {
  line-height: 22px;
  margin-top: 6px;
  overflow: hidden;
  white-space: nowrap;
}
.UITextBox.error.empty,
.UITextBox.error.bold {
  border: 2px solid #DD0000 !important;
}
.UITextBox.error .placeholder {
  display: none;
}
.UITextBox.error .placeholder.error {
  display: block;
}
.UITextBox.resizable {
  max-height: 400px;
  min-height: 90px;
}
.UITextBox.resizable .resizeHandle {
  background: #F6F7F9 url(../../../images/piazza/dashboard/uitextbox-resize-handle.png) center center no-repeat;
  border-bottom: 1px solid #E9ECF3;
  border-top: 1px solid #E9ECF3;
  cursor: row-resize;
  height: 20px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.UITextBox.resizable .textareaWrapper {
  bottom: 22px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* UIHelpMessages */
.UIMessage {
  background: #F6F7F9;
  border: 1px solid #E7EAEC;
  color: #333;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
}
.UIMessage h6 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.UIMessage ul {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 5px;
}
.UIMessage li {
  list-style: disc;
}
.UIMessage em {
  text-decoration: underline;
}
.UIMessage.UIHelpMessage,
.UIMessage.UIErrorMessage {
  background: #FFF7CE;
  border-color: #ECD877;
  display: none;
}
.UIMessage.UIHelpMessage .closable {
  margin-right: 13px;
}
.UIMessage.UIHelpMessage .closeButton {
  background: #333;
  border: 3px solid white;
  -moz-box-shadow: 0 0 1px #333;
  /* FF3.5+ */
  -khtml-box-shadow: 0 0 1px #333;
  /* Konqueror */
  -webkit-box-shadow: 0 0 1px #333;
  /* Safari 3.0+, Chrome */
  box-shadow: 0 0 1px #333;
  /* Opera 10.5, IE9, Chrome 10+ */
  color: white;
  cursor: pointer;
  font-size: 20px;
  height: 24px;
  line-height: 21px;
  margin-left: 10px;
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: auto;
  left: auto;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  width: 24px;
}
.UIMessage.UIHelpMessage .closeButton:hover {
  -moz-box-shadow: 0 0 5px #333;
  /* FF3.5+ */
  -khtml-box-shadow: 0 0 5px #333;
  /* Konqueror */
  -webkit-box-shadow: 0 0 5px #333;
  /* Safari 3.0+, Chrome */
  box-shadow: 0 0 5px #333;
  /* Opera 10.5, IE9, Chrome 10+ */
}
/* UIModalWindows */
.UIModalWindow {
  border: 1px solid #485058;
  overflow: hidden;
  width: 600px;
}
.UIModalWindow.UIConfirmationWindow {
  width: 400px;
}
.UIModalWindow.UIConfirmationWindow .content p {
  margin-bottom: 0;
}
.UIModalWindow .topbar {
  background: url(/images/piazza/dashboard/topbar/topbar-bg.png) repeat-x;
  color: white;
  font-size: 18px;
  font-weight: bold;
  height: 39px;
  line-height: 39px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: 0 -1px 0 #1a405e;
  white-space: nowrap;
}
.UIModalWindow .content {
  padding: 15px;
  background-color: white;
}
.UIModalWindow .content .heading {
  font-weight: bold;
  height: 17px;
  line-height: 17px;
  margin-bottom: 5px;
}
.UIModalWindow .content strong {
  white-space: nowrap;
}
.UIModalWindow .content p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.2em;
}
.UIModalWindow .content .twoColumns .column1 .columnContent {
  padding-right: 5px;
}
.UIModalWindow .content .twoColumns .column2 .columnContent {
  margin-left: 5px;
}
.UIModalWindow .UIActions {
  background: #F6F7F9;
  border-top: 1px solid #D2D5Db;
  -moz-box-shadow: inset 0 1px 0 #F9FBFE;
  /* FF3.5+ */
  -khtml-box-shadow: inset 0 1px 0 #F9FBFE;
  /* Konqueror */
  -webkit-box-shadow: inset 0 1px 0 #F9FBFE;
  /* Safari 3.0+, Chrome */
  box-shadow: inset 0 1px 0 #F9FBFE;
  /* Opera 10.5, IE9, Chrome 10+ */
  padding: 5px 15px;
  background: #d2d5db;
  /* Fallback color if gradients are not supported */
  background: -khtml-gradient(linear, left top, left bottom, from(#f2f2f4), to(#d2d5db));
  /* Konqueror */
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f4), to(#d2d5db));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f2f4 0%, #d2d5db 100%);
  /* Chrome10+, Safari5.1+ */
  background: -moz-linear-gradient(center top, #f2f2f4, #d2d5db);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #f2f2f4 0%, #d2d5db 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #f2f2f4 0%, #d2d5db 100%);
  /* Opera11.10+ */
  background: linear-gradient(top, #f2f2f4 0%, #d2d5db 100%);
  /* W3C Standard */
}
/* UIForm */
.UIForm .UIFormElement {
  border-bottom: 1px solid #E9ECF3;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.UIForm .UIFormElement .UIFormLabel {
  float: left;
  font-weight: bold;
  text-align: right;
  width: 120px;
}
.UIForm .UIFormElement .UIFormField {
  margin-left: 130px;
}
.UIForm .UIFormElement .UIFormField moreInfo {
  color: #90959a;
  display: block;
  font-size: 90%;
  font-weight: normal !important;
  margin-left: 0;
  margin-top: 5px;
}
.UIForm .UITextBox {
  margin-bottom: 0;
}
.UIForm .UICheckbox {
  margin-top: 2px;
  margin-bottom: 5px;
}
.UIForm .UICheckbox:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.UIForm .UICheckbox input[type="checkbox"] {
  cursor: pointer;
  float: left;
  margin-top: 2px;
}
.UIForm .UICheckbox .UICheckboxLabel {
  margin-left: 18px;
}
.UIForm .UICheckbox .UICheckboxLabel label {
  cursor: pointer;
}
.UIForm .UICheckbox.disabled .UICheckboxLabel label {
  cursor: default;
}
.UIForm .UICheckbox.withSelectMenu {
  margin-top: -2px;
  margin-bottom: 3px;
}
.UIForm .UICheckbox.withSelectMenu input[type="checkbox"] {
  margin-top: 5px;
}
.UIForm .UICheckbox .explanation {
  color: #959A9F;
  font-family: 'Lucida Grande', Lucida, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.UIForm .UICheckbox .explanation .icon {
  float: left;
}
.UIForm .UICheckbox .explanation .text {
  margin-left: 15px;
}
.UIForm .UIFormHelpCard {
  display: none;
}
.UIForm .UIActions {
  margin-top: 10px;
  margin-left: 130px;
}
.UIForm .UIActions .cancel {
  line-height: 40px;
}
.UIForm .UIActions .submit {
  font-size: 15px;
  height: auto;
  line-height: 1;
  padding: 10px;
}
.UIForm p.newPostHelperText {
  margin-bottom: 0px;
  margin-top: 12px;
  color: #90959A;
  margin-left: 18px;
}
.UIForm p.newPostHelperText .showForPoll {
  margin-left: 283px;
}
.UIForm p.newPostHelperText .showForNote {
  margin-left: 139px;
}
.UIForm.withHelpMessages {
  margin-right: 180px;
}
.UIForm.withHelpMessages .UIFormHelpCard {
  position: absolute;
  right: -195px;
  top: 0;
  width: 150px;
}
.UIForm.withHelpMessages .UIFormHelpCard .example {
  color: #B8A847;
  margin-top: 5px;
}
.UIForm.withHelpMessages .UIFormHelpCard .example li {
  font-style: italic;
  margin-left: 15px;
}
.UIForm .UIErrorMessage li {
  display: none;
}
.UIForm .UIFormElement:hover .UIFormHelpCard {
  display: block;
}
.UIForm .UIFormElement.textInput .UIFormLabel {
  margin-top: 9px;
}
.UIForm .UIFormElement.textInput ul {
  list-style: none;
}
.UIForm .UIFormElement.textInput li {
  display: inline-block;
  margin-top: 5px;
  margin-right: 1px;
}
.UIForm .UIFormElement.noBorder {
  border-bottom: none;
  padding-bottom: 0;
}
.UIForm .UIFormElement.error .UIFormLabel {
  color: #d00;
}
.UIForm .UIFormElement.error .UIFormField .UITextBox.empty {
  border: 2px solid #DD0000 !important;
}
.UIForm .UIFormElement.error .UIFormField .UITextBox .placeholder {
  display: none;
}
.UIForm .UIFormElement.error .UIFormField .UITextBox .placeholder.error {
  display: block;
}
/* UITabs */
.UITabSelector {
  background: #D7DBE0;
  display: table;
}
.UITabSelector.twoTabs .UITab {
  width: 50%;
}
.UITabSelector.threeTabs .UITab {
  width: 140px;
}
.UITabSelector .UITab {
  background: #e3e6e9;
  border: 1px solid #bbb;
  cursor: pointer;
  display: table-cell;
  height: 50px;
  -moz-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: middle;
}
.UITabSelector .UITab:hover {
  background: #f8f9fa;
}
.UITabSelector .UITab.selected,
.UITabSelector .UITab.selected:hover {
  background: white;
  border-bottom-color: transparent;
  cursor: default;
  opacity: 1;
}
.UITabSelector .UITab .icon {
  height: 30px;
  float: left;
  margin-right: 10px;
  width: 30px;
}
.UITabSelector .UITabContent {
  margin: 0 auto;
  width: 87px;
}
.UITabSelector .UITabContent .title {
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
}
.UITabSelector .UITabContent .explanation {
  color: #90959A;
}
/* UIHoverCards */
.UIHoverCard {
  background: black;
  -moz-box-shadow: 0 1px 3px #102030;
  /* FF3.5+ */
  -khtml-box-shadow: 0 1px 3px #102030;
  /* Konqueror */
  -webkit-box-shadow: 0 1px 3px #102030;
  /* Safari 3.0+, Chrome */
  box-shadow: 0 1px 3px #102030;
  /* Opera 10.5, IE9, Chrome 10+ */
  color: white;
  line-height: 1.25;
  left: 25px;
  top: auto;
  bottom: 25px;
  opacity: 0.9;
  padding: 10px;
  position: absolute;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: none;
  width: 152px;
  z-index: 1000;
}
.UIHoverCard .arrow {
  background: url(/images/plugins/tipsy/tipsy.gif) no-repeat;
  height: 10px;
  position: absolute;
  width: 5px;
}
.UIHoverCard.westGravity .arrow {
  background-position: left center;
  left: -5px;
  top: 2px;
}
.UIHoverCard.eastGravity .arrow {
  background-position: right center;
  right: -5px;
  top: 2px;
}
.UIHoverCard.southGravity .arrow {
  background-position: center bottom;
  top: 140px;
  left: 38px;
}
.UIHoverCard .buttonContainer {
  margin-top: 10px;
  text-align: center;
}
.UIHoverCard .button {
  border: 1px solid #AFB9C2;
  color: #303D4D;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  height: 19px;
  line-height: 19px;
  padding: 0 8px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: 0 1px 0 #F4F7F9;
  background: #DEE0E2;
  /* Fallback color if gradients are not supported */
  background: -khtml-gradient(linear, left top, left bottom, from(#F3F3F4), to(#DEE0E2));
  /* Konqueror */
  background: -webkit-gradient(linear, left top, left bottom, from(#F3F3F4), to(#DEE0E2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #F3F3F4 0%, #DEE0E2 100%);
  /* Chrome10+, Safari5.1+ */
  background: -moz-linear-gradient(center top, #F3F3F4, #DEE0E2);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #F3F3F4 0%, #DEE0E2 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #F3F3F4 0%, #DEE0E2 100%);
  /* Opera11.10+ */
  background: linear-gradient(top, #F3F3F4 0%, #DEE0E2 100%);
  /* W3C Standard */
}
.UIHoverCard .button:hover {
  border-color: #AFB9C2;
  background: #E4E6E8;
  /* Fallback color if gradients are not supported */
  background: -khtml-gradient(linear, left top, left bottom, from(#F9F9Fa), to(#E4E6E8));
  /* Konqueror */
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F9Fa), to(#E4E6E8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #F9F9Fa 0%, #E4E6E8 100%);
  /* Chrome10+, Safari5.1+ */
  background: -moz-linear-gradient(center top, #F9F9Fa, #E4E6E8);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #F9F9Fa 0%, #E4E6E8 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #F9F9Fa 0%, #E4E6E8 100%);
  /* Opera11.10+ */
  background: linear-gradient(top, #F9F9Fa 0%, #E4E6E8 100%);
  /* W3C Standard */
}
.UIHoverCard .button:active {
  background: #d3d3d4;
  /* Fallback color if gradients are not supported */
  background: -khtml-gradient(linear, left top, left bottom, from(#b4b6b8), to(#d3d3d4));
  /* Konqueror */
  background: -webkit-gradient(linear, left top, left bottom, from(#b4b6b8), to(#d3d3d4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b4b6b8 0%, #d3d3d4 100%);
  /* Chrome10+, Safari5.1+ */
  background: -moz-linear-gradient(center top, #b4b6b8, #d3d3d4);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #b4b6b8 0%, #d3d3d4 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #b4b6b8 0%, #d3d3d4 100%);
  /* Opera11.10+ */
  background: linear-gradient(top, #b4b6b8 0%, #d3d3d4 100%);
  /* W3C Standard */
}
/* New user onboarding overlay */
#tutorialOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: 0.75;
  -moz-opacity: 0.75;
  z-index: 100;
  display: none;
}
/* Fancybox Modal Window wrapper in dashboard */
#ModalWrapper {
  display: none;
  position: absolute;
}
/* Careers Tagging */
.careers_tag {
  background: #eee;
  color: #999;
  font-size: 12px;
  letter-spacing: .5px;
  display: inline-block;
  line-height: 1;
  padding: 4px 8px;
  margin: 0 5px 5px 0;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: .3s background;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.careers_tag.active {
  background: #73a1c0;
  color: #fff;
}
.careers_tag.active:hover {
  color: #fff;
  background: #3a7aac;
}
.careers_tag:hover {
  text-decoration: none;
  color: #999;
  background: #e7e7e7;
}
#page_main {
  background: #ebeae7;
  width: 100%;
}
