.control-menu .staging-links {
  padding-top: 3px;
  position: static; }

.control-menu .staging-message {
  margin: 0 auto;
  width: 75%; }

.control-menu-nav .staging-bar {
  position: absolute; }
  @media only screen and (min-width: 768px) {
    .control-menu-nav .staging-bar {
      position: static; } }

.live-link {
  margin-right: 24px; }

.publish-btn-group {
  vertical-align: middle; }
  @media only screen and (min-width: 768px) {
    .publish-btn-group {
      border-radius: 3px;
      overflow: hidden; } }
  @media only screen and (max-width: 767px) {
    .publish-btn-group .btn {
      font-size: 1em;
      padding: 13px 15px; }
      .publish-btn-group .btn:first-child {
        display: block;
        padding-right: 50px;
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .publish-btn-group .dropdown-toggle {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      position: absolute;
      right: 0;
      top: 0; }
      .publish-btn-group .dropdown-toggle:after {
        background-color: #FFF;
        bottom: 7px;
        content: '';
        display: block;
        left: -3px;
        position: absolute;
        top: 7px;
        width: 2px;
        z-index: 10; } }

.staging-bar-control-toggle div {
  margin-bottom: 0; }
  .staging-bar-control-toggle div label {
    margin-bottom: 0;
    min-width: 210px; }
    @media only screen and (min-width: 768px) {
      .staging-bar-control-toggle div label {
        float: left; } }
    .staging-bar-control-toggle div label span span.toggle-switch-handle {
      color: #FFF;
      font-size: 14px;
      font-weight: 500;
      text-transform: none; }

.staging-bar-workflow-text span span span.status {
  color: #869CAD; }

@media only screen and (min-width: 768px) {
  .staging-layout-revision-details {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: flex;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; } }

@media only screen and (min-width: 768px) {
  .staging-layout-revision-details:first-child {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%; } }

@media only screen and (min-width: 768px) {
  .staging-layout-revision-details:first-child .staging-layout-revision-details-list {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .staging-layout-revision-details:first-child .staging-layout-revision-details-list > li {
      margin-left: 15px; }
      .staging-layout-revision-details:first-child .staging-layout-revision-details-list > li:first-child {
        margin-left: 0; } }

.staging-layout-revision-details .staging-layout-revision-details-list {
  display: block;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .staging-layout-revision-details .staging-layout-revision-details-list {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; } }

.staging-ready {
  padding-top: 64px; }

.staging-variation-label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px; }
  .staging-variation-label:hover {
    text-decoration: none; }
  @media only screen and (min-width: 768px) {
    .staging-variation-label {
      font-size: 12px; } }

.staging-variation-selector {
  display: block;
  font-weight: 500;
  max-width: 250px;
  overflow: hidden;
  padding-right: 20px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media only screen and (min-width: 768px) {
    .staging-variation-selector {
      font-size: 14px; } }
  .staging-variation-selector > span {
    bottom: 0;
    display: block;
    position: absolute;
    right: 0; }