.admin-bar {
  background: black;
  color: white;
  padding: 0 10px !important;
  position: absolute;
  top: 0;
  z-index: 888;
  width: 100%;
  height: 40px; }
  .admin-bar .navbar-nav {
    justify-content: end; }
  .admin-bar .nav-link {
    font-family: sans-serif;
    font-size: 1rem;
    line-height: initial;
    padding: 10px;
    border: 1px solid #000;
    box-shadow: none;
    text-transform: uppercase;
    background: color(white);
    color: color(black);
    margin: 0 2px; }
    .admin-bar .nav-link.active, .admin-bar .nav-link:hover {
      background-color: color(yellow);
      color: color(black); }

.slide {
  position: relative; }

.slideshow-admin-wrapper {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10; }

.cms-wrapper {
  position: relative;
  border: 1px dashed #007bff;
  padding: 10px; }
  .cms-wrapper .edit-content {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }

.admin-btn {
  background: #007bff;
  color: white;
  border-radius: 0;
  font-size: 12px;
  height: 32px;
  padding: 5px 10px;
  transition: all 0.3s;
  border: none; }
  .admin-btn:hover {
    color: white !important;
    background: #3395ff !important; }

.admin-std-btn {
  background: #007bff;
  color: white;
  height: 32px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 32px;
  padding: 0 1rem;
  display: inline-block;
  bordeR: none; }

.admin-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }

.membership-admin-buttons {
  position: absolute;
  left: -50px; }

.admin-panel {
  color: black; }
  .admin-panel .modal-body {
    padding: 15px !important; }
  .admin-panel .modal-content {
    border-radius: 0; }

.help-text {
  margin: 0;
  font-size: 0.8em;
  color: #a7a7a7; }

.cms-wrapper {
  overflow: hidden; }

.admin-btn {
  background: #4A90E2;
  border: none;
  display: block;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  transform: translateX(150px); }
  .admin-btn i {
    border: none;
    color: white;
    padding: 5px 9px;
    height: 32px;
    width: 32px;
    display: block;
    line-height: 22px;
    text-align: center;
    float: left; }
  .admin-btn span {
    float: left;
    width: 150px;
    display: block;
    color: white;
    text-transform: uppercase;
    font-family: 'Open Sans', helvetica;
    line-height: 32px; }
  .admin-btn:hover {
    color: white;
    background: #2275d7;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.admin-controls {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2; }
  .admin-controls.top-right {
    top: 0;
    right: 0;
    bottom: auto; }

.admin-modal {
  color: black;
  font-family: Arial, Helvetica, sans-serif; }
  .admin-modal h5 {
    margin: 0;
    text-transform: uppercase; }
  .admin-modal .form-control {
    border-radius: 3px;
    padding: 0.375rem 0.75rem; }

.arx-popup-addbar .arx-popup-items, .arx-popup-item-title {
  color: #999; }

.entry {
  background-color: #97d7ff !important; }

.seo-box {
  position: absolute;
  top: 50px;
  right: 30px;
  z-index: 1050;
  width: 500px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding: 15px; }
  .seo-box code {
    display: block;
    margin-bottom: 10px; }

.close-seo {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer; }
