/* RESET */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box; }

html, body {
  height: 100%; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  vertical-align: middle; }

:hover, :focus, :visited, :link {
  outline: none; }

i:focus, button:focus, img:focus {
  outline: none; }

b, strong {
  font-weight: 600; }

i, em {
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  color: inherit; }

.align-right {
  text-align: right; }
.align-left {
  text-align: left; }
.align-center {
  text-align: center; }

.display-none {
  display: none; }

.cursor-pointer {
  cursor: pointer; }

/* DEFAULT STYLE */
body {
  font-family: "Open Sans", sans-serif;
  color: #343a40;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  background-color: #f3f5f7; }

/* LAYOUT WRAP */
#adminWrap #content {
  position: relative; }
  #adminWrap #content h1 {
    font-size: 1.75rem;
    margin-bottom: 15px; }
  #adminWrap #content h2 {
    font-size: 1rem;
    margin-bottom: 10px; }
  #adminWrap #content h3 {
    font-size: .875rem;
    margin-bottom: 5px; }
    #adminWrap #content h3 i {
      font-size: 65%;
      font-style: normal;
      color: #909fa7; }
  #adminWrap #content h4 {
    font-size: 15px;
    margin-bottom: 6px; }
  #adminWrap #content h5 {
    font-size: 14px; }
  #adminWrap #content h6 {
    font-size: 12px; }
  #adminWrap #content p {
    margin-top: 0;
    margin-bottom: 1rem; }
  #adminWrap #content .red {
    color: #f4516c !important; }
  #adminWrap #content .green {
    color: #7bcb4d !important; }
  #adminWrap #content .blue {
    color: #2086e5 !important; }
  #adminWrap #content .gray {
    color: #909fa7 !important; }
  #adminWrap #content .orange {
    color: #F6BB42 !important; }
  #adminWrap #content .module .editPart {
    margin-bottom: 45px;
    text-align: left; }
    #adminWrap #content .module .editPart .rowBox h3 i {
      display: block; }
    #adminWrap #content .module .editPart .rowBox h3:before {
      display: none !important; }
  #adminWrap #content .module .rowBox.inline {
    display: inline-block; }
    #adminWrap #content .module .rowBox.inline.vertical-top {
      vertical-align: top; }
  #adminWrap #content .module .rowBox.two {
    width: 49%; }
    #adminWrap #content .module .rowBox.two.first {
      margin-right: 1%; }
    #adminWrap #content .module .rowBox.two.last {
      margin-left: 1%; }
  #adminWrap #content .module .rowBox.three {
    width: 32%; }
    #adminWrap #content .module .rowBox.three.first {
      margin-right: 1%; }
    #adminWrap #content .module .rowBox.three:not(.first):not(.last) {
      margin-left: 1%;
      margin-right: 1%; }
    #adminWrap #content .module .rowBox.three.last {
      margin-left: 1%; }
  #adminWrap #content .module .rowBox.four {
    width: 24%; }
    #adminWrap #content .module .rowBox.four.first {
      margin-right: 1%; }
    #adminWrap #content .module .rowBox.four:not(.first):not(.last) {
      margin-left: 1%; }
    #adminWrap #content .module .rowBox.four.last {
      margin-left: 1%; }
  #adminWrap #content .module .rowBox.five {
    width: 19%; }
    #adminWrap #content .module .rowBox.five.first {
      margin-right: 1%; }
    #adminWrap #content .module .rowBox.five:not(.first):not(.last) {
      margin-right: 1%; }
    #adminWrap #content .module .rowBox.five.last {
      margin-left: 1%; }
  #adminWrap #content .module .rowBox.prevFive {
    width: 79%;
    margin-right: 1%; }
  #adminWrap #content .module .moduleWrap {
    overflow: auto; }
  #adminWrap #content .rowBox {
    position: relative; }
    #adminWrap #content .rowBox .priceHelper {
      position: absolute;
      right: 7px;
      bottom: 11px;
      text-overflow: clip;
      width: auto;
      max-width: 58px;
      overflow: hidden;
      text-align: right;
      color: #7bcb4d;
      border-left: 1px solid #dde6e9;
      padding-left: 6px; }
  #adminWrap #content #contentLoader {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; }

#adminWrap #content article.module .helpText {
  color: #575962;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(87, 89, 98, 0.15); }
  #adminWrap #content article.module .helpText .infoIcon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  #adminWrap #content article.module .helpText .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    width: calc(100% - 25px); }
    #adminWrap #content article.module .helpText .text a {
      color: #2086e5; }
  #adminWrap #content article.module .helpText.negativeMargin {
    margin-top: -10px; }

/* Form elements */
#adminWrap #content article.module > section .moduleWrap .mce-container {
  box-shadow: none;
  border-radius: 0px;
  font-family: 'Open Sans';
  font-size: 14px;
  color: #575962;
  background-color: #fff; }

#adminWrap #content article.module > section .moduleWrap .mce-panel {
  border-color: #dde6e9;
  box-shadow: none; }

#adminWrap #content article.module > section .moduleWrap ::placeholder {
  font-family: 'Open Sans';
  font-size: 14px;
  color: #909fa7; }

/* MODULES - Boxes */
#adminWrap #content article.module > section .moduleWrap .optionBox {
  display: inline-block;
  vertical-align: top;
  width: 185px; }

#adminWrap #content article.module > section .moduleWrap .optionBox .boxOption .tab.active {
  color: #2086e5; }

#adminWrap #content article.module > section .moduleWrap .optionBox .boxOption .tab:hover:before {
  width: 90%; }

#adminWrap #content article.module > section .moduleWrap .contentBox {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 0px; }

#adminWrap #content article.module > section .moduleWrap .optionBox + .contentBox {
  width: calc(100% - 185px);
  padding-left: 25px; }

#adminWrap #content article.module > section .moduleWrap .contentBox .boxContent {
  display: none; }

#adminWrap #content article.module > section .moduleWrap .contentBox .rowBox {
  margin-bottom: 25px;
  position: relative; }

#adminWrap #content article.module > section .moduleWrap .contentBox .rowBox .help {
  font-size: 13px;
  margin-top: -8px !important;
  display: block;
  color: #818181; }

#adminWrap #content article.module > section .moduleWrap .contentBox .rowBox .help #generateUrl {
  cursor: pointer;
  color: #2086e5; }

#adminWrap #content article.module > section .moduleWrap .contentBox .rowBox.disabled:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  cursor: not-allowed;
  z-index: 2; }

/* MODULES - More */
#adminWrap #content article.module > section .moduleWrap .inlineDiv {
  display: inline-block;
  vertical-align: top; }
  #adminWrap #content article.module > section .moduleWrap .inlineDiv.full {
    width: 100%; }
  #adminWrap #content article.module > section .moduleWrap .inlineDiv.half {
    width: 50%; }
  #adminWrap #content article.module > section .moduleWrap .inlineDiv.third {
    width: 33%; }
  #adminWrap #content article.module > section .moduleWrap .inlineDiv.quarter {
    width: 25%; }
  #adminWrap #content article.module > section .moduleWrap .inlineDiv.threequarter {
    width: 75%; }
  #adminWrap #content article.module > section .moduleWrap .inlineDiv p {
    margin-bottom: 2px;
    color: #343a40;
    font-weight: 300; }
  #adminWrap #content article.module > section .moduleWrap .inlineDiv h3:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #2086e5;
    width: 100%;
    height: 1px;
    bottom: -5px; }
  #adminWrap #content article.module > section .moduleWrap .inlineDiv .rows {
    padding: 10px;
    border: 1px solid #e6eaec;
    border-top: 0px;
    width: 100%; }
    #adminWrap #content article.module > section .moduleWrap .inlineDiv .rows.editable {
      padding-right: 10%;
      position: relative; }

/* SYSTEM CONFIGURATION INFO */
div.moduleWarning {
  margin: 20px auto;
  padding: 0 5px;
  border-left: 2px solid; }
  div.moduleWarning span {
    color: inherit;
    display: block;
    margin: 5px auto; }
  div.moduleWarning hr {
    background-color: transparent;
    margin: 0;
    height: 1px;
    border: 0; }
  div.moduleWarning.error {
    border-color: #f4516c; }
    div.moduleWarning.error b {
      color: #f4516c; }
    div.moduleWarning.error hr {
      background-color: #f4516c; }
  div.moduleWarning.notice {
    border-color: #F6BB42; }
    div.moduleWarning.notice hr {
      background-color: #F6BB42; }
    div.moduleWarning.notice b {
      color: #F6BB42; }
  div.moduleWarning.success {
    border-color: #7bcb4d; }
    div.moduleWarning.success b {
      color: #7bcb4d; }
    div.moduleWarning.success hr {
      background-color: #7bcb4d; }

.toggleConfig {
  position: relative;
  text-align: left;
  margin-bottom: 10px; }
  .toggleConfig:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #909fa7;
    position: absolute;
    right: 0;
    top: 12px; }
  .toggleConfig span {
    position: relative;
    background-color: #fff;
    padding: 0 15px 0 0;
    color: #909fa7;
    cursor: pointer; }
    .toggleConfig span i {
      margin-right: 5px; }
    .toggleConfig span:hover {
      color: #575962; }
  .toggleConfig.active span i {
    transform: rotate(180deg); }

.configurationInfo {
  display: none; }

.js-passwordSwitch {
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 6px;
  padding: 4px 10px; }
  .js-passwordSwitch:hover {
    opacity: 0.7; }
  .js-passwordSwitch i {
    cursor: inherit !important; }

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