﻿@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
    transform-origin: 150px 140px;
  }
  100% {
    transform: rotate(360deg);
    transform-origin: 150px 140px;
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -150px;
}
.loading-circle .loading-circle-gap {
  width: 306px;
  height: 306px;
  position: relative;
  left: -8px;
  top: 2px;
  overflow: hidden;
  animation: loading-spinner 3s infinite linear;
}
.loading-circle .loading-circle-spinner {
  width: 300px;
  height: 300px;
  position: absolute;
  top: -10px;
  -moz-border-radius: 153px;
  -webkit-border-radius: 153px;
  border-radius: 153px;
  border: 3px gray solid;
}
.loading-circle .loading-circle-main-text {
  font-size: 36px;
  text-align: center;
  width: 300px;
  color: gray;
  margin-top: 115px;
  position: absolute;
}
.loading-circle .loading-circle-desc-text {
  font-size: 14px;
  text-align: center;
  width: 205px;
  font-weight: 700;
  color: gray;
  margin-top: 185px;
  margin-left: 50px;
  line-height: 1.8;
  position: absolute;
}
.loading-circle-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  background: rgba(204, 204, 204, 0.4);
  width: 100%;
  height: 100%;
}
.single-line {
  height: 0;
  width: 100%;
  border-bottom: 1px solid gray;
}
.designer-header,
.frontend-page-header {
  background: #202020;
  height: 60px;
  vertical-align: middle;
  font-size: 14px;
  padding: 0;
}
.designer-header a,
.frontend-page-header a {
  color: white;
}
.designer-header a:hover,
.frontend-page-header a:hover {
  color: white;
}
.designer-header .header-site,
.frontend-page-header .header-site {
  line-height: 60px;
  color: white;
  font-weight: 700;
  font-size: 15px;
  float: left;
  padding-right: 10px;
  margin-right: 35px;
  position: relative;
  background: black;
}
.designer-header .header-site i,
.frontend-page-header .header-site i {
  margin-left: 30px;
  margin-right: 15px;
}
.designer-header .header-site-text,
.frontend-page-header .header-site-text {
  margin-right: 50px;
}
.designer-header .right-arrow,
.frontend-page-header .right-arrow {
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 30px solid transparent;
  border-top: 30px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid black;
  transform: rotate(180deg);
  right: -40px;
  top: 0;
}
.designer-header .header-admin,
.frontend-page-header .header-admin {
  line-height: 60px;
  float: left;
  color: white;
  margin-right: 25px;
}
.designer-header .header-admin i,
.frontend-page-header .header-admin i {
  margin-left: 15px;
  margin-right: 5px;
}
.designer-header .header-pages,
.frontend-page-header .header-pages {
  line-height: 60px;
  color: white;
  max-height: 60px;
  float: left;
  cursor: pointer;
  position: relative;
}
.designer-header .header-pages i,
.frontend-page-header .header-pages i {
  margin-left: 15px;
  margin-right: 5px;
}
.designer-header .header-pages .triangle-top,
.frontend-page-header .header-pages .triangle-top {
  position: absolute;
  left: 50%;
  top: -5px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  transform: rotate(45deg);
  background: #249fd3;
}
.designer-header .header-pages .header-page-list,
.frontend-page-header .header-pages .header-page-list {
  display: none;
  position: absolute;
  min-width: 200px;
  z-index: 9999;
  margin-top: 15px;
  border-radius: 5px;
  font-size: 15px;
  background: #249fd3;
  color: white;
  padding: 5px 20px 30px 20px;
}
.designer-header .header-pages .header-page-list ul,
.frontend-page-header .header-pages .header-page-list ul {
  list-style: none;
  height: 40px;
  padding: 0;
  margin: 0;
}
.designer-header .header-pages .header-page-list ul a,
.frontend-page-header .header-pages .header-page-list ul a {
  color: white;
  cursor: pointer;
}
.designer-header .header-autosave,
.frontend-page-header .header-autosave {
  line-height: 60px;
  float: right;
  color: #737373;
  margin-right: 30px;
  font-weight: bold;
}
.designer-header .header-autosave i,
.frontend-page-header .header-autosave i {
  margin-right: 5px;
}
.designer-header .header-autosave.saving i,
.frontend-page-header .header-autosave.saving i {
  color: #FFC107;
  animation: spinner 3s infinite linear;
}
.designer-header .header-actions,
.frontend-page-header .header-actions {
  height: 40px;
  line-height: 1;
  margin-top: 10px;
  margin-right: 5px;
  float: right;
  font-style: normal;
  font-family: Open Sans;
  font-weight: bold;
  font-size: 14px;
  z-index: 2000;
  position: relative;
}
.designer-header .header-actions .header-actions-location,
.frontend-page-header .header-actions .header-actions-location {
  margin-right: 8px;
}
.designer-header .header-actions .header-actions-list-icon,
.frontend-page-header .header-actions .header-actions-list-icon {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  top: -3px;
  font-size: 18px;
}
.designer-header .header-actions .header-actions-button,
.frontend-page-header .header-actions .header-actions-button {
  cursor: pointer;
  background: #17a2d3;
  height: 40px;
  border-radius: 5px;
  padding-top: 10px;
  padding-left: 20px;
  color: white;
  font-style: normal;
  font-family: Open Sans;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  z-index: 2100;
}
.designer-header .header-actions .header-actions-list,
.frontend-page-header .header-actions .header-actions-list {
  position: absolute;
  top: 35px;
  width: 100%;
  background: #d6d6d6;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 20px;
  border-radius: 5px;
  z-index: 2001;
}
.designer-header .header-actions .header-actions-list .tooltip.left .tooltip-inner,
.frontend-page-header .header-actions .header-actions-list .tooltip.left .tooltip-inner {
  background: #e1eed9!important;
  border: 0;
  color: #329032;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.3) -5px 5px 5px 0;
}
.designer-header .header-actions .header-actions-list .tooltip .tooltip-right-arrow:before,
.frontend-page-header .header-actions .header-actions-list .tooltip .tooltip-right-arrow:before {
  border-right: 10px solid #e1eed9!important;
}
.designer-header .header-actions .header-actions-list .tooltip .tooltip-right-arrow:after,
.frontend-page-header .header-actions .header-actions-list .tooltip .tooltip-right-arrow:after {
  border-right: 10px solid #e1eed9!important;
}
.designer-header .header-actions .header-actions-list ul,
.frontend-page-header .header-actions .header-actions-list ul {
  margin-top: 35px;
  list-style: none;
  padding-left: 15px;
}
.designer-header .header-actions .header-actions-list .fa,
.frontend-page-header .header-actions .header-actions-list .fa {
  margin-right: 15px;
}
.designer-header .header-actions .header-actions-list .header-actions-exit,
.frontend-page-header .header-actions .header-actions-list .header-actions-exit {
  text-align: center;
  padding: 0;
  margin-top: 20px;
}
.designer-header .header-actions .header-actions-list .header-actions-seperator,
.frontend-page-header .header-actions .header-actions-list .header-actions-seperator {
  border-top: 1px #c0c0c0 solid;
  border-bottom: 1px #ebebeb solid;
  margin-top: 20px!important;
}
.designer-header .header-actions .header-actions-list .fa-share-square-o,
.frontend-page-header .header-actions .header-actions-list .fa-share-square-o {
  transform: rotateY(180deg);
}
.designer-header .action-disabled,
.frontend-page-header .action-disabled {
  color: #aaa;
  cursor: not-allowed;
}
.designer-header .action-enabled,
.frontend-page-header .action-enabled {
  color: #5b5b5b;
  cursor: pointer;
}
.designer-header .revert-confirm-modal,
.frontend-page-header .revert-confirm-modal,
.designer-header .exit-confirm-modal,
.frontend-page-header .exit-confirm-modal {
  z-index: 3500;
}
