/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
  margin: 0;
  border: none; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  background: #f1f4f5;
  font-size: 14px;
  font-family: "Museo Rounded", sans-serif;
  color: #637078;
  overflow-x: hidden;
  font-weight: 400; }

a {
  color: #9DCF32;
  text-decoration: none;
  transition: all 0.3s ease-in-out; }
  a:hover {
    text-decoration: underline; }

h1 {
  margin: 0;
  font-weight: 500; }
  h1 span.highlight {
    color: #9DCF32; }

h2 {
  margin: 0 0 10px 0;
  font-weight: 500; }

h3 {
  margin: 0;
  font-weight: 500; }

p {
  margin: 5px 0; }

button,
textarea,
select,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="colour"],
input[type="email"],
input[type="text"] {
  font-family: "Museo Rounded", sans-serif; }

ul {
  display: block;
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0;
    display: block; }

main {
  display: block;
  padding: 20px 0 100px 0;
  min-height: 610px; }

.wrapper {
  width: 990px;
  margin: 0 auto; }
  @media (min-width: 1250px) {
    .wrapper {
      width: 1270px; } }

/* For Firefox */
input[type='number'] {
  -moz-appearance: textfield; }

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

h2.top-box {
  background: #637078;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-radius: 4px 4px 0 0; }

.blue-button {
  background: #20ACDA;
  color: #fff;
  border: none;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 0; }
  .blue-button:hover {
    /*mix-blend-mode: multiply;*/
    opacity: .6;
    transition: all 0.3s ease-in-out;
    text-decoration: none; }

.save-button {
  background: url(../img/svg/save.svg) no-repeat 30px 30px #20ACDA;
  color: #fff;
  border: none;
  width: 150px;
  height: 85px;
  line-height: 90px;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  text-indent: 35px;
  padding: 0;
  transition: all 0.3s ease-in-out; }
  .save-button:hover {
    /*mix-blend-mode: multiply;*/
    opacity: .6;
    transition: all 0.3s ease-in-out;
    text-decoration: none; }

.red-button {
  background: #F24B4B;
  color: #fff;
  border: none;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 0; }
  .red-button:hover {
    /*mix-blend-mode: multiply;*/
    opacity: .6;
    transition: all 0.3s ease-in-out;
    text-decoration: none; }

.darkgray-button {
  background: #637078;
  color: #fff;
  border: none;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 0; }
  .darkgray-button:hover {
    /*mix-blend-mode: multiply;*/
    opacity: .6;
    transition: all 0.3s ease-in-out;
    text-decoration: none; }

.green-button {
  background: #9DCF32;
  color: #fff;
  border: none;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 0; }
  .green-button:hover {
/*    mix-blend-mode: multiply;
*/    opacity: .6;
    transition: all 0.3s ease-in-out;
    text-decoration: none; }

.orange-button {
  background: #ffa200;
  color: #fff;
  border: none;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 0; }
  .orange-button:hover {
/*    mix-blend-mode: multiply;
*/    opacity: .6;
    transition: all 0.3s ease-in-out;
    text-decoration: none; }

.display-none {
  display: none !important; }

.display-block {
  display: block !important; }

.display-inline-block {
  display: inline-block; }

.standard-panel {
  width: calc(100% - 60px);
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  padding: 30px; }
  .standard-panel h1 {
    margin: 0 0 30px 0; }
  .standard-panel h2 {
    margin: 20px 0 10px 0; }
  .standard-panel p {
    font-size: 16px;
    line-height: 140%; }

ul.standard-list {
  display: block;
  margin: 20px 0; }
  ul.standard-list li {
    display: block;
    list-style: circle;
    position: relative;
    padding: 10px 0 10px 20px;
    font-size: 16px; }
    ul.standard-list li:before {
      content: "";
      width: 5px;
      height: 5px;
      background: #637078;
      border-radius: 50%;
      position: absolute;
      top: 10px;
      left: 0; }

ol.standard-ol-list {
  display: block;
  margin: 20px 0; }
  ol.standard-ol-list li {
    position: relative;
    padding: 10px 0 10px 20px;
    font-size: 16px; }

@font-face {
  font-family: 'Museo Rounded';
  src: url("../font-face/museo-rounded-300/museosansrounded-300-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../font-face/museo-rounded-300/museosansrounded-300-webfont-1.eot") format("embedded-opentype"), url("../font-face/museo-rounded-300/museosansrounded-300-webfont.woff") format("woff"), url("../font-face/museo-rounded-300/museosansrounded-300-webfont.ttf") format("truetype"), url("../font-face/museo-rounded-300/museosansrounded-300-webfont.svg") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; 
  }
  
@font-face {
  font-family: 'Museo Rounded';
  src: url("../font-face/museo-rounded-700/museosansrounded-700-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../font-face/museo-rounded-700/museosansrounded-700-webfont-1.eot") format("embedded-opentype"), url("../font-face/museo-rounded-700/museosansrounded-700-webfont.woff") format("woff"), url("../font-face/museo-rounded-700/museosansrounded-700-webfont.ttf") format("truetype"), url("../font-face/museo-rounded-700/museosansrounded-700-webfont.svg") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 500; }
  
  
header {
  width: calc(100% - 100px);
  height: 60px;
  line-height: 60px;
  padding: 7px 50px;
  display: block;
  background: #9DCF32;
  color: #fff; }
  header a {
    color: #fff;
    text-decoration: underline; }
    header a:hover {
      text-decoration: none; }
  header h1 {
    display: inline-block;
    line-height: 10%;
    margin: 10px 0 0 0; }
    header h1 img {
      float: left;
      margin: 0 5px 0 0; }
    header h1 a {
      display: inline-block; }
    header h1 span {
      display: inline-block;
      text-transform: uppercase;
      line-height: 60%; }
      header h1 span strong {
        font-weight: 500;
        display: block;
        font-size: 18px;
        margin: 5px 0 0 0;
        letter-spacing: 0.05em; }
      header h1 span em {
        font-weight: 400;
        font-style: normal;
        display: inline-block;
        vertical-align: top;
        margin: -2px 0 0 0;
        font-size: 8px;
        letter-spacing: 0.02em; }
  header ul {
    float: right;
    white-space: nowrap; }
    header ul li {
      display: inline-block;
      font-size: 15px;
      margin: 0 0 0 40px; }
      header ul li:last-of-type img {
        display: inline-block;
        margin: 2px 10px 0 0; }
      header ul li:last-of-type a {
        text-decoration: none; }
        header ul li:last-of-type a:hover {
          text-decoration: underline; }

nav {
  background: #fff;
  width: 100%;
  display: inline-block;
  height: 60px;
  position: relative;
  z-index: 500; }
  nav ul.nav {
    width: 990px;
    margin: 0 auto;
    display: table; }
    nav ul.nav li {
      margin: 0;
      padding: 0;
      background: none;
      font-size: 17px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      position: relative;
      display: table-cell;
      text-align: center;
      white-space: nowrap; }
      nav ul.nav li a {
        color: #637078;
        margin: 0 20px;
        display: inline-block; }
        nav ul.nav li a img {
          display: inline-block;
          margin: 0 3px; }
    nav ul.nav > li:hover > a, nav ul.nav > li > a:hover {
      color: #9DCF32;
      text-decoration: none;
      box-shadow: inset 0 -5px 0 0 #9DCF32; }
    nav ul.nav li ul {
      position: absolute;
      left: -999em;
      margin: 0;
      padding: 0 20px 0 20px;
      background: none;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease-in-out; }
    nav ul.nav li:hover ul {
      left: auto;
      margin-left: -20px;
      opacity: 1;
      visibility: visible;
      transition: all 0.3s ease-in-out; }
    nav ul.nav li:active ul {
      transition: opacity 0.1s ease-in-out; }
    nav ul.nav li li {
      float: none;
      display: block;
      padding: 0;
      height: auto;
      line-height: 35px; }
      nav ul.nav li li a {
        background: #9DCF32;
        color: #fff;
        height: 28px;
        line-height: 28px;
        padding: 4px 12px;
        min-width: 150px;
        float: none;
        top: auto;
        display: block;
        position: static;
        text-align: left;
        font-size: 14px;
        margin: 0; }
      nav ul.nav li li:hover, nav ul.nav li li:hover > a, nav ul.nav li li a:hover, nav ul.nav li li a:focus {
        background: #637078;
        color: #fff;
        text-decoration: none; }
    nav ul.nav li li a.parent:after {
      margin: -1px 0 0 10px;
      content: url("../../i/design/lite/nav-right-arrow-white.png");
      opacity: 1;
      line-height: 1; }
    nav ul.nav ul ul {
      z-index: 505;
      padding: 0 20px 20px; }
    nav ul.nav li:hover ul ul {
      left: 100%;
      top: 0;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease-in-out; }
    nav ul.nav ul li:hover ul {
      left: 100%;
      top: 0;
      opacity: 1;
      visibility: visible;
      transition: all 0.3s ease-in-out; }
@media (min-width: 1250px) {
    nav ul.nav {
        width: 1270px;
    }
}
    
    .standard-table nav ul.nav {
        width: 50px;
    }
.navwrapper.actionButton {
    display: block !important;
}


.alerts-panel {
    width: 100%;
    display: inline-block;
}

.alert-item {
  display: block;
  font-size: 17px;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 0 0 10px 0;
  line-height: 140%; }
  .alert-item a {
    text-decoration: underline; }
    .alert-item a:hover {
      text-decoration: none; }

.purple-alert {
  background: #714C91;
  color: #fff;
  font-size: 15px; }
  .purple-alert a {
    color: #fff; }

.white-alert {
  background: #fff;
  color: #9DCF32; }
  .white-alert a {
    color: #9DCF32; }

.blue-alert {
  background: #20ACDA;
  color: #fff; }
  .blue-alert a {
    color: #fff; }

.red-alert {
  background: #F24B4B;
  color: #fff; }
  .red-alert a {
    color: #fff; }

.green-alert {
  background: #9DCF32;
  color: #fff; }
  .green-alert a {
    color: #fff; }

.orange-alert {
  background: #ffa200;
  color: #fff; }
  .orange-alert a {
    color: #fff; }

.gray-alert {
  background: #E4E8E9;
  color: #637078; }
  .gray-alert a {
    color: #fff; }

.standard-form form {
  display: block; }
  .standard-form form fieldset.styled-input {
    position: relative;
    border: none;
    padding: 0;
    margin: 0 0 25px 0;
    vertical-align: top; }
    .standard-form form fieldset.styled-input input[type="text"],
    .standard-form form fieldset.styled-input input[type="email"],
    .standard-form form fieldset.styled-input input[type="password"] {
      width: 100%;
      background: none;
      border: none;
      height: 30px;
      line-height: 30px;
      padding: 0;
      display: block;
      box-shadow: 0 1px 0 0 #E4E8E9;
      color: #637078;
      font-size: 16px; }
    .standard-form form fieldset.styled-input input[type="text"]:focus,
    .standard-form form fieldset.styled-input input[type="email"]:focus,
    .standard-form form fieldset.styled-input input[type="password"]:focus {
      box-shadow: 0 1px 0 0 #9DCF32;
      outline: none; }
    .standard-form form fieldset.styled-input input[type="file"] {
      width: 100%;
      background: none;
      border: none;
      height: 32px;
      line-height: 30px;
      padding: 0;
      display: block;
      color: #637078;
      font-size: 16px;
      overflow: hidden; }
    .standard-form form fieldset.styled-input label {
      position: absolute;
      top: 3px;
      left: 0;
      transition: all 0.15s ease-in-out;
      pointer-events: none;
      display: block;
      color: #637078;
      font-size: 16px; }
    .standard-form form fieldset.styled-input input[type="password"]:focus ~ label,
    .standard-form form fieldset.styled-input input[type="password"].not-empty ~ label,
    .standard-form form fieldset.styled-input input[type="text"]:focus ~ label,
    .standard-form form fieldset.styled-input input[type="text"].not-empty ~ label {
      top: -15px;
      position: absolute;
      transition: all 0.15s ease-in-out;
      font-size: 12px;
      color: #9DCF32; }
    .standard-form form fieldset.styled-input input[type="password"]:required:focus ~ label,
    .standard-form form fieldset.styled-input input[type="password"]:required:valid ~ label,
    .standard-form form fieldset.styled-input input[type="text"]:required:focus ~ label,
    .standard-form form fieldset.styled-input input[type="text"]:required:valid ~ label {
      top: -15px;
      position: absolute;
      transition: all 0.15s ease-in-out;
      font-size: 12px;
      color: #9DCF32; }
    .standard-form form fieldset.styled-input .message {
      display: none;
      font-size: 12px;
      color: #F48181;
      text-align: right;
      padding: 10px 0; }
    .standard-form form fieldset.styled-input .not-valid {
      box-shadow: 0 1px 0 0 #F48181 !important; }
    .standard-form form fieldset.styled-input .not-valid + .message {
      display: block !important; }
    .standard-form form fieldset.styled-input input[type="email"]:disabled ~ label,
    .standard-form form fieldset.styled-input input[type="text"]:disabled ~ label {
      top: -15px;
      position: absolute;
      transition: all 0.15s ease-in-out;
      font-size: 12px;
      color: #c6ced1; }
    .standard-form form fieldset.styled-input input[type="email"]:disabled,
    .standard-form form fieldset.styled-input input[type="text"]:disabled {
      color: #c6ced1;
      background: #f8f8f8;
      text-indent: 5px;
      border-radius: 4px; }
    .standard-form form fieldset.styled-input .plain-text {
      font-size: 16px;
      height: 30px;
      line-height: 30px;
      padding: 0;
      display: block;
      box-shadow: 0 1px 0 0 #E4E8E9;
      color: #637078; }
  .standard-form form fieldset.styled-checkbox {
    position: relative;
    border: none;
    padding: 0; }
    .standard-form form fieldset.styled-checkbox input[type="checkbox"]:not(:checked),
    .standard-form form fieldset.styled-checkbox input[type="checkbox"]:checked {
      position: absolute;
      left: -9999px; }
    .standard-form form fieldset.styled-checkbox input[type="checkbox"]:not(:checked) + label,
    .standard-form form fieldset.styled-checkbox input[type="checkbox"]:checked + label {
      position: relative;
      padding-left: 25px;
      cursor: pointer; }
    .standard-form form fieldset.styled-checkbox input[type="checkbox"]:not(:checked) + label:before,
    .standard-form form fieldset.styled-checkbox input[type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 15px;
      height: 15px;
      background: #fff;
      border-radius: 2px;
      box-shadow: inset 0 0 0 1px #637078; }
    .standard-form form fieldset.styled-checkbox input[type="checkbox"]:not(:checked) + label:after,
    .standard-form form fieldset.styled-checkbox input[type="checkbox"]:checked + label:after {
      content: '';
      width: 11px;
      height: 10px;
      background: url(../img/svg/checked.svg) no-repeat center top;
      position: absolute;
      top: 3px;
      left: 2px;
      transition: all 0.2s ease-in-out; }
    .standard-form form fieldset.styled-checkbox input[type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      transform: scale(0);
      transition: all 0.2s ease-in-out; }
    .standard-form form fieldset.styled-checkbox input[type="checkbox"]:checked + label:after {
      opacity: 1;
      transform: scale(1);
      transition: all 0.2s ease-in-out; }
    .standard-form form fieldset.styled-checkbox input[type="checkbox"]:not(:checked) + label:before {
      background: #fff;
      transition: all 0.2s ease-in-out; }
    .standard-form form fieldset.styled-checkbox input[type="checkbox"]:checked + label:before {
      background: #9DCF32;
      box-shadow: inset 0 0 0 1px #9DCF32;
      transition: all 0.2s ease-in-out; }
    .standard-form form fieldset.styled-checkbox input[type="checkbox"]:disabled:not(:checked) + label:before,
    .standard-form form fieldset.styled-checkbox input[type="checkbox"]:disabled:checked + label:before {
      box-shadow: none;
      border-color: #bbb;
      background-color: #ddd; }
    .standard-form form fieldset.styled-checkbox input[type="checkbox"]:disabled:checked + label:after {
      color: #999; }
    .standard-form form fieldset.styled-checkbox input[type="checkbox"]:disabled + label {
      color: #aaa; }
    .standard-form form fieldset.styled-checkbox label:hover:before {
      box-shadow: inset 0 0 0 1px #9DCF32; }
  .standard-form form fieldset .label-select {
    top: -15px;
    position: absolute;
    font-size: 12px;
    color: #9DCF32;
    left: 0;
    pointer-events: none;
    display: block; }
  .standard-form form fieldset .input-select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px; }
  .standard-form form fieldset .input-select {
    width: 100%;
    background: none;
    border: none;
    height: auto;
    min-height: 30px;
    line-height: 30px;
    display: inline-block;
    box-shadow: 0 1px 0 0 #E4E8E9;
    color: #637078;
    font-size: 16px;
    cursor: pointer; }
  .standard-form form fieldset .input-select-top-item {
    height: auto;
    min-height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 30px 0 0;
    position: relative;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .standard-form form fieldset .input-select-top-item:hover {
      box-shadow: 0 1px 0 0 #9DCF32;
      transition: all 0.2s ease-in-out; }
    .standard-form form fieldset .input-select-top-item:after {
      content: "";
      width: 10px;
      height: 10px;
      background: url(../img/svg/arrow-up.svg) no-repeat 0 0;
      transition: all 0.3s ease-in-out;
      position: absolute;
      top: 5px;
      right: 10px;
      transform: rotate(-90deg); }
    .standard-form form fieldset .input-select-top-item:active, .standard-form form fieldset .input-select-top-item.active {
      box-shadow: 0 1px 0 0 #9DCF32; }
      .standard-form form fieldset .input-select-top-item:active:after, .standard-form form fieldset .input-select-top-item.active:after {
        transform: rotate(0deg); }
  .standard-form form fieldset .input-select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 1px 0 0 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    max-height: 300px;
    overflow-y: auto;
    overflow-x: auto; }
    .standard-form form fieldset .input-select-options li {
      margin: 0;
      padding: 5px 15px;
      transition: all 0.2s ease-in-out;
      font-size: 14px; }
      .standard-form form fieldset .input-select-options li:hover {
        color: #fff;
        background: #9DCF32;
        transition: all 0.2s ease-in-out; }
      .standard-form form fieldset .input-select-options li[rel="hide"] {
        display: none; }
    .standard-form form fieldset .input-select-options li.selected {
      background: #eff2f5; }
      .standard-form form fieldset .input-select-options li.selected:hover {
        color: #637078;
        opacity: .7; }
  .standard-form form fieldset.select-time {
    width: auto !important; }
    .standard-form form fieldset.select-time span.time-text {
      display: inline-block;
      vertical-align: top;
      line-height: 30px;
      margin: 0 5px; }
      .standard-form form fieldset.select-time span.time-text:first-of-type {
        margin: 0 10px 0 0; }
    .standard-form form fieldset.select-time .input-select {
      width: 40px;
      height: 40px;
      display: inline-block;
      box-shadow: none;
      padding: 0;
      position: relative; }
    .standard-form form fieldset.select-time .input-select-top-item {
      background: rgba(241, 244, 245, 0.5);
      color: #637078;
      padding: 0;
      text-align: center;
      border-radius: 4px; }
      .standard-form form fieldset.select-time .input-select-top-item:after {
        display: none; }
    .standard-form form fieldset.select-time .input-select-options {
      text-align: center; }
      .standard-form form fieldset.select-time .input-select-options li {
        padding: 0px 0;
        text-align: center; }
  .standard-form form fieldset.styled-radio {
    position: relative;
    border: none;
    padding: 0;
    color: #637078;
    font-size: 16px;
    height: 25px;
    line-height: 25px; }
    .standard-form form fieldset.styled-radio input[type="radio"] {
      position: absolute;
      opacity: 0; }
      .standard-form form fieldset.styled-radio input[type="radio"] + .radio-label:before {
        content: '';
        background: #f8f8f8;
        border-radius: 100%;
        border: 1px solid #E4E8E9;
        display: inline-block;
        width: 20px;
        height: 20px;
        position: relative;
        top: 0;
        margin-right: 10px;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 0.3s 0s ease-in-out; }
      .standard-form form fieldset.styled-radio input[type="radio"]:checked + .radio-label:before {
        background-color: #9DCF32;
        box-shadow: inset 0 0 0 4px #E4E8E9; }
      .standard-form form fieldset.styled-radio input[type="radio"]:focus + .radio-label:before {
        outline: none;
        border-color: #9DCF32; }
      .standard-form form fieldset.styled-radio input[type="radio"]:disabled + .radio-label:before {
        box-shadow: inset 0 0 0 4px #E4E8E9;
        border-color: #9eacb0;
        background: #9eacb0; }
      .standard-form form fieldset.styled-radio input[type="radio"] + .radio-label:empty:before {
        margin-right: 0; }

.calendar-input {
  position: relative; }
  .calendar-input:before {
    content: "";
    width: 20px;
    height: 22px;
    background: url(../img/svg/calendar.svg) no-repeat center top;
    position: absolute;
    top: 0;
    right: 0; }

.ui-datepicker {
  position: relative;
  width: 260px;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.15);
  display: none; }

.ui-datepicker-inline {
  position: relative;
  width: 100%; }

.ui-datepicker-header {
  height: 100%;
  height: 50px;
  line-height: 50px;
  background: #637078;
  color: #fff;
  margin-bottom: 10px;
  font-size: 17px; }

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px; }

.ui-datepicker-prev:after, .ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.ui-datepicker-prev:hover, .ui-datepicker-next:hover, .date-picker .ui-datepicker-prev:hover:after, .date-picker .ui-datepicker-next:hover:after {
  opacity: .7; }

.ui-datepicker-prev {
  float: left;
  margin-left: 12px; }

.ui-datepicker-prev:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px; }

.ui-datepicker-next {
  float: right;
  margin-right: 12px; }

.ui-datepicker-next:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-calendar {
  width: 100%;
  text-align: center; }

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 100%;
  color: #637078;
  margin-bottom: 5px;
  font-size: 13px; }

.ui-datepicker-calendar tbody tr td {
  width: calc(100% / 7); }

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #637078;
  line-height: 35px;
  font-size: 12px; }

.ui-state-default:hover {
  background: #E4E8E9;
  text-decoration: none; }

.ui-state-highlight {
  color: #637078;
  background-color: #E4E8E9;
  font-weight: 600; }

.ui-state-active {
  color: #fff;
  background-color: #9DCF32;
  font-weight: 600; }

.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent; }

table.standard-table {
  width: 100%;
  margin: 30px 0;
  border-collapse: separate;
  border-spacing: 0; }
  table.standard-table thead tr {
    padding: 0;
    background: #f7f7f7;
    box-shadow: inset 0 -3px 0 0 #E4E8E9; }
    table.standard-table thead tr th {
      padding: 15px 10px;
      text-align: left;
      text-transform: uppercase;
      font-size: 14px;
      cursor: pointer;
      position: relative;
      font-weight: 500; }
      table.standard-table thead tr th:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 3px 7px 3px;
        border-color: transparent transparent #637078 transparent;
        position: absolute;
        right: 10px;
        top: 16px; }
      table.standard-table thead tr th:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 3px 0 3px;
        border-color: #637078 transparent transparent transparent;
        position: absolute;
        right: 10px;
        top: 25px; }
    table.standard-table thead tr .headerSortUp,
    table.standard-table thead tr .sorting_asc {
      box-shadow: inset 0 -3px 0 0 #9DCF32; }
      table.standard-table thead tr .headerSortUp:before,
      table.standard-table thead tr .sorting_asc:before {
        top: 20px;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #9DCF32 transparent;
        transform: rotate(180deg); }
      table.standard-table thead tr .headerSortUp:after,
      table.standard-table thead tr .sorting_asc:after {
        opacity: 0; }
    table.standard-table thead tr .headerSortDown,
    table.standard-table thead tr .sorting_desc {
      box-shadow: inset 0 -3px 0 0 #9DCF32; }
      table.standard-table thead tr .headerSortDown:before,
      table.standard-table thead tr .sorting_desc:before {
        top: 20px;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #9DCF32 transparent; }
      table.standard-table thead tr .headerSortDown:after,
      table.standard-table thead tr .sorting_desc:after {
        opacity: 0; }
  table.standard-table tbody tr {
    box-shadow: inset 0 -1px 0 0 #E4E8E9; }
    table.standard-table tbody tr:hover {
      background: #f7f7f7; }
    table.standard-table tbody tr td {
      padding: 10px;
      margin: 0;
      border: none; }
      table.standard-table tbody tr td a {
        color: #637078;
        font-weight: 500; }
        table.standard-table tbody tr td a:hover {
          color: #9DCF32;
          text-decoration: none; }
      table.standard-table tbody tr td:nth-of-type(2) {
        max-width: 330px; }
      table.standard-table tbody tr td:nth-of-type(3) {
        max-width: 120px; }
  table.standard-table tbody tr.waiting-approval {
    color: #bb9624;
    background: #fff8dd;
    box-shadow: 0 1px 0 0 #ffeca5; }
    table.standard-table tbody tr.waiting-approval a {
      color: #bb9624; }
  table.standard-table tbody tr.disabled {
    background: #f7f7f7;
    color: #c0c0c0; }
    table.standard-table tbody tr.disabled a {
      color: #c0c0c0; }
    table.standard-table tbody tr.disabled .ic-open {
      opacity: .3; }
  table.standard-table tbody tr.blocked-user {
    background: #ffe6e6;
    color: #b12f2f;
    box-shadow: inset 0 -1px 0 0 #ffcaca; }
    table.standard-table tbody tr.blocked-user:hover {
      background: #ffdddd; }
    table.standard-table tbody tr.blocked-user a {
      color: #b12f2f; }
      table.standard-table tbody tr.blocked-user a:hover {
        color: #de7171; }
  table.standard-table tbody .ic-open {
    width: 17px;
    height: auto; }

.dataTables_length {
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 16px;
  background: #f7f7f7;
  padding: 10px 15px;
  border-radius: 4px; }
  .dataTables_length select {
    background: url(../img/svg/arrow-up.svg) no-repeat 35px 5px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: 0 1px 0 0 #E4E8E9;
    color: #9DCF32;
    margin: 0 0 0 0;
    border-radius: 0;
    margin: 0 5px;
    position: relative;
    padding: 0 20px 0 0;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-indent: 0.1;
    text-overflow: ''; }
    .dataTables_length select:active, .dataTables_length select:focus {
      outline: none; }
  .dataTables_length label {
    position: relative; }

.dataTables_filter {
  display: inline-block;
  font-size: 16px;
  position: relative;
  background: #f7f7f7;
  padding: 10px 15px;
  border-radius: 4px; }
  .dataTables_filter span {
    position: absolute;
    bottom: 12px;
    left: 15px; }
  .dataTables_filter input[type="search"] {
    width: 100%;
    background: none;
    border: none;
    height: 21px;
    line-height: 21px;
    padding: 0;
    display: block;
    box-shadow: 0 1px 0 0 #E4E8E9;
    color: #9DCF32;
    font-size: 16px;
    padding: 0 0 0 60px;
    font-weight: 300; }
    .dataTables_filter input[type="search"]:focus {
      outline: none;
      box-shadow: 0 1px 0 0 #9DCF32; }

.dataTables_info {
  color: #b8bcbd;
  font-size: 14px;
  margin: 0 0 20px 0; }

.dataTables_paginate .paginate_button {
  background: #E4E8E9;
  color: #637078;
  border-radius: 4px;
  margin: 0 3px 0 0;
  padding: 7px 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer; }
  .dataTables_paginate .paginate_button:hover {
    background: #9DCF32;
    color: #fff;
    text-decoration: none; }
.dataTables_paginate .disabled {
  background: #f7f7f7;
  color: #c0c0c0;
  cursor: auto; }
  .dataTables_paginate .disabled:hover {
    background: #f7f7f7;
    color: #c0c0c0; }
.dataTables_paginate .current {
  background: #9DCF32;
  color: #fff; }

.loging-box {
  width: 100%;
  display: block;
  margin: 150px auto 200px auto; }
  .loging-box .login {
    width: 350px;
    display: block;
    margin: 20px auto 0 auto;
    font-size: 15px; }
  .loging-box p {
    font-size: 13px;
    text-align: center; }
    .loging-box p a {
      color: #20ACDA; }
      .loging-box p a:hover {
        text-decoration: underline; }
  .loging-box form {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 0; }
    .loging-box form input:-webkit-autofill ~ label {
      top: -15px;
      position: absolute;
      transition: all 0.15s ease-in-out;
      font-size: 12px;
      color: #9DCF32; }
    .loging-box form .styled-checkbox {
      font-size: 12px;
      margin: 0 0 20px 0; }
      .loging-box form .styled-checkbox label {
        display: inline-block;
        line-height: 140%; }
  .loging-box a.forgot-password {
    color: #20ACDA;
    font-size: 12px;
    display: block;
    text-align: left;
    margin: 20px 0 0 0; }
    .loging-box a.forgot-password:hover {
      text-decoration: underline; }
  .loging-box input[type="submit"] {
    width: 100px;
    cursor: pointer; }
    .loging-box input[type="submit"]:disabled {
      opacity: .5;
      cursor: not-allowed;
      background: #b1bbbd; }

.box-forgot-password {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 46, 53, 0.8);
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out; }
  .box-forgot-password span.click-here-to-close-window {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .box-forgot-password .password-section {
    width: 600px;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -330px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 500; }
    .box-forgot-password .password-section h2 {
      font-size: 30px;
      color: #9DCF32;
      margin: 0 100px 30px 100px;
      box-shadow: inset 0 -1px 0 0 #E4E8E9;
      padding: 0 0 20px 0;
      text-align: center; }
    .box-forgot-password .password-section p {
      display: block;
      font-size: 15px;
      line-height: 160%;
      margin: 0 0 30px 0; }
      .box-forgot-password .password-section p:last-of-type {
        font-size: 13px;
        color: #ccc; }
    .box-forgot-password .password-section .forgot-password-form {
      margin: 0 auto 30px auto; }
      .box-forgot-password .password-section .forgot-password-form input[type="submit"] {
        display: block;
        width: 100%; }
    .box-forgot-password .password-section .close-forgot-password {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 35px;
      height: 34px;
      line-height: 29px;
      text-align: center;
      background: #9DCF32;
      color: #fff;
      border-radius: 4px;
      font-size: 30px;
      font-weight: 500; }
      .box-forgot-password .password-section .close-forgot-password:hover {
        text-decoration: none;
        opacity: .7; }

.show-forgot-password {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  animation: loadforgotpass linear .15s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%; }
  .show-forgot-password .password-section {
    top: 200px;
    opacity: 1; }

.box-terms-and-conditions {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 46, 53, 0.8);
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out; }
  .box-terms-and-conditions span.click-here-to-close-window {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .box-terms-and-conditions .terms-and-conditions-section {
    width: 600px;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -330px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 500; }
    .box-terms-and-conditions .terms-and-conditions-section h2 {
      font-size: 30px;
      color: #9DCF32;
      margin: 0 100px 30px 100px;
      box-shadow: inset 0 -1px 0 0 #E4E8E9;
      padding: 0 0 20px 0;
      text-align: center; }
    .box-terms-and-conditions .terms-and-conditions-section .terms-text {
      height: 500px;
      overflow: hidden; }
      .box-terms-and-conditions .terms-and-conditions-section .terms-text p {
        display: block;
        font-size: 15px;
        line-height: 160%;
        margin: 0 0 30px 0; }
      .box-terms-and-conditions .terms-and-conditions-section .terms-text ul {
        display: block; }
        .box-terms-and-conditions .terms-and-conditions-section .terms-text ul li {
          line-height: 160%;
          margin: 0 0 20px 0;
          padding: 0 0 0 20px;
          position: relative; }
          .box-terms-and-conditions .terms-and-conditions-section .terms-text ul li:before {
            content: "";
            width: 5px;
            height: 5px;
            background: #637078;
            position: absolute;
            top: 8px;
            left: 0;
            border-radius: 50%; }
    .box-terms-and-conditions .terms-and-conditions-section .close-terms-and-conditions {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 35px;
      height: 34px;
      line-height: 29px;
      text-align: center;
      background: #9DCF32;
      color: #fff;
      border-radius: 4px;
      font-size: 30px;
      font-weight: 500; }
      .box-terms-and-conditions .terms-and-conditions-section .close-terms-and-conditions:hover {
        text-decoration: none;
        opacity: .7; }

.show-terms-and-conditions {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  animation: loadforgotpass linear .15s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%; }
  .show-terms-and-conditions .terms-and-conditions-section {
    top: 200px;
    opacity: 1; }

@keyframes loadforgotpass {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.dashboard-box {
  display: block;
  text-align: left;
  margin: 20px 0 0 0; }
  .dashboard-box .main-links {
    width: calc(100% / 1.45);
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 0 0; }
    .dashboard-box .main-links .group-links {
      width: calc(100% / 1.6);
      display: inline-block; }
      .dashboard-box .main-links .group-links ul {
        display: block;
        text-align: center; }
        .dashboard-box .main-links .group-links ul li {
          display: inline-block;
          vertical-align: top;
          margin: 0 0 20px 0; }
          .dashboard-box .main-links .group-links ul li a {
            color: #637078;
            font-weight: 500;
            font-size: 18px;
            border-radius: 4px;
            display: table;
            width: 100%;
            height: 100%;
            position: relative; }
            .dashboard-box .main-links .group-links ul li a span {
              display: table-cell;
              vertical-align: middle; }
            .dashboard-box .main-links .group-links ul li a img {
              position: absolute; }
            .dashboard-box .main-links .group-links ul li a:hover {
              color: #9DCF32;
              text-decoration: none; }
        .dashboard-box .main-links .group-links ul li.create-new-page {
          width: 130px;
          height: 200px;
          text-align: center;
          float: left; }
          .dashboard-box .main-links .group-links ul li.create-new-page a {
            background: none;
            border: 1px dashed #979797; }
            .dashboard-box .main-links .group-links ul li.create-new-page a img {
              top: 20px;
              left: 50%;
              margin-left: -21px; }
            .dashboard-box .main-links .group-links ul li.create-new-page a span {
              padding: 10px 24px  0 24px; }
            .dashboard-box .main-links .group-links ul li.create-new-page a:hover {
              border-color: #9DCF32; }
        .dashboard-box .main-links .group-links ul li.edit-page {
          width: 130px;
          height: 200px;
          text-align: center;
          display: inline-block; }
          .dashboard-box .main-links .group-links ul li.edit-page a {
            background: #fff; }
            .dashboard-box .main-links .group-links ul li.edit-page a img {
              top: 20px;
              left: 50%;
              margin-left: -21px; }
            .dashboard-box .main-links .group-links ul li.edit-page a span {
              padding: 10px 24px  0 24px; }
            .dashboard-box .main-links .group-links ul li.edit-page a:hover {
              box-shadow: 0 0 0 1px #9DCF32; }
        .dashboard-box .main-links .group-links ul li.edit-home {
          width: 130px;
          height: 200px;
          text-align: center;
          float: right; }
          .dashboard-box .main-links .group-links ul li.edit-home a {
            background: #fff; }
            .dashboard-box .main-links .group-links ul li.edit-home a img {
              top: 20px;
              left: 50%;
              margin-left: -21px; }
            .dashboard-box .main-links .group-links ul li.edit-home a span {
              padding: 10px 24px  0 24px; }
            .dashboard-box .main-links .group-links ul li.edit-home a:hover {
              box-shadow: 0 0 0 1px #9DCF32; }
        .dashboard-box .main-links .group-links ul li.add-news {
          width: 200px;
          height: 88px;
          float: left; }
          .dashboard-box .main-links .group-links ul li.add-news a {
            border: 1px dashed #979797; }
            .dashboard-box .main-links .group-links ul li.add-news a img {
              top: 25px;
              left: 25px; }
            .dashboard-box .main-links .group-links ul li.add-news a span {
              padding: 0 20px 0 80px;
              text-align: left; }
            .dashboard-box .main-links .group-links ul li.add-news a:hover {
              border-color: #9DCF32; }
        .dashboard-box .main-links .group-links ul li.add-diary {
          width: 200px;
          height: 88px;
          float: right; }
          .dashboard-box .main-links .group-links ul li.add-diary a {
            border: 1px dashed #979797; }
            .dashboard-box .main-links .group-links ul li.add-diary a img {
              top: 25px;
              left: 25px; }
            .dashboard-box .main-links .group-links ul li.add-diary a span {
              padding: 0 20px 0 80px;
              text-align: left; }
            .dashboard-box .main-links .group-links ul li.add-diary a:hover {
              border-color: #9DCF32; }
        .dashboard-box .main-links .group-links ul li.home-alert {
          width: 200px;
          height: 88px;
          float: left; }
          .dashboard-box .main-links .group-links ul li.home-alert a {
            background: #fff; }
            .dashboard-box .main-links .group-links ul li.home-alert a img {
              top: 25px;
              left: 25px; }
            .dashboard-box .main-links .group-links ul li.home-alert a span {
              padding: 0 20px 0 80px;
              text-align: left; }
            .dashboard-box .main-links .group-links ul li.home-alert a:hover {
              box-shadow: 0 0 0 1px #9DCF32; }
        .dashboard-box .main-links .group-links ul li.edit-banner {
          width: 200px;
          height: 88px;
          float: right; }
          .dashboard-box .main-links .group-links ul li.edit-banner a {
            background: #fff; }
            .dashboard-box .main-links .group-links ul li.edit-banner a img {
              top: 25px;
              left: 25px; }
            .dashboard-box .main-links .group-links ul li.edit-banner a span {
              padding: 0 20px 0 80px;
              text-align: left; }
            .dashboard-box .main-links .group-links ul li.edit-banner a:hover {
              box-shadow: 0 0 0 1px #9DCF32; }
    .dashboard-box .main-links .how-to {
      width: calc(100% / 2.8);
      float: right; }
      .dashboard-box .main-links .how-to h2 {
        margin: 0; }
        .dashboard-box .main-links .how-to h2 img {
          display: inline-block;
          margin: 0px 20px -6px 0; }
      .dashboard-box .main-links .how-to ul {
        background: #fff;
        padding: 30px 30px 0 30px; }
        .dashboard-box .main-links .how-to ul li {
          display: block; }
          .dashboard-box .main-links .how-to ul li a {
            display: block;
            color: #637078;
            font-size: 15px;
            padding: 0 0 20px 0;
            position: relative; }
            .dashboard-box .main-links .how-to ul li a:before {
              content: "";
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 5px 0 5px 5px;
              border-color: transparent transparent transparent #9dcf32;
              position: absolute;
              left: -5px;
              top: 3px;
              opacity: 0;
              transition: all 0.3s ease-in-out; }
            .dashboard-box .main-links .how-to ul li a:hover {
              color: #9DCF32;
              padding: 0 0 20px 13px;
              text-decoration: none; }
              .dashboard-box .main-links .how-to ul li a:hover:before {
                opacity: 1;
                left: 0; }
      .dashboard-box .main-links .how-to .box-more {
        display: block;
        background: #fff;
        display: block;
        text-align: center;
        padding: 10px 20px 20px 20px;
        border-radius: 0 0 4px 4px; }
        .dashboard-box .main-links .how-to .box-more a {
          display: block; }
  .dashboard-box .sidebar {
    width: calc(100% / 3.4);
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 0 0 4px 4px;
    /* Scrolling bar */
    /* non-visible scrollbar */
    /* RTL direction/left-side scrollbar */
    /* scrollbar position: outside */
    /* RTL direction/left-side scrollbar (scrollbar position: outside) */ }
    .dashboard-box .sidebar h2 img {
      display: inline-block;
      margin: 0px 25px -2px 0; }
    .dashboard-box .sidebar #twitterholder {
      display: block;
      vertical-align: top;
      margin: 20px;
      overflow: hidden;
      height: 465px; }
      .dashboard-box .sidebar #twitterholder ul {
        display: block; }
        .dashboard-box .sidebar #twitterholder ul li {
          display: block;
          margin: 0 0 20px 0;
          padding: 0 0 10px 0;
          position: relative; }
          .dashboard-box .sidebar #twitterholder ul li:before {
            content: "";
            width: 100%;
            height: 1px;
            background: #E4E8E9;
            position: absolute;
            left: 0;
            bottom: 0; }
      .dashboard-box .sidebar #twitterholder .user {
        display: inline-block;
        display: block;
        margin: 0 !important; }
        .dashboard-box .sidebar #twitterholder .user a {
          margin: 0;
          padding: 0;
          display: block; }
          .dashboard-box .sidebar #twitterholder .user a:hover {
            opacity: .7;
            text-decoration: none; }
          .dashboard-box .sidebar #twitterholder .user a span {
            display: block; }
            .dashboard-box .sidebar #twitterholder .user a span:first-of-type {
              float: left; }
            .dashboard-box .sidebar #twitterholder .user a span:nth-of-type(2) {
              font-size: 15px;
              color: #637078;
              font-weight: bold; }
            .dashboard-box .sidebar #twitterholder .user a span:nth-of-type(3) {
              font-size: 12px;
              color: #9DCF32;
              font-weight: lighter; }
        .dashboard-box .sidebar #twitterholder .user img {
          width: 33px;
          height: auto;
          margin: 0 7px 0 0; }
      .dashboard-box .sidebar #twitterholder .tweet {
        font-size: 13px;
        color: #637078;
        margin: 10px 0 0 0 !important;
        line-height: 150%; }
        .dashboard-box .sidebar #twitterholder .tweet a {
          padding: 0; }
      .dashboard-box .sidebar #twitterholder .timePosted {
        padding: 10px 0 10px 0;
        margin: 0 !important;
        position: relative; }
        .dashboard-box .sidebar #twitterholder .timePosted a {
          padding: 0;
          font-size: 12px;
          color: #9DCF32;
          font-weight: lighter; }
      .dashboard-box .sidebar #twitterholder .media {
        margin: 0 !important;
        padding: 10px 0; }
        .dashboard-box .sidebar #twitterholder .media img {
          width: 100%;
          height: auto; }
    .dashboard-box .sidebar .mCustomScrollbar {
      -ms-touch-action: none;
      touch-action: none;
      /* MSPointer events - direct all pointer events to js */ }
    .dashboard-box .sidebar .mCustomScrollbar.mCS_no_scrollbar, .dashboard-box .sidebar .mCustomScrollbar.mCS_touch_action {
      -ms-touch-action: auto;
      touch-action: auto; }
    .dashboard-box .sidebar .mCustomScrollBox {
      /* contains plugin's markup */
      position: relative;
      overflow: hidden;
      height: 100%;
      max-width: 100%;
      outline: none;
      direction: ltr; }
    .dashboard-box .sidebar .mCSB_container {
      /* contains the original content */
      overflow: hidden;
      width: auto;
      height: auto;
      padding: 0 20px 0 0; }
    .dashboard-box .sidebar .mCSB_inside > .mCSB_container {
      margin-right: 0; }
    .dashboard-box .sidebar .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
      margin-right: 0; }
    .dashboard-box .sidebar .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
      /* RTL direction/left-side scrollbar */
      margin-right: 0;
      margin-left: 30px; }
    .dashboard-box .sidebar .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
      margin-left: 0; }
    .dashboard-box .sidebar .mCSB_scrollTools {
      /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
      position: absolute;
      width: 10px;
      height: auto;
      left: auto;
      top: 0;
      right: 0;
      bottom: 0; }
    .dashboard-box .sidebar .mCSB_outside + .mCSB_scrollTools {
      right: -26px; }
    .dashboard-box .sidebar .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
    .dashboard-box .sidebar .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
      /* RTL direction/left-side scrollbar */
      right: auto;
      left: 0; }
    .dashboard-box .sidebar .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
      left: -26px; }
    .dashboard-box .sidebar .mCSB_scrollTools .mCSB_draggerContainer {
      /* contains the draggable element and dragger rail markup */
      /* ------colours----- */
      background: #E4E8E9;
      border-radius: 15px;
      /* -------- */
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      height: auto; }
    .dashboard-box .sidebar .mCSB_scrollTools a + .mCSB_draggerContainer {
      margin: 20px 0; }
    .dashboard-box .sidebar .mCSB_scrollTools .mCSB_draggerRail {
      width: 2px;
      height: 100%;
      margin: 0 auto;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      border-radius: 16px; }
    .dashboard-box .sidebar .mCSB_scrollTools .mCSB_dragger {
      /* the draggable element */
      /* ------colours----- */
      background: #637078;
      border-radius: 15px;
      /* -------- */
      cursor: pointer;
      width: 100%;
      height: 30px;
      /* minimum dragger height */
      z-index: 1; }
    .dashboard-box .sidebar .follow-us {
      display: block;
      margin: 0 20px 20px 20px;
      text-align: center; }
  .dashboard-box .bottom-links {
    display: block; }
    .dashboard-box .bottom-links .mobile-app {
      width: calc(100% / 2.05);
      height: 167px;
      background: #fff;
      display: inline-block;
      border-radius: 4px; }
      .dashboard-box .bottom-links .mobile-app img {
        float: left;
        margin: 20px 20px 0 20px; }
      .dashboard-box .bottom-links .mobile-app .text {
        width: calc(100% / 1.9);
        display: inline-block;
        vertical-align: top;
        margin: 20px 10px 0 0; }
        .dashboard-box .bottom-links .mobile-app .text h3 {
          font-size: 16px;
          margin: 0 0 10px 0;
          display: block; }
        .dashboard-box .bottom-links .mobile-app .text p {
          margin: 0 0 10px 0;
          line-height: 140%; }
        .dashboard-box .bottom-links .mobile-app .text a {
          display: block; }
    .dashboard-box .bottom-links .redesign {
      width: calc(100% / 2.05);
      height: 167px;
      background: #fff;
      float: right;
      border-radius: 4px; }
      .dashboard-box .bottom-links .redesign img {
        float: left;
        margin: 20px 20px 0 20px; }
      .dashboard-box .bottom-links .redesign .text {
        width: calc(100% / 1.9);
        display: inline-block;
        vertical-align: top;
        margin: 20px 10px 0 0; }
        .dashboard-box .bottom-links .redesign .text h3 {
          font-size: 16px;
          margin: 0 0 10px 0;
          display: block; }
        .dashboard-box .bottom-links .redesign .text p {
          margin: 0 0 10px 0;
          line-height: 140%; }
        .dashboard-box .bottom-links .redesign .text a {
          display: block; }
  @media (min-width: 1250px) {
    .dashboard-box .main-links {
      width: calc(100% / 1.45);
      margin: 0 17px 0 0; }
      .dashboard-box .main-links .group-links ul li.create-new-page {
        width: 167px; }
        .dashboard-box .main-links .group-links ul li.create-new-page a span {
          padding: 20px 42px 0 42px; }
      .dashboard-box .main-links .group-links ul li.edit-page {
        width: 167px; }
        .dashboard-box .main-links .group-links ul li.edit-page a span {
          padding: 20px 42px 0 42px; }
      .dashboard-box .main-links .group-links ul li.edit-home {
        width: 167px; }
        .dashboard-box .main-links .group-links ul li.edit-home a span {
          padding: 20px 42px 0 42px; }
      .dashboard-box .main-links .group-links ul li.add-news {
        width: 257px; }
        .dashboard-box .main-links .group-links ul li.add-news a span {
          padding: 0 30px 0 100px; }
      .dashboard-box .main-links .group-links ul li.add-diary {
        width: 257px; }
        .dashboard-box .main-links .group-links ul li.add-diary a span {
          padding: 0 40px 0 100px; }
      .dashboard-box .main-links .group-links ul li.home-alert {
        width: 257px; }
        .dashboard-box .main-links .group-links ul li.home-alert a span {
          padding: 0 40px 0 100px; }
      .dashboard-box .main-links .group-links ul li.edit-banner {
        width: 257px; }
        .dashboard-box .main-links .group-links ul li.edit-banner a span {
          padding: 0 40px 0 100px; }
      .dashboard-box .main-links .how-to .box-more {
        padding: 27px 20px 20px 20px; }
    .dashboard-box .sidebar {
      width: calc(100% / 3.4); }
      .dashboard-box .sidebar #twitterholder {
        height: 465px; }
    .dashboard-box .bottom-links .mobile-app .text {
      width: calc(100% / 1.6); }
      .dashboard-box .bottom-links .mobile-app .text h3 {
        margin: 0 0 20px 0;
        font-size: 17px; }
      .dashboard-box .bottom-links .mobile-app .text p {
        margin: 0 0 15px 0;
        line-height: 150%; }
    .dashboard-box .bottom-links .redesign .text {
      width: calc(100% / 1.6); }
      .dashboard-box .bottom-links .redesign .text h3 {
        font-size: 17px;
        margin: 0 0 20px 0; }
      .dashboard-box .bottom-links .redesign .text p {
        margin: 0 0 15px 0;
        line-height: 150%; } }

.editing-options {
  width: 100%;
  background: #fff;
  padding: 35px 0;
  margin: -22px 0 0 0; }
  .editing-options .alerts-panel {
    margin: 0 0 30px 0;
    line-height: 170%; }
    .editing-options .alerts-panel .alert-item {
      line-height: 170%; }
    .editing-options .alerts-panel fieldset.styled-radio {
      display: inline-block;
      color: #fff;
      margin: 10px; }
  .editing-options .standard-form form {
    width: 100%;
    display: inline-block; }
  .editing-options .group-line {
    width: calc(100% / 1.2);
    display: inline-block; }
    .editing-options .group-line .main-options {
      display: block; }
      .editing-options .group-line .main-options fieldset {
        display: inline-block;
        vertical-align: top;
        margin: 0 20px 0 0; }
        .editing-options .group-line .main-options fieldset:first-of-type {
          width: calc(100% / 2.8);
          display: inline-block; }
        .editing-options .group-line .main-options fieldset:nth-of-type(2) {
          width: calc(100% / 4.5);
          display: inline-block; }
          .editing-options .group-line .main-options fieldset:nth-of-type(2) input[type="text"] {
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis; }
        .editing-options .group-line .main-options fieldset:nth-of-type(4) {
          display: inline-block;
          margin: 0 20px 0 0; }
        .editing-options .group-line .main-options fieldset:last-of-type {
          margin: 0 0 0 27px; }
        .editing-options .group-line .main-options fieldset .green-button {
          padding: 0 10px;
          font-size: 13px; }
          .editing-options .group-line .main-options fieldset .green-button img {
            width: 16px;
            margin: 6px 6px 0 0;
            display: inline-block;
            vertical-align: top; }
        .editing-options .group-line .main-options fieldset .darkgray-button {
          display: block;
          font-size: 13px;
          padding: 0 10px; }
        .editing-options .group-line .main-options fieldset .page-counter {
          display: block;
          text-align: right;
          color: #9DCF32;
          font-size: 10px;
          margin: 10px 0 0 0; }
      .editing-options .group-line .main-options fieldset.categories {
        width: calc(100% / 5); }
      .editing-options .group-line .main-options fieldset.styled-checkbox {
        margin: 8px 0 0 0;
        font-size: 13px; }
      .editing-options .group-line .main-options fieldset.styled-radio {
        width: auto; }
    .editing-options .group-line .bottom-line {
      display: block;
      margin: 10px 0 0 0; }
      .editing-options .group-line .bottom-line .other-options-list {
        display: block; }
        .editing-options .group-line .bottom-line .other-options-list li {
          width: calc(100% / 5.4);
          margin: 0 10px 0 0;
          display: inline-block; }
          .editing-options .group-line .bottom-line .other-options-list li a {
            display: inline-block;
            width: 100%;
            height: 30px;
            line-height: 30px;
            border-radius: 4px;
            box-shadow: 0 0 0 1px #E4E8E9;
            color: #637078;
            text-indent: 30px;
            font-weight: 500;
            position: relative;
            text-transform: uppercase; }
            .editing-options .group-line .bottom-line .other-options-list li a:hover {
              background-color: #9DCF32;
              color: #fff;
              box-shadow: 0 0 0 1px #9DCF32;
              text-decoration: none; }
              .editing-options .group-line .bottom-line .other-options-list li a:hover:before {
                background: url(../img/svg/arrow-up-white.svg) no-repeat 0 0;
                transition: all 0.3s ease-in-out; }
            .editing-options .group-line .bottom-line .other-options-list li a:before {
              content: "";
              width: 10px;
              height: 10px;
              background: url(../img/svg/arrow-up.svg) no-repeat 0 0;
              position: absolute;
              top: 11px;
              right: 10px;
              transition: all 0.3s ease-in-out; }
          .editing-options .group-line .bottom-line .other-options-list li a.advanced-options {
            background-image: url(../img/svg/advanced-options.svg);
            background-repeat: no-repeat;
            background-position: 10px center; }
            .editing-options .group-line .bottom-line .other-options-list li a.advanced-options:hover {
              background-image: url(../img/svg/advanced-options-hover.svg);
              background-repeat: no-repeat;
              background-position: 10px center; }
          .editing-options .group-line .bottom-line .other-options-list li a.publishing-dates {
            background-image: url(../img/svg/publishing-dates.svg);
            background-repeat: no-repeat;
            background-position: 10px center; }
            .editing-options .group-line .bottom-line .other-options-list li a.publishing-dates:hover {
              background-image: url(../img/svg/publishing-dates-hover.svg);
              background-repeat: no-repeat;
              background-position: 10px center; }
          .editing-options .group-line .bottom-line .other-options-list li a.user-management {
            background-image: url(../img/svg/user-management.svg);
            background-repeat: no-repeat;
            background-position: 10px center; }
            .editing-options .group-line .bottom-line .other-options-list li a.user-management:hover {
              background-image: url(../img/svg/user-management-hover.svg);
              background-repeat: no-repeat;
              background-position: 10px center; }
          .editing-options .group-line .bottom-line .other-options-list li a.page-states {
            background-image: url(../img/svg/page-states.svg);
            background-repeat: no-repeat;
            background-position: 10px center; }
            .editing-options .group-line .bottom-line .other-options-list li a.page-states:hover {
              background-image: url(../img/svg/page-states-hover.svg);
              background-repeat: no-repeat;
              background-position: 10px center; }
          .editing-options .group-line .bottom-line .other-options-list li a.page-address {
            background-image: url(../img/svg/page-address.svg);
            background-repeat: no-repeat;
            background-position: 10px center;
            background-size: 14px; }
            .editing-options .group-line .bottom-line .other-options-list li a.page-address:hover {
              background-image: url(../img/svg/page-address-hover.svg);
              background-repeat: no-repeat;
              background-position: 10px center; }
          .editing-options .group-line .bottom-line .other-options-list li a.page-layout {
            background-image: url(../img/svg/page-layout.svg);
            background-repeat: no-repeat;
            background-position: 10px center;
            background-size: 14px; }
            .editing-options .group-line .bottom-line .other-options-list li a.page-layout:hover {
              background-image: url(../img/svg/page-layout-hover.svg);
              background-repeat: no-repeat;
              background-position: 10px center; }
        .editing-options .group-line .bottom-line .other-options-list li.active-tab a {
          background-color: #9DCF32;
          color: #fff;
          box-shadow: 0 0 0 1px #9DCF32; }
          .editing-options .group-line .bottom-line .other-options-list li.active-tab a:before {
            content: "";
            width: 10px;
            height: 10px;
            background: url(../img/svg/arrow-up-white.svg) no-repeat 0 0;
            position: absolute;
            top: 11px;
            right: 10px;
            transition: all 0.3s ease-in-out;
            transform: rotate(180deg);
            top: 7px; }
        .editing-options .group-line .bottom-line .other-options-list li.active-tab a.advanced-options {
          background-image: url(../img/svg/advanced-options-hover.svg);
          background-repeat: no-repeat;
          background-position: 10px center; }
        .editing-options .group-line .bottom-line .other-options-list li.active-tab a.publishing-dates {
          background-image: url(../img/svg/publishing-dates-hover.svg);
          background-repeat: no-repeat;
          background-position: 10px center; }
        .editing-options .group-line .bottom-line .other-options-list li.active-tab a.user-management {
          background-image: url(../img/svg/user-management-hover.svg);
          background-repeat: no-repeat;
          background-position: 10px center; }
        .editing-options .group-line .bottom-line .other-options-list li.active-tab a.page-states {
          background-image: url(../img/svg/page-states-hover.svg);
          background-repeat: no-repeat;
          background-position: 10px center; }
        .editing-options .group-line .bottom-line .other-options-list li.active-tab a.page-address {
          background-image: url(../img/svg/page-address-hover.svg);
          background-repeat: no-repeat;
          background-position: 10px center; }
        .editing-options .group-line .bottom-line .other-options-list li.active-tab a.page-layout {
          background-image: url(../img/svg/page-layout-hover.svg);
          background-repeat: no-repeat;
          background-position: 10px center; }
  .editing-options .side-buttons {
    width: calc(100% / 7);
    display: inline-block;
    margin: 0 0 0 25px;
    vertical-align: top; }
    .editing-options .side-buttons fieldset:first-of-type {
      margin: 0 0 13px 0; }
    .editing-options .side-buttons .save-button {
      height: 50px;
      line-height: 50px;
      display: block;
      width: 200px;
      position: fixed;
      z-index: 9999;
      right: -130px;
      text-indent: -10px;
      top: 50%;
      transition: 1s;
      background-position: 20px center; }

    .editing-options .side-buttons .save-button:hover { right: -20px; transition: 1s;}

    .editing-options .side-buttons .green-button {
      padding: 0 10px;
      font-size: 13px;
      display: block; }
      .editing-options .side-buttons .green-button img {
        width: 16px;
        margin: 6px 6px 0 0;
        display: inline-block;
        vertical-align: top; }

.advanced-options-panel {
  width: 100%;
  background: #fff;
  padding: 35px 0;
  margin: 2px 0 0 0;
  display: none; }
  .advanced-options-panel .advanced-options-form {
    display: block; }
    .advanced-options-panel .advanced-options-form .styled-input {
      width: calc(100% / 3);
      margin: 0 20px 0 0;
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .advanced-options-panel .advanced-options-form .styled-input:last-of-type {
        width: calc(100% / 1);
        margin: 30px 0 0 0; }
      .advanced-options-panel .advanced-options-form .styled-input #PageThumb {
        width: calc(100% / 1.5);
        overflow: hidden;
        text-overflow: ellipsis; }
      .advanced-options-panel .advanced-options-form .styled-input a.green-button {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0 10px;
        font-size: 12px; }

.publishing-dates-panel {
  width: 100%;
  background: #fff;
  padding: 35px 0;
  margin: 2px 0 0 0;
  display: none; }
  .publishing-dates-panel .publishing-dates-form {
    display: block; }
    .publishing-dates-panel .publishing-dates-form .dates-line {
      display: block;
      margin: 0 0 30px 0; }
    .publishing-dates-panel .publishing-dates-form .styled-input {
      width: calc(100% / 6.4);
      margin: 0 20px 0 0;
      display: inline-block;
      vertical-align: top;
      height: 30px; }

.user-management-panel {
  width: 100%;
  background: #fff;
  padding: 35px 0;
  margin: 2px 0 0 0;
  display: none; }
  .user-management-panel .user-management-form {
    display: block; }
    .user-management-panel .user-management-form .styled-input {
      width: calc(100% / 4.5);
      margin: 0 20px 0 0;
      display: inline-block;
      vertical-align: top; }
    .user-management-panel .user-management-form .show-password {
      display: block;
      text-align: right;
      color: #9DCF32;
      font-size: 11px;
      margin: 10px 0 0 0;
      cursor: pointer;
      position: relative; }
      .user-management-panel .user-management-form .show-password img {
        width: 14px;
        display: inline-block;
        vertical-align: top;
        height: auto;
        margin: 3px 0 0 5px; }
    .user-management-panel .user-management-form input[type="password"] + .show-password:before {
      content: "show "; }
    .user-management-panel .user-management-form input[type="text"] + .show-password:before {
      content: "hide "; }

.page-states-panel {
  width: 100%;
  background: #fff;
  padding: 35px 0;
  margin: 2px 0 0 0;
  display: none; }
  .page-states-panel .page-states-form {
    display: block; }
    .page-states-panel .page-states-form fieldset,
    .page-states-panel .page-states-form fieldset.styled-input {
      width: calc(100% / 5.85);
      margin: 0 20px 0 0;
      display: inline-block;
      vertical-align: top; }
      .page-states-panel .page-states-form fieldset:first-of-type,
      .page-states-panel .page-states-form fieldset.styled-input:first-of-type {
        width: calc(100% / 4); }
    .page-states-panel .page-states-form input[type="button"] {
      display: block;
      width: 100%; }
    .page-states-panel .page-states-form fieldset.styled-checkbox {
      width: calc(100% / 9.5); }

.page-layout-panel {
  width: 100%;
  background: #fff;
  padding: 35px 0;
  margin: 2px 0 0 0;
  display: none; }
  .page-layout-panel .page-layout-form {
    display: block; }
    .page-layout-panel .page-layout-form fieldset,
    .page-layout-panel .page-layout-form fieldset.styled-input {
      width: calc(100% / 5.85);
      margin: 0 20px 0 0;
      display: inline-block;
      vertical-align: top; }
      .page-layout-panel .page-layout-form fieldset:first-of-type,
      .page-layout-panel .page-layout-form fieldset.styled-input:first-of-type {
        width: calc(100% / 2.5); }
      .page-layout-panel .page-layout-form fieldset:nth-of-type(2),
      .page-layout-panel .page-layout-form fieldset.styled-input:nth-of-type(2) {
        width: calc(100% / 3); }
    .page-layout-panel .page-layout-form input[type="button"] {
      display: block;
      width: 100%; }
    .page-layout-panel .page-layout-form fieldset.styled-checkbox {
      width: calc(100% / 9.5); }
    .page-layout-panel .page-layout-form ul.layout-description {
      display: block; }
      .page-layout-panel .page-layout-form ul.layout-description li {
        display: none; }

.page-address-panel {
  width: 100%;
  background: #fff;
  padding: 35px 0;
  margin: 2px 0 0 0;
  display: none; }
  .page-address-panel .page-address-form {
    display: block; }
    .page-address-panel .page-address-form fieldset {
      width: calc(100% / 4.5);
      margin: 0 0 0 20px;
      display: inline-block;
      vertical-align: top; }
      .page-address-panel .page-address-form fieldset:first-of-type {
        margin: 0 20px 0 0; }
      .page-address-panel .page-address-form fieldset:nth-of-type(3) {
        width: calc(100% / 1);
        margin: 10px 0 0 0; }
      .page-address-panel .page-address-form fieldset:nth-of-type(4) {
        width: calc(100% / 1);
        margin: 30px 0 20px 0; }
      .page-address-panel .page-address-form fieldset:last-of-type {
        width: calc(100% / 3.15); }
        .page-address-panel .page-address-form fieldset:last-of-type input[type="text"] {
          width: calc(100% / 1.8); }
        .page-address-panel .page-address-form fieldset:last-of-type .green-button {
          position: absolute;
          right: 0;
          bottom: 0;
          padding: 0 20px; }
    .page-address-panel .page-address-form fieldset.styled-radio {
      width: auto;
      display: inline-block;
      margin: 0 20px 0 0;
      font-size: 13px; }
    .page-address-panel .page-address-form .darkgray-button {
      padding: 0 20px;
      display: block; }
    .page-address-panel .page-address-form .new-page-address span {
      display: inline-block;
      margin: 0 0 0 -4px; }
    .page-address-panel .page-address-form .new-page-address .base {
      margin: 0;
      color: #c6ced1; }
    .page-address-panel .page-address-form .new-page-address .ending {
      color: #c6ced1; }

.tinymce-panel {
  display: block;
  padding: 30px 0;
  position: relative; }
  .tinymce-panel .save {
    float: left;
    margin: 30px 0; }
  .tinymce-panel .white-alert {
    color: #637078;
    float: left;
    margin: 5px 0 0 20px;
    font-size: 14px; }
    .tinymce-panel .white-alert:first-of-type {
      margin: 30px 0 0 20px; }

.mce-notification.mce-has-close {
  display: none; }

.box-select-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 46, 53, 0.8);
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 500; }
  .box-select-menu span.click-here-to-close-window {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .box-select-menu .select-menu-section {
    width: 600px;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -330px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 500; }
    .box-select-menu .select-menu-section h2 {
      font-size: 30px;
      color: #9DCF32;
      margin: 0 100px 30px 100px;
      box-shadow: inset 0 -1px 0 0 #E4E8E9;
      padding: 0 0 20px 0;
      text-align: center; }
    .box-select-menu .select-menu-section p {
      display: block;
      font-size: 15px;
      line-height: 160%;
      margin: 0 0 30px 0; }
    .box-select-menu .select-menu-section .select-menu-form {
      margin: 0 auto 30px auto; }
      .box-select-menu .select-menu-section .select-menu-form input[type="submit"] {
        display: block;
        width: 100%; }
    .box-select-menu .select-menu-section .close-select-menu {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 35px;
      height: 34px;
      line-height: 29px;
      text-align: center;
      background: #9DCF32;
      color: #fff;
      border-radius: 4px;
      font-size: 30px;
      font-weight: 500; }
      .box-select-menu .select-menu-section .close-select-menu:hover {
        text-decoration: none;
        opacity: .7; }
  .box-select-menu .select-menu-list {
    display: block; }
    .box-select-menu .select-menu-list a.green-button {
      padding: 0 10px;
      font-size: 15px;
      margin: 0 0 20px 0; }
    .box-select-menu .select-menu-list ul {
      display: block;
      height: 430px;
      overflow: hidden; }
      .box-select-menu .select-menu-list ul li {
        display: block;
        border-radius: 4px;
        box-shadow: inset 0 0 0 1px #E4E8E9;
        background: #FBFBFB;
        padding: 0;
        margin: 0 0 15px 0;
        position: relative;
        transition: all 0.3s ease-in-out; }
        .box-select-menu .select-menu-list ul li:hover {
          box-shadow: inset 5px 0 0 0 #9DCF32, inset 0 0 0 1px #E4E8E9;
          transition: all 0.3s ease-in-out; }
        .box-select-menu .select-menu-list ul li a {
          color: #637078;
          font-size: 17px;
          display: block;
          padding: 13px 15px; }
          .box-select-menu .select-menu-list ul li a:hover {
            color: #9DCF32;
            text-decoration: none; }
        .box-select-menu .select-menu-list ul li span {
          float: right;
          font-size: 12px;
          text-transform: uppercase;
          background: #9DCF32;
          color: #fff;
          padding: 5px 10px 5px 25px;
          vertical-align: top;
          margin: -3px 0 0 0;
          border-radius: 4px;
          display: none;
          position: absolute;
          top: 14px;
          right: 15px;
          cursor: pointer; }
          .box-select-menu .select-menu-list ul li span:before {
            content: "";
            width: 2px;
            height: 12px;
            background: #fff;
            position: absolute;
            top: 5px;
            left: 13px;
            transform: rotate(0deg); }
          .box-select-menu .select-menu-list ul li span:after {
            content: "";
            width: 2px;
            height: 12px;
            background: #fff;
            position: absolute;
            top: 5px;
            left: 13px;
            transform: rotate(90deg); }
        .box-select-menu .select-menu-list ul li span.open:before {
          transform: rotate(-45deg);
          transition: all 0.3s ease-in-out; }
        .box-select-menu .select-menu-list ul li span.open:after {
          transform: rotate(45deg);
          transition: all 0.3s ease-in-out; }
        .box-select-menu .select-menu-list ul li ul {
          width: calc(100% - 30px);
          background: #fff;
          box-shadow: inset 0 0 0 1px #E4E8E9;
          margin: 5px 15px 15px 15px;
          display: none;
          height: auto;
          overflow: inherit; }
          .box-select-menu .select-menu-list ul li ul li {
            display: block;
            box-shadow: none;
            background: none;
            border-radius: 0;
            margin: 0;
            box-shadow: inset 0 -1px 0 0 #E4E8E9;
            padding: 0; }
            .box-select-menu .select-menu-list ul li ul li:hover {
              box-shadow: inset 0 -1px 0 0 #E4E8E9, inset 3px 0 0 0 #9DCF32; }
            .box-select-menu .select-menu-list ul li ul li a {
              font-size: 15px;
              padding: 10px 10px; }
      .box-select-menu .select-menu-list ul li.selectedmenu {
        box-shadow: inset 0 0 0 1px #9DCF32;
        background: #F8FFE9; }
      .box-select-menu .select-menu-list ul li.has-subpages span {
        display: inline-block; }
      .box-select-menu .select-menu-list ul .show-subpages ul {
        display: inline-block; }

.show-select-menu {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  animation: loadselectmenu linear .15s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%; }
  .show-select-menu .select-menu-section {
    top: 200px;
    opacity: 1; }

.box-create-folder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 46, 53, 0.8);
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 500; }
  .box-create-folder span.click-here-to-close-window {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .box-create-folder .create-folder-section {
    width: 600px;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -330px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 500; }
    .box-create-folder .create-folder-section h2 {
      font-size: 30px;
      color: #9DCF32;
      margin: 0 30px 40px 30px;
      box-shadow: inset 0 -1px 0 0 #E4E8E9;
      padding: 0 0 20px 0;
      text-align: center; }
    .box-create-folder .create-folder-section p {
      display: block;
      font-size: 15px;
      line-height: 160%;
      margin: 0 0 30px 0; }
    .box-create-folder .create-folder-section .create-folder-form {
      margin: 0 auto 30px auto; }
      .box-create-folder .create-folder-section .create-folder-form input[type="submit"] {
        display: block;
        width: 100%; }
    .box-create-folder .create-folder-section .close-create-folder {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 35px;
      height: 34px;
      line-height: 29px;
      text-align: center;
      background: #9DCF32;
      color: #fff;
      border-radius: 4px;
      font-size: 30px;
      font-weight: 500; }
      .box-create-folder .create-folder-section .close-create-folder:hover {
        text-decoration: none;
        opacity: .7; }

.show-create-folder {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  animation: loadselectmenu linear .15s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%; }
  .show-create-folder .create-folder-section {
    top: 200px;
    opacity: 1; }

@keyframes loadselectmenu {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.pages .main-options {
  display: block; }
  .pages .main-options fieldset:first-of-type {
    width: calc(100% / 2.1);
    display: inline-block; }
  .pages .main-options fieldset:nth-of-type(2) {
    width: calc(100% / 4.5);
    display: inline-block; }

table.tb-page-list thead tr th:first-of-type {
  cursor: auto;
  box-shadow: none; }
  table.tb-page-list thead tr th:first-of-type:before {
    display: none; }
  table.tb-page-list thead tr th:first-of-type:after {
    display: none; }

.home-alert h1 {
  margin: 0 0 15px 0; }
.home-alert .group-line .bottom-line {
  margin: 30px 0 0 0; }
.home-alert .save-button {
  margin: 41px 0 0 0; }
.home-alert .group-line .main-options fieldset.styled-radio {
  padding: 2px 0; }
  .home-alert .group-line .main-options fieldset.styled-radio strong {
    margin: 0 10px 0 0; }
.home-alert .green-button {
  padding: 0 10px; }
  .home-alert .green-button img {
    width: 16px;
    margin: 6px 6px 0 0;
    display: inline-block;
    vertical-align: top; }

.user-box p {
  margin: 0 0 40px 0; }
.user-box .standard-form {
  width: calc(100% / 2);
  display: inline-block; }
  .user-box .standard-form .select-box {
    display: inline-block;
    width: calc(100% / 1.5); }
  .user-box .standard-form .styled-checkbox {
    display: inline-block; }
  .user-box .standard-form .show-password {
    display: block;
    text-align: right;
    color: #9DCF32;
    font-size: 11px;
    margin: 10px 0 0 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0; }
    .user-box .standard-form .show-password img {
      width: 14px;
      display: inline-block;
      vertical-align: top;
      height: auto;
      margin: 3px 0 0 5px; }
.user-box .user-info {
  display: inline-block;
  vertical-align: top;
  background: #f7f7f7;
  box-shadow: 0 0 0 1px #E4E8E9;
  padding: 20px 90px 20px 20px;
  border-radius: 4px;
  margin: 0 0 0 60px; }
  .user-box .user-info p {
    display: block;
    margin: 0 0 20px 0; }
    .user-box .user-info p span {
      display: block;
      font-size: 12px;
      margin: 0 0 5px 0; }
.user-box .buttons-list {
  display: block;
  margin: 5px 0 30px 0; }
  .user-box .buttons-list p {
    margin: 30px 0; }
  .user-box .buttons-list fieldset {
    display: inline-block; }
    .user-box .buttons-list fieldset input[type="submit"] {
      padding: 5px 35px;
      height: auto; }

.new-menu {
  width: calc(100% / 2);
  display: inline-block; }
  .new-menu .saveinfolder {
    display: block;
    width: calc(100% / 4); }
  .new-menu .styled-radio {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0; }
    .new-menu .styled-radio:last-of-type {
      background: red; }
    .new-menu .styled-radio span {
      margin: 0 10px 0 0; }
  .new-menu .alert-item {
    margin: 20px 0; }
  .new-menu .menu-tab-links {
    margin: 0 0 30px 0; }
  .new-menu .opacity {
    opacity: .5; }
  .new-menu .not-empty {
    opacity: 1; }

.menu-list {
  width: 100%;
  display: inline-block;
  /* sortable plugin styles when dragged */ }
  .menu-list ul {
    list-style: none;
    padding: 0; }
    .menu-list ul li {
      position: relative;
      margin: 0 0 15px 0; }
      .menu-list ul li:hover header {
        box-shadow: inset -4px 0 0 0 #9DCF32, inset 0 0 0 1px #E4E8E9; }
      .menu-list ul li input[type="number"] {
        border: none;
        display: inline-block;
        width: 30px;
        background: #f7f7f7;
        border-radius: 4px;
        padding: 15px 10px;
        box-shadow: 0 0 0 1px #E4E8E9;
        margin: -15px 0 0 0;
        color: #637078;
        text-align: center; }
      .menu-list ul li header {
        width: auto;
        background: none;
        height: auto;
        line-height: normal;
        padding: 0;
        background: none;
        color: #637078;
        border-radius: 4px;
        box-shadow: inset 0 0 0 1px #E4E8E9;
        display: block;
        padding: 30px 20px 20px 20px;
        padding: 20px 10px 10px 10px; }
        .menu-list ul li header fieldset.styled-input {
          width: calc(100% / 3);
          display: inline-block;
          margin: 5px 0 0 20px; }
        .menu-list ul li header fieldset.styled-radio {
          display: inline-block;
          margin: 0 0 0 20px; }
        .menu-list ul li header .advanced-options {
          float: right;
          color: #637078;
          text-decoration: none;
          line-height: 160%;
          box-shadow: 0 0 0 1px #E4E8E9;
          background: #f7f7f7;
          border-radius: 4px;
          padding: 10px 15px;
          margin: -10px 0 0 0; }
          .menu-list ul li header .advanced-options img {
            float: left;
            margin: 0 10px 0 0; }
        .menu-list ul li header .handle {
          border: none;
          display: inline-block;
          width: 30px;
          background: #9DCF32;
          border-radius: 4px;
          padding: 11px 10px 10px 10px;
          color: #637078;
          text-align: center;
          float: left;
          margin: -10px 15px 0 0;
          cursor: grab;
          cursor: -webkit-grab;
          cursor: -moz-grab;
          position: relative; }
          .menu-list ul li header .handle img {
            width: 22px;
            height: auto; }
          .menu-list ul li header .handle:focus {
            cursor: grabbing;
            cursor: -webkit-grabbing;
            cursor: -moz-grabbing; }
      .menu-list ul li article {
        height: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        box-shadow: inset 0 0 0 1px #E4E8E9;
        display: block;
        padding: 0 20px;
        margin: -2px 0 0 0;
        border-radius: 0 0 4px 4px;
        background: #f7f7f7;
        line-height: 150%;
        opacity: 0;
        visibility: hidden; }
        .menu-list ul li article .other-options {
          display: inline-block;
          margin: 0 20px 0 0;
          vertical-align: top; }
          .menu-list ul li article .other-options:first-of-type {
            width: calc(100% / 2.3); }
          .menu-list ul li article .other-options:nth-of-type(2) {
            width: calc(100% / 4.5);
            margin: -14px 0 0 0; }
          .menu-list ul li article .other-options p {
            display: block;
            font-size: 15px;
            line-height: 100%;
            background: #fff;
            margin: 0 0 10px 0;
            box-shadow: inset 0 0 0 1px #E4E8E9;
            padding: 5px 10px;
            border-radius: 4px;
            font-weight: 500; }
            .menu-list ul li article .other-options p span {
              display: block;
              font-size: 12px;
              margin: 0 0 5px 0;
              font-weight: 300; }
        .menu-list ul li article fieldset.delete-button {
          float: right;
          width: calc(100% / 3.4);
          text-align: center;
          margin: -14px 0 0 0; }
          .menu-list ul li article fieldset.delete-button .darkgray-button {
            font-size: 12px;
            display: block;
            margin: 0 0 11px 0;
            padding: 7px 0; }
          .menu-list ul li article fieldset.delete-button .red-button {
            display: block;
            padding: 7px 0; }
    .menu-list ul li.show-advanced-options article {
      height: 110px;
      padding: 40px 20px 10px 20px;
      opacity: 1;
      visibility: visible;
      transition: all 0.3s ease-in-out;
      overflow: initial; }
  .menu-list .dragged {
    position: absolute;
    left: 0;
    opacity: 1;
    z-index: 2000;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing; }
  .menu-list li.placeholder {
    position: relative;
    background: #f7f7f7;
    border: 2px dashed #E4E8E9;
    height: 85px;
    border-radius: 4px; }
  .menu-list .disabled-menu-tab {
    background: #f7f7f7;
    box-shadow: 0 0 0 1px #E4E8E9;
    color: #c0c0c0; }
    .menu-list .disabled-menu-tab fieldset.styled-input input[type="text"],
    .menu-list .disabled-menu-tab fieldset.styled-input label,
    .menu-list .disabled-menu-tab fieldset.styled-radio {
      color: #c0c0c0 !important; }

@media (min-width: 1250px) {
  .menu-list {
    width: calc(100% / 1.3); } }
.sub-menus-list {
  width: calc(100% / 2);
  display: inline-block;
  /* sortable plugin styles when dragged */ }
  .sub-menus-list form {
    position: relative; }
    .sub-menus-list form .save-fieldset {
      position: absolute;
      right: -170px;
      top: 0; }
  .sub-menus-list article {
    display: block;
    margin: 0 0 15px 0; }
    .sub-menus-list article a {
      border-radius: 4px;
      box-shadow: 0 0 0 1px #E4E8E9;
      display: block;
      padding: 20px;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      position: relative; }
      .sub-menus-list article a:hover {
        text-decoration: none; }
      .sub-menus-list article a:before {
        content: "";
        width: 2px;
        height: 15px;
        background: #9DCF32;
        position: absolute;
        top: 20px;
        right: 20px;
        transform: rotate(0deg);
        transition: all 0.3s ease-in-out;
        animation: showarrow linear 2s;
        animation-iteration-count: 1;
        transform-origin: 50% 50%; }
      .sub-menus-list article a:after {
        content: "";
        width: 2px;
        height: 15px;
        background: #9DCF32;
        position: absolute;
        top: 20px;
        right: 20px;
        transform: rotate(90deg);
        transition: all 0.3s ease-in-out;
        animation: showarrow linear 2s;
        animation-iteration-count: 1;
        transform-origin: 50% 50%; }
    .sub-menus-list article ul {
      box-shadow: 0 0 0 1px #E4E8E9;
      display: block;
      padding: 0 20px;
      margin: -2px 0 0 0;
      border-radius: 0 0 4px 4px;
      background: #f7f7f7;
      line-height: 150%;
      position: relative;
      opacity: 0;
      visibility: hidden;
      max-height: 0;
      overflow: hidden;
      transition: all 0.3s ease-in-out; }
      .sub-menus-list article ul li {
        display: block;
        box-shadow: 0 1px 0 0 #E4E8E9;
        padding: 10px 0; }
        .sub-menus-list article ul li:last-of-type {
          box-shadow: none; }
        .sub-menus-list article ul li input[type="number"] {
          border: none;
          display: inline-block;
          width: 30px;
          background: #fff;
          border-radius: 4px;
          padding: 15px 10px;
          box-shadow: 0 0 0 1px #E4E8E9;
          margin: 0 15px 0 0;
          color: #637078;
          text-align: center; }
        .sub-menus-list article ul li .handle {
          border: none;
          display: inline-block;
          width: 30px;
          background: #fff;
          border-radius: 4px;
          padding: 11px 10px 10px 10px;
          box-shadow: 0 0 0 1px #E4E8E9;
          color: #637078;
          text-align: center;
          float: left;
          margin: 0 15px 0 0;
          cursor: grab;
          cursor: -webkit-grab;
          cursor: -moz-grab;
          position: relative; }
          .sub-menus-list article ul li .handle img {
            width: 22px;
            height: auto; }
          .sub-menus-list article ul li .handle:focus {
            cursor: grabbing;
            cursor: -webkit-grabbing;
            cursor: -moz-grabbing; }
  .sub-menus-list .show-submenu a:before {
    content: "";
    width: 2px;
    height: 15px;
    background: #9DCF32;
    position: absolute;
    top: 20px;
    right: 20px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out; }
  .sub-menus-list .show-submenu a:after {
    content: "";
    width: 2px;
    height: 15px;
    background: #9DCF32;
    position: absolute;
    top: 20px;
    right: 20px;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out; }
  .sub-menus-list .show-submenu ul {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px; }
  .sub-menus-list .dragged {
    position: absolute;
    left: 0;
    opacity: 1;
    z-index: 2000;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing; }
  .sub-menus-list li.placeholder {
    position: relative;
    background: #ececec;
    border: 1px dashed #cfcfcf;
    height: 25px;
    border-radius: 4px; }
  .sub-menus-list .empty-menu a {
    color: #bb9624;
    background: #fff8dd;
    box-shadow: 0 0 0 1px #ffeca5;
    cursor: auto;
    position: relative; }
    .sub-menus-list .empty-menu a:before {
      content: "No submenus on this tab";
      font-size: 13px;
      position: absolute;
      right: 20px;
      top: 20px;
      width: auto;
      height: auto;
      background: none;
      transform: rotate(0deg); }
    .sub-menus-list .empty-menu a:after {
      display: none; }
  .sub-menus-list .section-disabled a {
    background: #f7f7f7;
    box-shadow: 0 0 0 1px #E4E8E9;
    color: #c0c0c0; }
    .sub-menus-list .section-disabled a:before {
      content: "Disabled tab";
      font-size: 13px;
      position: absolute;
      right: 20px;
      top: 20px;
      width: auto;
      height: auto;
      background: none;
      transform: rotate(0deg); }

@keyframes showarrow {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
ul.example-how-to {
  width: 100%;
  display: inline-block;
  margin: 0 0 20px 0; }
  ul.example-how-to .handle {
    border: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 38px;
    background: #9DCF32;
    border-radius: 4px;
    padding: 0;
    color: #637078;
    text-align: center;
    margin: 0 5px;
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    position: relative;
    vertical-align: middle;
    display: inline-block; }
    ul.example-how-to .handle img {
      width: 60%;
      height: auto; }
    ul.example-how-to .handle:focus {
      cursor: grabbing;
      cursor: -webkit-grabbing;
      cursor: -moz-grabbing; }
  ul.example-how-to li {
    background: #f7f7f7;
    box-shadow: 0 0 0 1px #E4E8E9;
    padding: 10px;
    margin: 0 0 0 0; }
    ul.example-how-to li:first-of-type {
      border-radius: 4px 4px 0 0; }
    ul.example-how-to li:nth-of-type(2) {
      border-radius: 0; }
    ul.example-how-to li:last-of-type {
      border-radius: 0 0 4px 4px; }
    ul.example-how-to li ul {
      margin: 15px 0 0 0;
      box-shadow: 0 0 0 1px #E4E8E9;
      border-radius: 4px;
      background: #fff; }
      ul.example-how-to li ul li {
        padding: 10px 10px 10px 35px;
        border-radius: 0;
        margin: 0;
        box-shadow: inset 0 -1px 0 0 #E4E8E9;
        background: none;
        position: relative; }
        ul.example-how-to li ul li:before {
          content: "";
          width: 5px;
          height: 5px;
          background: #637078;
          position: absolute;
          top: 16px;
          left: 15px;
          border-radius: 50%; }
  ul.example-how-to .blue-line {
    background: #20ACDA;
    color: #fff;
    font-weight: 500;
    padding: 5px;
    border-radius: 4px;
    margin: 0 5px; }

@media (min-width: 1250px) {
  ul.example-how-to {
    width: calc(100% / 1.3); } }
.single-diary .main-options {
  display: block; }
  .single-diary .main-options:first-of-type fieldset:first-of-type {
    width: calc(100% / 2.1);
    display: inline-block; }
  .single-diary .main-options:first-of-type fieldset:nth-of-type(2) {
    width: calc(100% / 4.5);
    display: inline-block; }
  .single-diary .main-options:nth-of-type(2) {
    margin: 10px 0 30px 0; }
    .single-diary .main-options:nth-of-type(2) fieldset:first-of-type {
      width: calc(100% / 4);
      display: inline-block; }
    .single-diary .main-options:nth-of-type(2) fieldset:nth-of-type(2) {
      width: calc(100% / 4.5);
      display: inline-block; }
  .single-diary .main-options .styled-radio {
    font-size: 14px; }

.multiple-diary {
  width: calc(100% / 1.3);
  display: inline-block; }
  .multiple-diary ul {
    list-style: none;
    padding: 0; }
    .multiple-diary ul li {
      position: relative;
      margin: 0 0 15px 0; }
      .multiple-diary ul li:hover header {
        box-shadow: inset -4px 0 0 0 #9DCF32, inset 0 0 0 1px #E4E8E9; }
      .multiple-diary ul li:first-of-type {
        z-index: 70; }
      .multiple-diary ul li:nth-of-type(2) {
        z-index: 69; }
      .multiple-diary ul li:nth-of-type(3) {
        z-index: 68; }
      .multiple-diary ul li:nth-of-type(4) {
        z-index: 67; }
      .multiple-diary ul li:nth-of-type(5) {
        z-index: 66; }
      .multiple-diary ul li:nth-of-type(6) {
        z-index: 65; }
      .multiple-diary ul li:nth-of-type(7) {
        z-index: 64; }
      .multiple-diary ul li:nth-of-type(8) {
        z-index: 63; }
      .multiple-diary ul li:nth-of-type(9) {
        z-index: 61; }
      .multiple-diary ul li:nth-of-type(10) {
        z-index: 60; }
      .multiple-diary ul li:nth-of-type(11) {
        z-index: 59; }
      .multiple-diary ul li:nth-of-type(12) {
        z-index: 58; }
      .multiple-diary ul li:nth-of-type(13) {
        z-index: 57; }
      .multiple-diary ul li:nth-of-type(14) {
        z-index: 56; }
      .multiple-diary ul li:nth-of-type(15) {
        z-index: 55; }
      .multiple-diary ul li input[type="number"] {
        border: none;
        display: inline-block;
        width: 30px;
        background: #f7f7f7;
        border-radius: 4px;
        padding: 15px 10px;
        box-shadow: 0 0 0 1px #E4E8E9;
        margin: -15px 0 0 0;
        color: #637078;
        text-align: center; }
      .multiple-diary ul li header {
        width: auto;
        background: none;
        height: auto;
        line-height: normal;
        padding: 0;
        background: none;
        color: #637078;
        border-radius: 4px;
        box-shadow: inset 0 0 0 1px #E4E8E9;
        display: block;
        padding: 30px 20px 20px 20px; }
        .multiple-diary ul li header fieldset.styled-input {
          width: calc(100% / 2);
          display: inline-block;
          margin: 0 20px 0 0; }
          .multiple-diary ul li header fieldset.styled-input:first-of-type {
            width: calc(100% / 4); }
        .multiple-diary ul li header .advanced-options {
          float: right;
          color: #637078;
          text-decoration: none;
          line-height: 160%;
          box-shadow: 0 0 0 1px #E4E8E9;
          background: #f7f7f7;
          border-radius: 4px;
          padding: 10px 15px;
          margin: -10px 0 0 0; }
          .multiple-diary ul li header .advanced-options img {
            float: left;
            margin: 0 10px 0 0; }
        .multiple-diary ul li header .date-picker {
          top: 1px; }
      .multiple-diary ul li article {
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        box-shadow: inset 0 0 0 1px #E4E8E9;
        display: block;
        padding: 0 20px;
        margin: -2px 0 0 0;
        border-radius: 0 0 4px 4px;
        background: #f7f7f7;
        line-height: 150%;
        opacity: 0;
        visibility: hidden; }
        .multiple-diary ul li article .other-options {
          width: calc(100% / 2.2);
          display: inline-block;
          vertical-align: top;
          margin: 10px 0 0 0; }
          .multiple-diary ul li article .other-options:first-of-type {
            width: calc(100% / 2.1);
            margin: 0 40px 0 0; }
            .multiple-diary ul li article .other-options:first-of-type fieldset.select-time:last-of-type {
              width: calc(100% / 2.4);
              display: inline-block; }
            .multiple-diary ul li article .other-options:first-of-type .styled-input:nth-of-type(2) {
              width: calc(100% / 1.8);
              display: inline-block;
              margin: 0 20px 0 0; }
          .multiple-diary ul li article .other-options fieldset.select-time .input-select .input-select-top-item {
            background: #fff; }
          .multiple-diary ul li article .other-options p {
            display: block;
            font-size: 16px;
            line-height: 100%;
            margin: 0 0 15px 0; }
            .multiple-diary ul li article .other-options p span {
              display: block;
              font-size: 12px;
              margin: 0 0 5px 0; }
    .multiple-diary ul li.show-advanced-options article {
      max-height: 95px;
      padding: 20px 20px 20px 20px;
      opacity: 1;
      visibility: visible;
      transition: all 0.3s ease-in-out;
      overflow: initial; }

.tb-diary-list thead tr th:first-of-type:before {
  display: none; }
.tb-diary-list thead tr th:first-of-type:after {
  display: none; }
.tb-diary-list thead tr th:first-of-type.sorting_asc, .tb-diary-list thead tr th:first-of-type.sorting_desc, .tb-diary-list thead tr th:last-of-type.sorting_asc, .tb-diary-list thead tr th:last-of-type.sorting_desc {
  box-shadow: none; }
.tb-diary-list thead tr th:last-of-type:before {
  display: none; }
.tb-diary-list thead tr th:last-of-type:after {
  display: none; }
.tb-diary-list .styled-checkbox {
  text-align: center; }
.tb-diary-list .red-button {
  display: inline-block;
  width: calc(100% - 15px); }
  .tb-diary-list .red-button:disabled {
    background: #dedede;
    color: #b1b1b1;
    cursor: default; }
    .tb-diary-list .red-button:disabled:hover {
      opacity: 1;
     /* mix-blend-mode: initial;*/ }

.green-button:disabled, .orange-button:disabled, .red-button:disabled, .grey-button:disabled, .blue-button:disabled {
    background: #dedede;
    color: #b1b1b1;
    cursor: default;
}
.manage-categories {
    display: inline-block;
    width: calc(100% - 60px);
    /* Scrolling bar */
    /* non-visible scrollbar */
    /* RTL direction/left-side scrollbar */
    /* scrollbar position: outside */
    /* RTL direction/left-side scrollbar (scrollbar position: outside) */
}
  .manage-categories .standard-form {
    width: calc(100% / 2.2);
    display: inline-block; }
    .manage-categories .standard-form:last-of-type {
      float: right; }
    .manage-categories .standard-form h2 {
      margin: 0 0 30px 0; }
    .manage-categories .standard-form .type-of-category {
      display: block;
      margin: 0 0 30px 0; }
      .manage-categories .standard-form .type-of-category span {
        display: block;
        font-size: 13px;
        color: #9DCF32;
        margin: 0 0 20px 0; }
      .manage-categories .standard-form .type-of-category fieldset {
        display: inline-block;
        margin: 0 30px 0 0; }
    .manage-categories .standard-form .colorpicker {
      display: block; }
      .manage-categories .standard-form .colorpicker fieldset {
        display: inline-block;
        vertical-align: top;
        box-shadow: 0 0 0 1px #E4E8E9;
        background: #f7f7f7;
        border-radius: 4px;
        padding: 10px 15px; }
        .manage-categories .standard-form .colorpicker fieldset:last-of-type {
          float: right; }
        .manage-categories .standard-form .colorpicker fieldset span.title {
          display: block;
          margin: 0 0 10px 0; }
        .manage-categories .standard-form .colorpicker fieldset input[type="colour"] {
          width: 70px;
          background: #fff;
          border-radius: 4px;
          padding: 3px 0 5px 30px;
          border: 1px solid #ccc;
          color: #637078; }
    .manage-categories .standard-form ul.list-of-categories {
      height: 422px;
      overflow: hidden; }
      .manage-categories .standard-form ul.list-of-categories li {
        padding: 0;
        font-size: 17px;
        box-shadow: inset 0 -1px 0 0 #E4E8E9;
        background: #FBFBFB; }
        .manage-categories .standard-form ul.list-of-categories li:hover {
          background: #FBFBFB;
          box-shadow: inset 0 -1px 0 0 #9DCF32; }
          .manage-categories .standard-form ul.list-of-categories li:hover a {
            color: #9DCF32; }
        .manage-categories .standard-form ul.list-of-categories li a {
          color: #637078;
          display: block;
          padding: 15px 10px; }
          .manage-categories .standard-form ul.list-of-categories li a img {
            float: right; }
          .manage-categories .standard-form ul.list-of-categories li a:hover {
            text-decoration: none; }
      .manage-categories .standard-form ul.list-of-categories .edit-category-popup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(35, 46, 53, 0.8);
        z-index: 500;
        display: none;
        opacity: 0;
        transition: all 0.3s ease-in-out; }
        .manage-categories .standard-form ul.list-of-categories .edit-category-popup span.click-here-to-close-window {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
        .manage-categories .standard-form ul.list-of-categories .edit-category-popup form {
          width: 600px;
          padding: 40px 30px;
          background: #fff;
          border-radius: 4px;
          position: absolute;
          top: 100px;
          left: 50%;
          margin-left: -330px;
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.6);
          position: relative;
          z-index: 500; }
          .manage-categories .standard-form ul.list-of-categories .edit-category-popup form .colorpicker {
            font-size: 15px; }
          .manage-categories .standard-form ul.list-of-categories .edit-category-popup form .action-button {
            display: inline-block;
            vertical-align: top;
            margin: 0 10px 0 0; }
            .manage-categories .standard-form ul.list-of-categories .edit-category-popup form .action-button input {
              height: 40px;
              line-height: 40px; }
          .manage-categories .standard-form ul.list-of-categories .edit-category-popup form .save-button {
            background-size: 22px;
            background-position: 20px center;
            text-indent: 0;
            width: auto;
            padding: 0 20px 0 50px;
            font-size: 18px; }
          .manage-categories .standard-form ul.list-of-categories .edit-category-popup form .red-button {
            padding: 0 20px;
            font-size: 18px; }
          .manage-categories .standard-form ul.list-of-categories .edit-category-popup form .close-edit-category {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 35px;
            height: 34px;
            line-height: 29px;
            text-align: center;
            background: #9DCF32;
            color: #fff;
            border-radius: 4px;
            font-size: 30px;
            font-weight: 500;
            padding: 0; }
            .manage-categories .standard-form ul.list-of-categories .edit-category-popup form .close-edit-category:hover {
              text-decoration: none;
              opacity: .7; }
      .manage-categories .standard-form ul.list-of-categories li.show-edit-category .edit-category-popup {
        display: block;
        opacity: 1;
        transition: all 0.3s ease-in-out;
        animation: loadeditcategory linear .15s;
        animation-iteration-count: 1;
        transform-origin: 50% 50%; }
  .manage-categories .mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none;
    /* MSPointer events - direct all pointer events to js */ }
  .manage-categories .mCustomScrollbar.mCS_no_scrollbar, .manage-categories .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto; }
  .manage-categories .mCustomScrollBox {
    /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr; }
  .manage-categories .mCSB_container {
    /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
    padding: 0 20px 0 0; }
  .manage-categories .mCSB_inside > .mCSB_container {
    margin-right: 0; }
  .manage-categories .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0; }
  .manage-categories .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px; }
  .manage-categories .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0; }
  .manage-categories .mCSB_scrollTools {
    /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 10px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0; }
  .manage-categories .mCSB_outside + .mCSB_scrollTools {
    right: -26px; }
  .manage-categories .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
  .manage-categories .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0; }
  .manage-categories .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px; }
  .manage-categories .mCSB_scrollTools .mCSB_draggerContainer {
    /* contains the draggable element and dragger rail markup */
    /* ------colours----- */
    background: #E4E8E9;
    border-radius: 15px;
    /* -------- */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto; }
  .manage-categories .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0; }
  .manage-categories .mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px; }
  .manage-categories .mCSB_scrollTools .mCSB_dragger {
    /* the draggable element */
    /* ------colours----- */
    background: #637078;
    border-radius: 15px;
    /* -------- */
    cursor: pointer;
    width: 100%;
    height: 30px;
    /* minimum dragger height */
    z-index: 1; }

@keyframes loadeditcategory {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.news-items .main-options {
  display: block; }
  .news-items .main-options:first-of-type fieldset:first-of-type {
    width: calc(100% / 2.1);
    display: inline-block; }
  .news-items .main-options:first-of-type fieldset:nth-of-type(2) {
    width: calc(100% / 4.5);
    display: inline-block; }
  .news-items .main-options:nth-of-type(2) {
    margin: 10px 0 30px 0; }
    .news-items .main-options:nth-of-type(2) fieldset:first-of-type {
      width: calc(100% / 4);
      display: inline-block; }
    .news-items .main-options:nth-of-type(2) fieldset:nth-of-type(2) {
      width: calc(100% / 4.5);
      display: inline-block; }
  .news-items .main-options .styled-radio {
    font-size: 14px; }

.tb-news-list thead tr th:first-of-type:before {
  display: none; }
.tb-news-list thead tr th:first-of-type:after {
  display: none; }
.tb-news-list thead tr th:first-of-type.sorting_asc, .tb-news-list thead tr th:first-of-type.sorting_desc, .tb-news-list thead tr th:last-of-type.sorting_asc, .tb-news-list thead tr th:last-of-type.sorting_desc {
  box-shadow: none; }
.tb-news-list thead tr th:last-of-type:before {
  display: none; }
.tb-news-list thead tr th:last-of-type:after {
  display: none; }
.tb-news-list .styled-checkbox {
  text-align: center; }
.tb-news-list .red-button {
  display: inline-block;
  width: calc(100% - 15px); }
  .tb-news-list .red-button:disabled {
    background: #dedede;
    color: #b1b1b1;
    cursor: default; }
    .tb-news-list .red-button:disabled:hover {
      opacity: 1;
      /*mix-blend-mode: initial;*/ }

.manage-news-categories {
  display: inline-block;
  width: calc(100% - 60px);
  /* Scrolling bar */
  /* non-visible scrollbar */
  /* RTL direction/left-side scrollbar */
  /* scrollbar position: outside */
  /* RTL direction/left-side scrollbar (scrollbar position: outside) */ }
  .manage-news-categories .standard-form {
    width: calc(100% / 2.2);
    display: inline-block; }
    .manage-news-categories .standard-form:last-of-type {
      float: right; }
    .manage-news-categories .standard-form h2 {
      margin: 0 0 30px 0; }
    .manage-news-categories .standard-form .type-of-category {
      display: block;
      margin: 0 0 30px 0; }
      .manage-news-categories .standard-form .type-of-category span {
        display: block;
        font-size: 13px;
        color: #9DCF32;
        margin: 0 0 20px 0; }
      .manage-news-categories .standard-form .type-of-category fieldset {
        display: inline-block;
        margin: 0 30px 0 0; }
    .manage-news-categories .standard-form .colorpicker {
      display: block; }
      .manage-news-categories .standard-form .colorpicker fieldset {
        display: inline-block;
        vertical-align: top;
        box-shadow: 0 0 0 1px #E4E8E9;
        background: #f7f7f7;
        border-radius: 4px;
        padding: 10px 15px; }
        .manage-news-categories .standard-form .colorpicker fieldset:last-of-type {
          float: right; }
        .manage-news-categories .standard-form .colorpicker fieldset span.title {
          display: block;
          margin: 0 0 10px 0; }
        .manage-news-categories .standard-form .colorpicker fieldset input[type="colour"] {
          width: 70px;
          background: #fff;
          border-radius: 4px;
          padding: 3px 0 5px 30px;
          border: 1px solid #ccc;
          color: #637078; }
    .manage-news-categories .standard-form ul.list-of-categories {
      height: 422px;
      overflow: hidden; }
      .manage-news-categories .standard-form ul.list-of-categories li {
        padding: 0;
        font-size: 17px;
        box-shadow: inset 0 -1px 0 0 #E4E8E9;
        background: #FBFBFB; }
        .manage-news-categories .standard-form ul.list-of-categories li:hover {
          background: #FBFBFB;
          box-shadow: inset 0 -1px 0 0 #9DCF32; }
          .manage-news-categories .standard-form ul.list-of-categories li:hover a {
            color: #9DCF32; }
        .manage-news-categories .standard-form ul.list-of-categories li a {
          color: #637078;
          display: block;
          padding: 15px 10px; }
          .manage-news-categories .standard-form ul.list-of-categories li a img {
            float: right; }
          .manage-news-categories .standard-form ul.list-of-categories li a:hover {
            text-decoration: none; }
      .manage-news-categories .standard-form ul.list-of-categories .edit-category-popup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(35, 46, 53, 0.8);
        z-index: 500;
        display: none;
        opacity: 0;
        transition: all 0.3s ease-in-out; }
        .manage-news-categories .standard-form ul.list-of-categories .edit-category-popup span.click-here-to-close-window {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
        .manage-news-categories .standard-form ul.list-of-categories .edit-category-popup form {
          width: 600px;
          padding: 40px 30px;
          background: #fff;
          border-radius: 4px;
          position: absolute;
          top: 100px;
          left: 50%;
          margin-left: -330px;
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.6);
          position: relative;
          z-index: 500; }
          .manage-news-categories .standard-form ul.list-of-categories .edit-category-popup form .colorpicker {
            font-size: 15px; }
          .manage-news-categories .standard-form ul.list-of-categories .edit-category-popup form .action-button {
            display: inline-block;
            vertical-align: top;
            margin: 0 10px 0 0; }
            .manage-news-categories .standard-form ul.list-of-categories .edit-category-popup form .action-button input {
              height: 40px;
              line-height: 40px; }
          .manage-news-categories .standard-form ul.list-of-categories .edit-category-popup form .save-button {
            background-size: 22px;
            background-position: 20px center;
            text-indent: 0;
            width: auto;
            padding: 0 20px 0 50px;
            font-size: 18px; }
          .manage-news-categories .standard-form ul.list-of-categories .edit-category-popup form .red-button {
            padding: 0 20px;
            font-size: 18px; }
          .manage-news-categories .standard-form ul.list-of-categories .edit-category-popup form .close-edit-category {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 35px;
            height: 34px;
            line-height: 29px;
            text-align: center;
            background: #9DCF32;
            color: #fff;
            border-radius: 4px;
            font-size: 30px;
            font-weight: 500;
            padding: 0; }
            .manage-news-categories .standard-form ul.list-of-categories .edit-category-popup form .close-edit-category:hover {
              text-decoration: none;
              opacity: .7; }
      .manage-news-categories .standard-form ul.list-of-categories li.show-edit-category .edit-category-popup {
        display: block;
        opacity: 1;
        transition: all 0.3s ease-in-out;
        animation: loadeditcategory linear .15s;
        animation-iteration-count: 1;
        transform-origin: 50% 50%; }
  .manage-news-categories .mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none;
    /* MSPointer events - direct all pointer events to js */ }
  .manage-news-categories .mCustomScrollbar.mCS_no_scrollbar, .manage-news-categories .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto; }
  .manage-news-categories .mCustomScrollBox {
    /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr; }
  .manage-news-categories .mCSB_container {
    /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
    padding: 0 20px 0 0; }
  .manage-news-categories .mCSB_inside > .mCSB_container {
    margin-right: 0; }
  .manage-news-categories .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0; }
  .manage-news-categories .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px; }
  .manage-news-categories .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0; }
  .manage-news-categories .mCSB_scrollTools {
    /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 10px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0; }
  .manage-news-categories .mCSB_outside + .mCSB_scrollTools {
    right: -26px; }
  .manage-news-categories .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
  .manage-news-categories .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0; }
  .manage-news-categories .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px; }
  .manage-news-categories .mCSB_scrollTools .mCSB_draggerContainer {
    /* contains the draggable element and dragger rail markup */
    /* ------colours----- */
    background: #E4E8E9;
    border-radius: 15px;
    /* -------- */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto; }
  .manage-news-categories .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0; }
  .manage-news-categories .mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px; }
  .manage-news-categories .mCSB_scrollTools .mCSB_dragger {
    /* the draggable element */
    /* ------colours----- */
    background: #637078;
    border-radius: 15px;
    /* -------- */
    cursor: pointer;
    width: 100%;
    height: 30px;
    /* minimum dragger height */
    z-index: 1; }

@keyframes loadeditcategory {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.faq {
  width: 100%;
  min-height: 710px;
  display: inline-block;
  margin: 50px 0 0 0;
  position: relative;
  padding-bottom: 30px; }
  .faq .faq-nav {
    display: inline-block;
    width: 350px;
    vertical-align: top; }
    .faq .faq-nav ul li {
      display: block;
      cursor: pointer; }
      .faq .faq-nav ul li a {
        display: block;
        background: #f7f7f7;
        border-radius: 4px;
        padding: 3px 10px;
        box-shadow: 0 0 0 1px #E4E8E9;
        margin: 0 0 7px 0;
        color: #637078;
        font-size: 14px; }
        .faq .faq-nav ul li a:hover {
          text-decoration: none;
          opacity: .7; }
    .faq .faq-nav ul li.active-tab a {
      background: #9DCF32;
      color: #fff;
      box-shadow: 0 0 0 1px #81ad22; }
  .faq .list-faq {
    float: right;
    width: calc(100% / 1.8);
    margin: 0px 0 0 50px;
    vertical-align: top; }
    .faq .list-faq article {
      display: none; }
      .faq .list-faq article ul {
        display: block; }
        .faq .list-faq article ul li {
          box-shadow: inset 0 0 0 1px #E4E8E9;
          margin: 0 0 20px 0;
          padding: 0 0 1px 0;
          border-radius: 4px; }
          .faq .list-faq article ul li h2.title {
            display: block;
            background: #f7f7f7;
            padding: 15px;
            border-radius: 4px 4px 0 0;
            box-shadow: inset 1px 0 0 0 #E4E8E9, inset -1px 0 0 0 #E4E8E9, inset 0 1px 0 0 #E4E8E9;
            margin: 0;
            position: relative;
            cursor: pointer;
            font-size: 18px; }
            .faq .list-faq article ul li h2.title:before {
              content: "";
              width: 15px;
              height: 15px;
              background: url(../img/svg/arrow-down.svg) no-repeat center top;
              position: absolute;
              top: 22px;
              right: 22px;
              background-size: contain;
              transition: all 0.3s ease-in-out; }
          .faq .list-faq article ul li .faq-text {
            display: block;
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease-in-out; }
        .faq .list-faq article ul li.show-faq h2.title:before {
          top: 14px;
          transform: rotate(180deg);
          transition: all 0.3s ease-in-out; }
        .faq .list-faq article ul li.show-faq .faq-text {
          max-height: 3500px;
          padding: 20px 20px;
          transition: all 0.3s ease-in-out; }
    .faq .list-faq .show-content {
      display: block; }

.sidebar-stoper {
  width: 100%;
  display: inline-block;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0; }

@media (min-height: 770px) {
  .faq .faq-nav ul li a {
    padding: 10px 10px;
    font-size: 16px; } }
@media (min-width: 1250px) {
  .faq {
    width: 100%;
    min-height: 710px;
    display: inline-block;
    margin: 50px 0 0 0;
    position: relative;
    padding-bottom: 30px; }
    .faq .list-faq {
      width: calc(100% / 1.5); }
      .faq .list-faq article .faq-text ol li {
        display: list-item;
        box-shadow: none;
        list-style-type: decimal;
        margin: 20px 0; }
      .faq .list-faq article .faq-text ul {
        display: block;
        padding: 0 0 0 20px; }
        .faq .list-faq article .faq-text ul li {
          display: list-item;
          box-shadow: none;
          list-style-type: disc;
          margin: 20px 0; } }
.videos-block {
  display: block;
  margin: 50px 0 0 0; }
  .videos-block ul {
    display: block;
    text-align: center; }
    .videos-block ul li {
      display: inline-block;
      width: calc(100% / 3.5);
      margin: 0 0 50px 0;
      background: #f7f7f7;
      border-radius: 4px;
      padding: 10px 10px;
      box-shadow: 0 0 0 1px #E4E8E9; }
      .videos-block ul li:first-of-type {
        float: left; }
      .videos-block ul li:nth-of-type(3) {
        float: right; }
      .videos-block ul li:nth-of-type(4) {
        float: left; }
      .videos-block ul li:last-of-type {
        float: right; }

.new-gallery p {
  margin: 0 0 20px 0;
  line-height: 160%; }
.new-gallery ol {
  margin: 20px 0 40px 0;
  padding: 0 15px; }
  .new-gallery ol li {
    padding: 5px 0;
    line-height: 170%; }
.new-gallery .standard-form {
  width: calc(100% / 2);
  display: inline-block; }
  .new-gallery .standard-form .select-box {
    display: block;
    width: calc(100% / 1.5); }
  .new-gallery .standard-form .styled-checkbox {
    display: inline-block; }
  .new-gallery .standard-form .styled-radio {
    display: inline-block;
    width: calc(100% / 6); }
.new-gallery .example-how-to {
  margin: 0 0 35px 0; }

.edit-gallery {
  margin-bottom: 50px; }
  .edit-gallery .group-line .main-options:first-of-type {
    margin: 0 0 20px 0; }
  .edit-gallery .group-line .main-options:last-of-type fieldset {
    width: auto; }
    .edit-gallery .group-line .main-options:last-of-type fieldset:first-of-type {
      width: auto; }
  .edit-gallery .group-line .main-options fieldset.styled-input {
    width: calc(100% / 4.5); }
  .edit-gallery .group-line .main-options fieldset:last-of-type {
    margin: 0; }
  .edit-gallery .group-line .main-options fieldset:nth-of-type(4) {
    margin: 0 10px 0 0; }
  .edit-gallery .group-line .main-options input[type="submit"] {
    padding: 0 20px; }
  .edit-gallery .group-line .main-options .gallery-group-box {
    margin: -15px 20px 0 0; }
    .edit-gallery .group-line .main-options .gallery-group-box span {
      font-size: 13px;
      display: block;
      margin: -5px 0 6px 0; }
    .edit-gallery .group-line .main-options .gallery-group-box .darkgray-button {
      margin: 0; }

.edit-images-gallery .green-button {
  padding: 0 10px; }
.edit-images-gallery .gallery-containter {
  width: 100%;
  display: inline-block;
  /* sortable plugin styles when dragged */ }
  .edit-images-gallery .gallery-containter ul {
    margin: 30px 0 0 0;
    list-style: none;
    padding: 0; }
    .edit-images-gallery .gallery-containter ul li {
      width: calc(100% / 5.5);
      position: relative;
      display: inline-block;
      box-shadow: 0 0 0 1px #E4E8E9;
      background: #f7f7f7;
      padding: 20px;
      border-radius: 5px;
      margin: 10px 20px 10px 0; }
      .edit-images-gallery .gallery-containter ul li:hover {
        box-shadow: inset 0 4px 0 0 #9DCF32, inset 0 0 0 1px #E4E8E9; }
      .edit-images-gallery .gallery-containter ul li input[type="number"] {
        background: #fff;
        border: none;
        box-shadow: 0 0 0 1px #E4E8E9;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 5px;
        width: 30px;
        height: 30px;
        text-align: center; }
      .edit-images-gallery .gallery-containter ul li article .thumbnail {
        height: 160px;
        width: 100%;
        white-space: nowrap;
        text-align: center;
        margin: 20px 0 30px 0;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 0 0 1px #E4E8E9; }
        .edit-images-gallery .gallery-containter ul li article .thumbnail .frame {
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        .edit-images-gallery .gallery-containter ul li article .thumbnail img {
          width: 90%;
          height: auto;
          vertical-align: middle; }
      .edit-images-gallery .gallery-containter ul li article .handle {
        background: #9DCF32;
        display: inline-block;
        border-radius: 4px;
        padding: 5px 7px; }
        .edit-images-gallery .gallery-containter ul li article .handle img {
          width: 20px;
          height: auto; }
        .edit-images-gallery .gallery-containter ul li article .handle:focus {
          cursor: grabbing; }
    @media (min-width: 1250px) {
      .edit-images-gallery .gallery-containter ul li {
        width: calc(100% / 5.1); } }
  .edit-images-gallery .gallery-containter ul.list-view li {
    width: calc(100% - 320px); }
    .edit-images-gallery .gallery-containter ul.list-view li .thumbnail {
      height: 32px;
      width: 32px;
      display: inline-block;
      vertical-align: top;
      margin: 0 20px 0 5px; }
    .edit-images-gallery .gallery-containter ul.list-view li fieldset.styled-input {
      width: calc(100% / 2);
      display: inline-block;
      margin: 10px 0 0 0;
      vertical-align: top; }
    .edit-images-gallery .gallery-containter ul.list-view li fieldset.styled-checkbox {
      display: inline-block;
      vertical-align: top;
      margin: 10px 0 0 20px; }
  .edit-images-gallery .gallery-containter ul.list-view li.placeholder {
    height: 60px; }
  .edit-images-gallery .gallery-containter .dragged {
    position: absolute;
    left: 0;
    opacity: 1;
    z-index: 2000;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
    cursor: grabbing; }
  .edit-images-gallery .gallery-containter li.placeholder {
    position: relative;
    background: #fff;
    box-shadow: none;
    border: 2px dashed #9DCF32;
    height: 350px;
    border-radius: 4px;
    margin: 10px 20px 10px 0;
    padding: 0 20px;
    vertical-align: top; }
    .edit-images-gallery .gallery-containter li.placeholder:hover {
      box-shadow: none; }
  .edit-images-gallery .gallery-containter .disabled-menu-tab {
    background: #f7f7f7;
    box-shadow: 0 0 0 1px #E4E8E9;
    color: #c0c0c0; }
    .edit-images-gallery .gallery-containter .disabled-menu-tab fieldset.styled-input input[type="text"],
    .edit-images-gallery .gallery-containter .disabled-menu-tab fieldset.styled-input label,
    .edit-images-gallery .gallery-containter .disabled-menu-tab fieldset.styled-radio {
      color: #c0c0c0 !important; }
  .edit-images-gallery .gallery-containter .copy-title {
    display: block; }
    .edit-images-gallery .gallery-containter .copy-title fieldset.styled-input {
      width: calc(100% / 3);
      display: inline-block;
      margin: 0 20px 0 0; }
    .edit-images-gallery .gallery-containter .copy-title .darkgray-button {
      padding: 0 10px; }
  .edit-images-gallery .gallery-containter .buttons-list {
    display: block;
    margin: 30px 0 0 0; }
    .edit-images-gallery .gallery-containter .buttons-list a {
      padding: 0 10px;
      line-height: 30px;
      margin: 0 10px 0 0; }
      .edit-images-gallery .gallery-containter .buttons-list a img {
        width: 15px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin: -4px 5px 0 0; }

.gallery-listing {
  display: block; }
  .gallery-listing ul {
    display: block; }
    .gallery-listing ul li {
      display: inline-block;
      width: calc(100% / 3.3);
      margin: 0 20px 20px 0;
      vertical-align: top; }
      .gallery-listing ul li:hover article .frame:after {
        opacity: .2;
        transition: all 0.3s ease-in-out; }
      .gallery-listing ul li:hover article .frame .number-pics {
        opacity: 0;
        transition: all 0.3s ease-in-out;
        visibility: hidden; }
      .gallery-listing ul li:hover article .frame h2 {
        opacity: 0;
        transition: all 0.3s ease-in-out;
        visibility: hidden; }
      .gallery-listing ul li article {
        display: block;
        height: 300px;
        border-radius: 4px;
        position: relative;
        text-align: center;
        box-shadow: 0 0 0 1px #E4E8E9; }
        .gallery-listing ul li article .frame {
          display: block;
          position: relative;
          vertical-align: middle;
          padding: 20px;
          background-size: cover;
          height: 130px;
          background-position: center center; }
          .gallery-listing ul li article .frame:after {
            content: "";
            width: 100%;
            height: 100%;
            background-color: #637078;
            position: absolute;
            top: 0;
            left: 0;
            opacity: .7;
            border-radius: 4px;
            transition: all 0.3s ease-in-out; }
          .gallery-listing ul li article .frame .number-pics {
            width: 80px;
            height: 80px;
            background: #fff;
            display: inline-block;
            font-size: 30px;
            border-radius: 50%;
            line-height: 70px;
            font-weight: 500;
            position: relative;
            z-index: 5;
            transition: all 0.3s ease-in-out; }
            .gallery-listing ul li article .frame .number-pics:before {
              content: "Images";
              width: 100%;
              text-align: center;
              text-transform: uppercase;
              color: #637078;
              position: absolute;
              top: 22px;
              left: 0;
              font-size: 12px; }
          .gallery-listing ul li article .frame h2 {
            margin: 10px 0;
            position: relative;
            z-index: 5;
            transition: all 0.3s ease-in-out;
            color: #fff;
            text-shadow: 1px 1px 0 #000; }
            .gallery-listing ul li article .frame h2 a {
              color: #fff; }
              .gallery-listing ul li article .frame h2 a:hover {
                color: #9DCF32;
                text-decoration: none; }
        .gallery-listing ul li article .info-box {
          margin: 15px 0 0 0; }
          .gallery-listing ul li article .info-box .info-tags {
            display: block;
            text-align: center; }
            .gallery-listing ul li article .info-box .info-tags span {
              display: inline-block;
              font-weight: 500;
              margin: 0 0 5px 0;
              font-size: 13px;
              display: block; }
            .gallery-listing ul li article .info-box .info-tags .last-edited {
              color: #637078; }
            .gallery-listing ul li article .info-box .info-tags .last-editor {
              color: #637078; }
            .gallery-listing ul li article .info-box .info-tags .status {
              background: #9DCF32;
              display: inline-block;
              padding: 5px 5px;
              border-radius: 4px;
              color: #fff; }
            .gallery-listing ul li article .info-box .info-tags .status-disabled {
              background: #E4E8E9;
              color: #637078; }
          .gallery-listing ul li article .info-box .links a {
            padding: 0 10px; }
          .gallery-listing ul li article .info-box .links a.darkgray-button {
            background: #34434d; }
    @media (min-width: 1250px) {
      .gallery-listing ul li {
        width: calc(100% / 3.2); } }

.new-galleries-group {
  display: inline-block;
  width: calc(100% - 60px); }
  .new-galleries-group .standard-form {
    width: calc(100% / 1.5);
    display: inline-block; }
    .new-galleries-group .standard-form h2 {
      margin: 0 0 30px 0; }
    .new-galleries-group .standard-form ul.list-of-galleries {
      height: 422px;
      overflow: hidden;
      margin: 20px 0; }
      .new-galleries-group .standard-form ul.list-of-galleries li {
        padding: 10px 20px 10px 10px;
        margin: 0 0 10px 0;
        font-size: 17px;
        box-shadow: inset 0 0 0 1px #E4E8E9;
        background: #FBFBFB;
        border-radius: 4px; }
        .new-galleries-group .standard-form ul.list-of-galleries li:hover {
          background: #FBFBFB;
          box-shadow: inset 0 0 0 1px #9DCF32; }
          .new-galleries-group .standard-form ul.list-of-galleries li:hover a {
            color: #9DCF32; }
        .new-galleries-group .standard-form ul.list-of-galleries li strong {
          background: #9DCF32;
          font-size: 13px;
          padding: 3px 6px;
          border-radius: 4px;
          color: #fff;
          margin: 0px 0 0 5px;
          font-weight: 400;
          text-transform: uppercase;
          vertical-align: top;
          display: inline-block; }
        .new-galleries-group .standard-form ul.list-of-galleries li label {
          display: block; }
        .new-galleries-group .standard-form ul.list-of-galleries li span {
          font-size: 12px;
          padding-left: 0;
          display: block;
          margin: 9px 0 0 0;
          text-transform: uppercase; }
        .new-galleries-group .standard-form ul.list-of-galleries li a {
          color: #637078;
          display: block;
          padding: 0; }
          .new-galleries-group .standard-form ul.list-of-galleries li a img {
            float: right; }
          .new-galleries-group .standard-form ul.list-of-galleries li a:hover {
            text-decoration: none; }

.edit-galleries-group .all-groups-list {
  display: block;
  width: calc(100% / 1.5); }
  .edit-galleries-group .all-groups-list a.close-edit-category {
    color: #fff !important; }
  .edit-galleries-group .all-groups-list .group-item {
    display: block;
    padding: 10px 20px 10px 10px;
    margin: 0 0 10px 0;
    font-size: 17px;
    box-shadow: inset 0 0 0 1px #E4E8E9;
    background: #FBFBFB;
    transition: all 0.3s ease-in-out;
    border-radius: 4px; }
    .edit-galleries-group .all-groups-list .group-item:hover {
      box-shadow: inset 0 0 0 1px #9DCF32;
      transition: all 0.3s ease-in-out; }
    .edit-galleries-group .all-groups-list .group-item a {
      display: block;
      color: #637078; }
      .edit-galleries-group .all-groups-list .group-item a:hover {
        text-decoration: none; }
      .edit-galleries-group .all-groups-list .group-item a img {
        float: right; }
      .edit-galleries-group .all-groups-list .group-item a span {
        text-transform: uppercase;
        font-size: 12px; }
  .edit-galleries-group .all-groups-list ul.list-of-galleries {
    height: 420px;
    overflow: hidden;
    margin: 20px 0; }
    .edit-galleries-group .all-groups-list ul.list-of-galleries li {
      padding: 10px 20px 10px 10px;
      margin: 0 0 10px 0;
      font-size: 14px;
      box-shadow: inset 0 0 0 1px #E4E8E9;
      background: #FBFBFB;
      transition: all 0.3s ease-in-out; }
      .edit-galleries-group .all-groups-list ul.list-of-galleries li:hover {
        background: #FBFBFB;
        box-shadow: inset 0 0 0 1px #9DCF32;
        transition: all 0.3s ease-in-out; }
        .edit-galleries-group .all-groups-list ul.list-of-galleries li:hover a {
          color: #9DCF32; }
      .edit-galleries-group .all-groups-list ul.list-of-galleries li strong {
        background: #9DCF32;
        font-size: 12px;
        padding: 3px 6px;
        border-radius: 4px;
        color: #fff;
        margin: 0 5px;
        font-weight: 400;
        text-transform: uppercase;
        vertical-align: top;
        display: inline-block;
        line-height: 15px; }
      .edit-galleries-group .all-groups-list ul.list-of-galleries li label {
        display: block;
        line-height: 20px; }
      .edit-galleries-group .all-groups-list ul.list-of-galleries li span {
        font-size: 12px;
        padding-left: 0;
        display: block;
        margin: 0 0 0 0;
        text-transform: uppercase; }

.edit-category-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 46, 53, 0.8);
  z-index: 500;
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out; }
  .edit-category-popup span.click-here-to-close-window {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .edit-category-popup .popup-panel,
  .edit-category-popup form {
    width: 700px;
    padding: 40px 30px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -350px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 500; }
    .edit-category-popup .popup-panel .action-button,
    .edit-category-popup form .action-button {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px 0 0; }
      .edit-category-popup .popup-panel .action-button input,
      .edit-category-popup form .action-button input {
        height: 40px;
        line-height: 40px; }
    .edit-category-popup .popup-panel .save-button,
    .edit-category-popup form .save-button {
      background-size: 22px;
      background-position: 20px center;
      text-indent: 0;
      width: auto;
      padding: 0 20px 0 50px;
      font-size: 18px; }
    .edit-category-popup .popup-panel .red-button,
    .edit-category-popup form .red-button {
      padding: 0 20px;
      font-size: 18px; }
    .edit-category-popup .popup-panel .close-edit-category,
    .edit-category-popup form .close-edit-category {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 35px;
      height: 34px;
      line-height: 29px;
      text-align: center;
      background: #9DCF32;
      color: #fff;
      border-radius: 4px;
      font-size: 30px;
      font-weight: 500;
      padding: 0; }
      .edit-category-popup .popup-panel .close-edit-category:hover,
      .edit-category-popup form .close-edit-category:hover {
        text-decoration: none;
        opacity: .7; }

.show-edit-galleries .edit-category-popup {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  animation: loadeditcategory linear .15s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%; }

.show-edit-galleries.edit-category-popup {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  animation: loadeditcategory linear .15s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%; }

@keyframes loadeditcategory {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.create-new-staff-gallery ul {
  display: block; }
  .create-new-staff-gallery ul li {
    list-style: circle; }
.create-new-staff-gallery .standard-form form .top-box {
  display: block;
  margin: 0 0 30px 0; }
  .create-new-staff-gallery .standard-form form .top-box h2 {
    margin: 0 0 30px 0; }
  .create-new-staff-gallery .standard-form form .top-box fieldset.styled-input {
    width: calc(100% / 2.5);
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 0 0; }
.create-new-staff-gallery .standard-form form .buttons-line {
  display: block;
  margin: 30px 0 0 0; }
  .create-new-staff-gallery .standard-form form .buttons-line fieldset {
    display: inline-block;
    vertical-align: top; }
    .create-new-staff-gallery .standard-form form .buttons-line fieldset input[type="submit"] {
      height: auto;
      padding: 10px 15px;
      text-indent: 25px; }
    .create-new-staff-gallery .standard-form form .buttons-line fieldset .save-button {
      width: auto;
      height: auto;
      line-height: 30px;
      font-size: 14px;
      text-indent: 0;
      text-indent: 25px;
      background-position: 10px center;
      background-size: 20px; }
    .create-new-staff-gallery .standard-form form .buttons-line fieldset .green-button {
      background-image: url(../img/svg/add.svg);
      background-position: 10px center;
      background-size: 20px;
      background-repeat: no-repeat;
      padding: 10px 15px;
      text-indent: 25px;
      line-height: 30px; }
    .create-new-staff-gallery .standard-form form .buttons-line fieldset .red-button {
      background-image: url(../img/svg/delete.svg);
      background-position: 10px center;
      background-size: 20px;
      background-repeat: no-repeat; }
.create-new-staff-gallery .standard-form form ul.staff-box {
  /* sortable plugin styles when dragged */ }
  .create-new-staff-gallery .standard-form form ul.staff-box li {
    box-shadow: inset 0 0 0 1px #E4E8E9;
    background: #FBFBFB;
    padding: 20px;
    width: calc(100% / 1.28);
    margin: 0 0 20px 0;
    display: block;
    position: relative;
    border-radius: 4px; }
    .create-new-staff-gallery .standard-form form ul.staff-box li .staff-img {
      display: inline-block;
      width: 150px;
      margin: 0 30px 0 0;
      border-radius: 4px; }
      .create-new-staff-gallery .standard-form form ul.staff-box li .staff-img .thumbnail {
        background: url(../img/svg/user.svg) no-repeat center bottom #d7d7d7;
        display: inline-block;
        width: 100%;
        height: 135px;
        border-radius: 4px 4px 0 0;
        vertical-align: top;
        background-size: 65%; }
      .create-new-staff-gallery .standard-form form ul.staff-box li .staff-img a {
        color: #fff;
        background: #9DCF32;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        width: 100%;
        height: 30px;
        line-height: 30px;
        border-radius: 0 0 4px 4px;
        text-transform: uppercase;
        font-weight: 500; }
        .create-new-staff-gallery .standard-form form ul.staff-box li .staff-img a:hover {
          text-decoration: none;
          opacity: .7; }
    .create-new-staff-gallery .standard-form form ul.staff-box li .info-fields {
      display: inline-block;
      vertical-align: top;
      width: calc(100% / 1.3);
      margin: 15px 0 0 0; }
      .create-new-staff-gallery .standard-form form ul.staff-box li .info-fields fieldset.styled-input:first-of-type, .create-new-staff-gallery .standard-form form ul.staff-box li .info-fields fieldset.styled-input:nth-of-type(2) {
        display: inline-block;
        width: calc(100% / 2.2);
        margin-right: 30px; }
      .create-new-staff-gallery .standard-form form ul.staff-box li .info-fields fieldset.styled-input:nth-of-type(3) {
        width: calc(100% / 1.04); }
      .create-new-staff-gallery .standard-form form ul.staff-box li .info-fields .red-button {
        padding: 0 10px; }
    .create-new-staff-gallery .standard-form form ul.staff-box li .handle {
      width: 30px;
      height: 30px;
      background: #9DCF32;
      border-radius: 4px;
      float: right;
      text-align: center;
      line-height: 40px;
      position: absolute;
      top: 10px;
      right: 10px; }
      .create-new-staff-gallery .standard-form form ul.staff-box li .handle img {
        width: 70%;
        height: auto; }
  .create-new-staff-gallery .standard-form form ul.staff-box .dragged {
    position: absolute;
    left: 0;
    opacity: 1;
    z-index: 2000;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
    cursor: grabbing; }
  .create-new-staff-gallery .standard-form form ul.staff-box li.placeholder {
    position: relative;
    background: #fff;
    box-shadow: none;
    border: 2px dashed #9DCF32;
    height: 160px;
    border-radius: 4px;
    margin: 0 0 10px 0;
    padding: 0 8px;
    vertical-align: top; }
    .create-new-staff-gallery .standard-form form ul.staff-box li.placeholder:hover {
      box-shadow: none; }
  .create-new-staff-gallery .standard-form form ul.staff-box li.add-new {
    box-shadow: inset 0 0 0 1px #20ACDA;
    background: #F5FDFF;
    animation: loadnew linear .5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%; }
    .create-new-staff-gallery .standard-form form ul.staff-box li.add-new .handle {
      display: none; }

@keyframes loadnew {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
.choose-gallery-group {
  padding: 0 10px;
  margin: 0 0 0 10px; }

.popup-panel h2 {
  font-size: 30px;
  color: #9DCF32;
  margin: 0 30px 40px 30px;
  box-shadow: inset 0 -1px 0 0 #E4E8E9;
  padding: 0 0 20px 0;
  text-align: center; }
.popup-panel p {
  display: block;
  font-size: 15px;
  line-height: 160%;
  margin: 0 0 30px 0; }
.popup-panel fieldset .blue-button {
  padding: 0 20px;
  font-size: 15px; }
.popup-panel ul.list-choose-gallery-group {
  display: block;
  height: 350px; }
  .popup-panel ul.list-choose-gallery-group li {
    display: block;
    padding: 10px 20px 10px 10px;
    margin: 0 0 10px 0;
    font-size: 17px;
    box-shadow: inset 0 0 0 1px #E4E8E9;
    background: #FBFBFB;
    border-radius: 4px; }
    .popup-panel ul.list-choose-gallery-group li:hover {
      background: #FBFBFB;
      box-shadow: inset 0 0 0 1px #9DCF32; }
    .popup-panel ul.list-choose-gallery-group li .styled-checkbox {
      display: block; }
      .popup-panel ul.list-choose-gallery-group li .styled-checkbox label {
        display: block;
        font-size: 15px; }

/* Scrolling bar */
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
  padding: 0 20px 0 0; }

.mCSB_inside > .mCSB_container {
  margin-right: 0; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 10px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  /* ------colours----- */
  background: #E4E8E9;
  border-radius: 15px;
  /* -------- */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  /* ------colours----- */
  background: #637078;
  border-radius: 15px;
  /* -------- */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

ul.list-staff-gallery {
  width: calc(100% / 1.5);
  display: block; }
  ul.list-staff-gallery li {
    padding: 10px 20px 10px 10px;
    margin: 0 0 10px 0;
    font-size: 17px;
    box-shadow: inset 0 0 0 1px #E4E8E9;
    background: #FBFBFB;
    transition: all 0.3s ease-in-out;
    border-radius: 4px; }
    ul.list-staff-gallery li:hover {
      background: #FBFBFB;
      box-shadow: inset 0 0 0 1px #9DCF32;
      transition: all 0.3s ease-in-out; }
      ul.list-staff-gallery li:hover a {
        color: #9DCF32; }
    ul.list-staff-gallery li a {
      color: #637078;
      line-height: 20px;
      display: block; }
      ul.list-staff-gallery li a:hover {
        text-decoration: none; }
    ul.list-staff-gallery li strong {
      background: #9DCF32;
      font-size: 12px;
      padding: 3px 6px;
      border-radius: 4px;
      color: #fff;
      margin: 0 5px;
      font-weight: 400;
      text-transform: uppercase;
      vertical-align: top;
      display: inline-block;
      line-height: 15px; }
    ul.list-staff-gallery li label {
      display: block;
      line-height: 20px; }
    ul.list-staff-gallery li span {
      font-size: 12px;
      padding-left: 0;
      display: inline-block;
      margin: 0 0 0 0;
      text-transform: uppercase; }

footer {
  width: calc(100% - 100px);
  height: 30px;
  line-height: 30px;
  padding: 0 50px;
  display: block;
  display: block;
  background: #fff;
  text-align: right;
  font-size: 12px;
  margin: 0; }
  footer p {
    margin: 0; }

/*# sourceMappingURL=c.css.map */



.list-gallery-table {
    width: 66.66%;
    display: block;
}
.list-gallery-table tbody tr td a {
    padding: 10px 20px 10px 10px;
    margin: 0 0 10px 0;
    font-size: 17px;
    background: #FBFBFB;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    color: #637078;
    display:block;
}
.list-gallery-table tbody tr td a:hover {
    color: #9DCF32;
}
.list-gallery-table tbody tr td {
    background: #FBFBFB;
    box-shadow: inset 0 0 0 1px #E4E8E9;
    transition: all 0.3s ease-in-out;
}
.list-gallery-table tbody tr td:hover {
    background: #FBFBFB;
    box-shadow: inset 0 0 0 1px #9DCF32;
    transition: all 0.3s ease-in-out;
}









/* iPad / Tablet */

@media only screen and (max-width: 1024px) {


nav ul.nav li a { margin: 0 5px;}

.editing-options .side-buttons { margin: -85px 0 0 25px; float: right; width: calc(100% / 6);}

.multiple-diary   { width: calc(100% / 1); }

.manage-categories .standard-form .colorpicker fieldset:last-of-type { float: none; }

.standard-form form fieldset .input-select-top-item { text-align: right; }

}

/* Mobile */


@media only screen and (max-width: 770px) {

  .wrapper { width: 95%; }

  body { overflow-x: hidden; }


  header  { height: auto; width: 100%; padding: 0; overflow: hidden;}
  header a { text-decoration: underline !important; }
  header ul { width: 100%; float: none; display: block; margin: 1% auto 0; white-space: normal; text-align: center;}
  header ul li { display: block; margin: 10px auto; text-align: center; height: auto; line-height: normal; width: 80%;}

  header h1 { display: block; margin: 5% auto; text-align: center;}

  /* log in */

  .loging-box .login { width: 100%; }
  .loging-box { margin: 10% auto; }

  /* home page */
  section { width: 90% !important; padding: 5% !important; }

  .dashboard-box .main-links .group-links ul li { margin: 5%; float: none !important;}

.dashboard-box .main-links { width: 95%; display: block; margin: auto; z-index: 99; position: relative; }
  .dashboard-box .sidebar  { width: 95%; display: block; margin: 5% auto; z-index: 99; position: relative; }

  .dashboard-box .main-links .group-links { width: 95%; display: block; margin: auto;}
  .dashboard-box .main-links .group-links ul li.create-new-page { float: none; margin: 5% auto;}

  .dashboard-box .bottom-links .mobile-app { margin: 5% auto; display: block; height: auto; text-align: center; width: 80%; overflow: hidden;}
  .dashboard-box .bottom-links .mobile-app .text a { height: auto; line-height: normal; padding: 5px; margin: 5% auto;}
  .dashboard-box .bottom-links .mobile-app img { margin: 5% auto; float: none; display: block;}

  .dashboard-box .bottom-links .redesign { float: none; height: auto; text-align: center; margin: 5% auto; width: 80%; overflow: hidden;}
    .dashboard-box .bottom-links .redesign img { margin: 2% auto; float: none; display: block;}

  .dashboard-box .main-links .group-links ul li.home-alert{ float: none; }
  .dashboard-box .main-links .group-links ul li.add-news { float: none; }

  .dashboard-box .bottom-links { display: block; width: 95%;}
  .dashboard-box .main-links .how-to { width: 95%; float: none; margin: auto;}

  .publishing-dates-panel { width: 90%; padding: 5%; }

  a.blue-button { margin: 2% auto 10%; }

  .twitter-feed { overflow: hidden; }

  /* new pages */

  .editing-options .side-buttons .save-button { display: none; }
  .editing-options .side-buttons .green-button { display: none; }

  .editing-options .group-line { margin: auto; display: block; }
  .editing-options .group-line .main-options fieldset:last-of-type { margin: 10px 0 5px 27px !important; }

  .editing-options .group-line .bottom-line .other-options-list li { width: 100%; margin: 2% auto;}

  .box-select-menu .select-menu-section h2 { margin: 0 auto; }

  .box-select-menu .select-menu-section { left: 0; right: 0; width: 80%; margin: 0;}

  .editing-options .group-line .main-options fieldset:first-of-type {
    width: calc(100% / 2.8);
    display: block !important; width: 100%;}
  .editing-options .group-line .main-options fieldset:nth-of-type(2) {
    display: block !important; width: 100%;}
    .editing-options .group-line .main-options fieldset:nth-of-type(2) input[type="text"] {
      font-size: 14px;
      overflow: hidden;
      text-overflow: ellipsis; }
  .editing-options .group-line .main-options fieldset:nth-of-type(4) {
    display: block !important;
    margin: 0 20px 0 0; }
  .editing-options .group-line .main-options fieldset:last-of-type {
    margin: 0 0 0 27px; }

    .tinymce-panel .save { float: none; margin: 30px auto; display: block;}

    /* Menu */

    .new-menu { width: 100% !important; display: block !important; }

  .menu-list ul li input[type="number"] { display: inline-block; float: right;}
  ul.example-how-to .blue-line { float: right; }
  .menu-list ul li header .handle { margin: -15px 15px 25px 0; }
  .menu-list ul li header .advanced-options { margin: 10px 0 5px 0; }


    /* diary */

    .moxman-window { width: 100% !important; }



    .styled-input { display: block !important;  margin: 5% auto !important; width: 100% !important;}

  /* footer */

  footer { height: auto; line-height: normal; text-align: center; overflow: hidden; background: transparent;}
  footer p { margin: 5% auto; }


  /* Mob Menu */

  nav {height: 0; }

   a.meanmenu-reveal {display: none;}
  .mean-container .mean-bar {float: left;width: 100%;position: relative;background:#fff ;color: #000;padding: 0;height: 44px;z-index: 9999; top: 0px; box-shadow: 0 1px 0 0 #9DCF32; margin-bottom: 40px; font-family: "Museo Rounded", sans-serif;}
  .mean-container a.meanmenu-reveal {width: 80px;height: 22px;padding: 12px 13px 10px 13px;position: absolute;top: 0;right: 0;cursor: pointer;color: #000;text-decoration: none;font-size: 16px;line-height: 22px;display: block;font-weight: 700;}

  .mean-container a.meanmenu-reveal div.mm-hamburger-icon {float: left;height: 22px;width: 22px;}
   .mean-container a.meanmenu-reveal div.mm-hamburger-icon span {display: block;background: #000;height: 3px;font-size: 1px;text-indent: -99999px;margin-top: 3px;}

  .mean-container a.meanmenu-reveal div.mm-open {float: right;font-size: 14px !important;font-weight: bold;letter-spacing: 1px;}
  .mean-container .mean-nav {float: left;width: 100%;background: transparent  ;margin-top: 44px;}
   .mean-container .mean-nav ul {padding: 0; margin: 0;width: 100%;list-style-type: none;}
     .mean-container .mean-nav ul li {position: relative;float: left;width: 100%;margin: 0;padding: 0; background: none;}

  .mean-container .mean-nav ul li a {background: #fff ;display: block;float: left;width: 90%;padding: 10px 5% 10px 5%;margin: 0;text-align: left;color: #000;border-top: 1px solid #74061e ;border-top: 1px solid rgba(0, 0, 0, 0.25);font-size: 15px;line-height: 22px;text-decoration: none;text-transform: none;}
   .mean-container .mean-nav ul li a:hover {background: #9DCF32;}
  .mean-container .mean-nav ul li li a {width: 80%;padding: 10px 10% 10px 10%;border-top: 1px solid #999;border-top: 1px solid rgba(0, 0, 0, 0.125);opacity: 1;filter: alpha(opacity=75);text-shadow: none !important;visibility: visible;}

  .mean-container .mean-nav ul li li li a {width: 70%;padding: 10px 15% 10px 15%; }
  .mean-container .mean-nav ul li a.mean-expand {margin-top: 1px;width: 26px;height: 32px;line-height: 32px;padding: 5px 12px 5px 12px !important;text-align: center;position: absolute;color: #000;right: 0;top: 0;z-index: 2;font-weight: 700;background: rgba(0, 0, 0, 0.05);border: none !important;border-left: 1px solid #999;border-left: 1px solid rgba(0, 0, 0, 0.2) !important;border-bottom: 1px solid #999;border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
   .mean-container .mean-nav ul li a.mean-expand:hover {background: rgba(255, 255, 255, 0.5);}

  .mean-container .mean-push {float: left;width: 100%;padding: 0;margin: 0;clear: both;}
  .mean-nav .wrapper {width: 100%;padding: 0;margin: 0;}

  .mean-container .mean-bar, .mean-container .mean-bar * {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box; }

  .mean-remove {display: none !important; }
}


.actionButton {
    box-shadow: 0px 0 0 0 #f60859, 0px 0 0 0 #f60859, 0 -8px 0 0 #f60859, 0 8px 0 0 #f60859;
    border-radius: 3px;
    padding: 0 10px;
    background-color: #f60859;
}