/* Scss Document */
#liveEditLogin .loadingOverlay {
  padding: 17% 45%;
  color: #fff;
  font-size: 18px;
  display: none;
  text-align: center; }
  #liveEditLogin .loadingOverlay i {
    font-size: 58px;
    margin-bottom: 10px; }
#liveEditLogin.authenticating .loadingOverlay {
  display: block; }
#liveEditLogin.authenticating .modal-dialog .modal-content {
  opacity: 0; }

#liveEditPanel {
  position: fixed;
  z-index: 40000;
  top: 0;
  color: #FFF;
  height: 42px;
  background: #324C5D;
  left: 0;
  right: 0;
  border-bottom: 4px solid #44A3F7; }
  #liveEditPanel * {
    font: 10px sans-serif;
    font-weight: 100; }
  #liveEditPanel .cfPanel {
    position: absolute;
    background: #4396e4;
    top: 42px;
    left: 0;
    display: none;
    width: 170px; }
    #liveEditPanel .cfPanel .newTax input {
      width: 85%;
      border: 1px solid #88C4FF;
      background-color: #3E86CC;
      color: #FFF;
      padding: 3px 5px; }
    #liveEditPanel .cfPanel .newTax span {
      padding: 0px 3px 2px 4px;
      display: inline-block;
      background: #00D51A;
      margin-left: 5px;
      vertical-align: middle;
      font-weight: bold;
      border: 1px solid #97CEDF;
      cursor: pointer;
      border-radius: 50%; }
    #liveEditPanel .cfPanel .le-field {
      padding: 10px; }
      #liveEditPanel .cfPanel .le-field:nth-child(odd) {
        background: #49a4fd; }
      #liveEditPanel .cfPanel .le-field.le-color-wrapper {
        padding: 0; }
        #liveEditPanel .cfPanel .le-field.le-color-wrapper .le-label {
          padding: 10px; }
        #liveEditPanel .cfPanel .le-field.le-color-wrapper .le_InputWrap .colorField {
          width: 100%;
          border: none;
          padding: 12px; }
      #liveEditPanel .cfPanel .le-field.le-checkbox-wrapper .le-label, #liveEditPanel .cfPanel .le-field.le-checkbox-wrapper .le_InputWrap {
        display: inline-block; }
      #liveEditPanel .cfPanel .le-field.le-checkbox-wrapper .le-label {
        width: 83%; }
      #liveEditPanel .cfPanel .le-field.le-checkbox-wrapper .le_InputWrap {
        width: 10%; }
        #liveEditPanel .cfPanel .le-field.le-checkbox-wrapper .le_InputWrap input {
          display: inline-block; }
        #liveEditPanel .cfPanel .le-field.le-checkbox-wrapper .le_InputWrap span {
          padding: 0px 3px 2px 4px;
          display: inline-block;
          background: #911656;
          margin-left: 5px;
          vertical-align: middle;
          font-weight: bold;
          border: 1px solid #84BDBD;
          cursor: pointer;
          border-radius: 50%;
          position: absolute; }
          #liveEditPanel .cfPanel .le-field.le-checkbox-wrapper .le_InputWrap span:hover {
            background: #E61435; }
      #liveEditPanel .cfPanel .le-field.le-slider-wrapper .le_InputWrap input, #liveEditPanel .cfPanel .le-field.le-slider-wrapper .le_InputWrap output {
        display: inline-block; }
      #liveEditPanel .cfPanel .le-field.le-slider-wrapper .le_InputWrap input[type="range"] {
        width: 70%;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        height: 5px;
        margin: 0;
        border: 1px solid #C5DBF7;
        padding: 1px 2px;
        border-radius: 14px;
        background: transparent;
        outline: none;
        /* no focus outline */ }
        #liveEditPanel .cfPanel .le-field.le-slider-wrapper .le_InputWrap input[type="range"]::-moz-range-track {
          border: inherit;
          background: transparent; }
        #liveEditPanel .cfPanel .le-field.le-slider-wrapper .le_InputWrap input[type="range"]::-ms-track {
          border: inherit;
          color: transparent;
          /* don't drawn vertical reference line */
          background: transparent; }
        #liveEditPanel .cfPanel .le-field.le-slider-wrapper .le_InputWrap input[type="range"]::-ms-fill-upper, #liveEditPanel .cfPanel .le-field.le-slider-wrapper .le_InputWrap input[type="range"]::-ms-fill-lower {
          background: transparent; }
        #liveEditPanel .cfPanel .le-field.le-slider-wrapper .le_InputWrap input[type="range"]::-ms-tooltip {
          display: none; }
        #liveEditPanel .cfPanel .le-field.le-slider-wrapper .le_InputWrap input[type="range"]::-webkit-slider-thumb {
          -webkit-appearance: none;
          width: 15px;
          height: 15px;
          border: 2px solid #fff;
          border-radius: 12px;
          background: #4396E4; }
        #liveEditPanel .cfPanel .le-field.le-slider-wrapper .le_InputWrap input[type="range"]::-moz-range-thumb {
          width: 20px;
          height: 20px;
          border: 2px solid #fff;
          border-radius: 12px;
          background: #4396E4; }
        #liveEditPanel .cfPanel .le-field.le-slider-wrapper .le_InputWrap input[type="range"]::-ms-thumb {
          width: 20px;
          height: 20px;
          border: 2px solid #fff;
          border-radius: 12px;
          background: #4396E4; }
      #liveEditPanel .cfPanel .le-field.le-slider-wrapper .le_InputWrap output {
        width: 25%;
        text-align: center;
        padding: 3px;
        vertical-align: top;
        color: #FFF;
        background: #3883C9;
        margin-left: 5%;
        font-size: 9px; }
  #liveEditPanel .liveEditButtonHolder {
    float: right; }
    #liveEditPanel .liveEditButtonHolder#liveEditDropdowns {
      float: left; }
  #liveEditPanel .liveEditPanelButton {
    float: left;
    font-size: 11px;
    height: 38px;
    display: none;
    cursor: pointer;
    letter-spacing: .075em; }
    #liveEditPanel .liveEditPanelButton.disabled {
      display: none !important; }
    #liveEditPanel .liveEditPanelButton#liveEditToggle {
      display: block;
      background: #7ec92e; }
    #liveEditPanel .liveEditPanelButton#liveEditCancel {
      background: #212f38; }
    #liveEditPanel .liveEditPanelButton.customFieldDropdown {
      border-right: 1px solid #646464; }
      #liveEditPanel .liveEditPanelButton.customFieldDropdown.open {
        background: #4396e4; }
        #liveEditPanel .liveEditPanelButton.customFieldDropdown.open .cfPanel {
          display: block; }
    #liveEditPanel .liveEditPanelButton span {
      padding: 13px;
      display: block; }

#saveOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/wp-content/themes/imge-framework/imge-custom/inc/compatability/rgba/rgba.php?r=0&g=0&b=0&a=50);
  background: rgba(0, 0, 0, 0.5);
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 );
  z-index: 2000; }
  #saveOverlay.saving {
    position: fixed;
    z-index: 100000; }

.editHeadImg, .removeImg {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  background: #008000;
  cursor: pointer; }

.removeImg {
  left: 0;
  right: auto; }

.editing #liveEditPanel .liveEditPanelButton {
  display: block; }
.editing .editHeadImg, .editing .removeImg, .editing .le-archivePostPanel {
  display: block; }

.liveEdit {
  margin-top: 42px; }
  .liveEdit .navbar {
    top: 42px; }

#mLibHolder {
  display: none;
  position: fixed;
  top: 73%;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 40000;
  overflow: scroll; }
  #mLibHolder ul {
    list-style-type: none; }
    #mLibHolder ul li {
      display: inline-block;
      width: 150px;
      margin: 2%;
      background: #FFF;
      height: 150px;
      vertical-align: top;
      cursor: pointer; }
      #mLibHolder ul li.tempImg {
        opacity: 0.4;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
        zoom: 1; }

.sectionArrange {
  position: fixed;
  right: 0;
  z-index: 5000;
  background: rgba(0, 0, 0, 0.35);
  padding: 10px; }
  .sectionArrange .sectionArrangeHead {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid #FFF; }
    .sectionArrange .sectionArrangeHead h3 {
      font-size: 14px;
      display: inline-block;
      border-right: 1px solid #FFF;
      margin: 0;
      padding: 8px;
      text-transform: uppercase;
      color: #FFF; }
    .sectionArrange .sectionArrangeHead span {
      padding: 8px;
      background: rgba(128, 128, 128, 0.58);
      text-transform: uppercase;
      font-size: 12px; }
      .sectionArrange .sectionArrangeHead span.enabled {
        cursor: pointer;
        background: rgba(255, 0, 0, 0.58);
        color: #fff; }
  .sectionArrange ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .sectionArrange ul li {
      padding: 15px 10px;
      border: 1px solid;
      margin: 3px 0;
      background: rgba(0, 0, 0, 0.6);
      color: #E6E6E6;
      cursor: move; }
      .sectionArrange ul li.faded {
        background: rgba(139, 139, 139, 0.6);
        color: #777; }

.le-activePost {
  position: fixed;
  top: 100px;
  z-index: 3000;
  background: #FFF;
  width: 80%;
  bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  overflow: scroll; }
  .le-activePost.homepage-section {
    width: 100%; }
    .le-activePost.homepage-section .tempThumbHolder {
      width: 100%; }
      .le-activePost.homepage-section .tempThumbHolder img {
        display: none; }
  .le-activePost .editHeadImg, .le-activePost .removeImg {
    display: block;
    text-decoration: none;
    color: #FFF; }
  .le-activePost .removeImg {
    bottom: auto;
    top: 0; }
  .le-activePost .le-archivePostEdit {
    display: none; }
  .le-activePost .tempThumbHolder {
    width: 150px;
    height: 150px; }
    .le-activePost .tempThumbHolder img.noImg {
      display: none; }
  .le-activePost .le-post_excerpt, .le-activePost .le-post_content {
    margin: 60px 0;
    padding: 15px;
    min-height: 40px;
    border: 1px solid #A9DFF0; }
    .le-activePost .le-post_excerpt:before, .le-activePost .le-post_content:before {
      content: "Post Excerpt";
      position: absolute;
      top: -35px;
      padding: 5px;
      background: #E4E4E4;
      font-size: 10px;
      left: 0; }
  .le-activePost .le-post_content:before {
    content: "Post Content"; }

.le-archivePost .editHeadImg, .le-archivePost .removeImg {
  display: none; }

.le-archivePostPanel {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 100;
  display: none; }
  .le-archivePostPanel > div {
    display: inline-block;
    padding: 7px;
    cursor: pointer;
    color: #fff;
    font-size: 11px;
    margin-right: 2px; }
    .le-archivePostPanel > div.le-archivePostEdit {
      background: #7EC92E; }
    .le-archivePostPanel > div.le-archivePostDelete {
      background: #C92E2E; }

.archiveOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/wp-content/themes/imge-framework/imge-custom/inc/compatability/rgba/rgba.php?r=211&g=211&b=211&a=75);
  background: rgba(211, 211, 211, 0.75);
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFD3D3D3', endColorstr='#BFD3D3D3',GradientType=0 );
  z-index: 200;
  border-radius: 10px; }
  .archiveOverlay span {
    margin: 25% 0;
    display: block;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: #ECECEC; }

/*# sourceMappingURL=liveEdit.css.map */
