.sharedBar {
  height: 60px;
  background: #1a1a1a;
  width: 100%;
  z-index: 4;
  position: fixed;
  transition: background-color .4s ease;
  display: table
}

.sharedBar .area {
  height: 60px;
  float: none;
  display: table-cell;
  vertical-align: middle;
  min-width: 40px;
  text-align: center;
}

.sharedBar .area .inner {
  display: table-cell;
  vertical-align: middle;
}

.sharedBar .fa {
  color: #bebebe;
}

.sharedBar .logoArea {
  border-right: 1px solid #484848;
  padding: 0 0;
}

.sharedBar .switchArea {
  position: relative;
  cursor: pointer;
  height: 60px;
  font-size: 18px;
  padding: 0px 10px;
  border-right: 1px solid #484848;
}

.sharedBar .switchArea a,
.sharedBar .switchArea span {
  color: #fdb924;
}

.sharedBar .switchArea .fa {
  position: relative;
  top: -3px;
  margin-left: 3px;
}

.sharedBar .switchArea .dropdown-pane {
  background-color: #333;
  border-color: #000;
}

.sharedBar .clientArea {
  color: #bebebe;
  font-size: 14px;
  max-width: 500px;
  padding-left: 20px;
}

.sharedBar .userArea {
  color: #bebebe;
  font-size: 14px;
  padding-right: 10px;
}

.sharedBar .printArea {
  font-size: 20px;
  cursor: pointer;
  border-left: 1px solid #484848;
  text-align: center;
  width: 40px;
}

.sharedBar .exportArea {
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  width: 40px;
}

.sharedBar .settingsArea {
  font-size: 20px;
  cursor: pointer;
  border-left: 1px solid #484848;
  text-align: center;
  width: 50px;
}

.sharedBar .area.clickable:hover {
  background: #000;
}

.sharedBar .area.clickable {
  border-left: 1px solid #484848;
}

.sharedBar .devArea {
  color: red;
  font-size: 14px;
  max-width: 400px;
  padding-left: 20px;
}

.sharedBar .productDropdown {
  position: absolute;
  position: top left;
  z-index: 999;
  top: 60px;
  left: 0;
  display: none;
}

.sharedBar .productDropdownContainer {
  background-color: #1a1a1a;
  border: 1px solid #313131;
  min-width: 167px;
}

.sharedBar .productDropdownContainer ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sharedBar .productDropdownContainer li {
  border-top: 1px solid #313131;
  cursor: pointer;
  height: auto;
  padding: 8px;
  width: 100%;
}

.sharedBar .productDropdownContainer li span {
  color: #bebebe;
  font-weight: bold;
  padding: 8px;
  text-transform: uppercase;
}

.sharedBar .productDropdownContainer li a {
  color: #bebebe;
  padding: 8px;
  text-transform: uppercase;
}

.sharedBar .productDropdownContainer li:hover {
  background-color: #313131;
}

.sharedBar .productDropdownContainer li.selected:hover {
  background-color: transparent;
}

/*
Simplefeed Styles
*/
.simplefeed-navigation {
  width: 25%;
  float: left;
  padding: 15px;
  text-align: center;
}

.simplefeed-title {
  text-align: left;
}

.simplefeed-content-container {
  width: 70%;
  float: right;
  border-left: solid 1px #ececec;
  padding: 15px;
}

.simplefeed-action {
  clear: both;
  text-align: center;
  border-top: solid 1px #ececec;
  padding: 20px;
}

.simplefeed-action-top {
  clear: both;
  text-align: center;
  border-bottom: solid 1px #ececec;
  padding: 20px;
}

.simplefeed-action-bottom {
  clear: both;
  text-align: center;
  border-top: solid 1px #ececec;
  padding: 20px;
}