﻿/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;

}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in 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;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * 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"], /* 1 */
[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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 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 OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}




body{
    font-size: 0.8rem;
    font-family: 'Raleway', sans-serif;
    background-color: #f2f4f5;
    color: #404041;
    letter-spacing: 0.25px;
}

/*@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    body{
        letter-spacing: 0;
    }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    body{
        letter-spacing: 0;
    }
}*/

body.body_modal_is_open{
    overflow: hidden !important;
}

*, *:after, *::before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul, ol{ -webkit-padding-start: 20px; }
a{ text-decoration: none; }
figure{ margin: 0; }

.ul_none{
   -webkit-padding-start: 0px; 
   -moz-padding-start: 0px;
}
.ul_none li{
    list-style-type: none;
}

.ul_nomargin{
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
.ol_with_spaces li, .ul_with_spaces li{
    margin-bottom: 20px
}

.ol_with_small_spaces li, .ul_with_small_spaces li{
    margin-bottom: 10px;
    word-break: break-word;
}

.ol_with_p li p{
    -webkit-margin-before: 0em !important;
}

h1, h2, h3, h4, h5{
    font-weight: normal;
    font-weight: bold;
}

h2 {
    -webkit-margin-before: 0em;
    margin-block-start: 0em;
    margin-top: 0em;
}

.h2_zero{
    -webkit-margin-after: 0em;
    margin-block-end: 0em;
    margin-bottom: 0em;
}

h2 a{
    font-weight: normal;
    font-size: 0.8rem;
    position: relative;
    top: -2px;
}

.h3_zero{
    -webkit-margin-before: 0em;
    margin-block-start: 0em;
    margin-top: 0em;
    -webkit-margin-after: 0em;
    margin-block-end: 0em;
    margin-bottom: 0em;
}

.h3_zero_top{
    -webkit-margin-before: 0em;
    margin-block-start: 0em;
    margin-top: 0em;
}

.left{ float: left; }
.right{ float: right; }
.align_left{ text-align: left; }
.align_right{ text-align: right; }
.align_center{ text-align: center; }

.italic{
    font-style: italic;
}

.nobold{
    font-family: 'Raleway', sans-serif !important;
}

.all{ 
    overflow: hidden; 
    margin-bottom: 20px;
}
main{ position: relative; }

.overflowx{ overflow-x: auto !important; }

.block{ display: block; }

.strong, b, strong{ font-weight: normal; font-weight: bold; }

.p_large{
    font-size: 1rem;
}

.relative{
    position: relative;
}

/* ========================= */
/* Widths and Heights ====== */
/* ========================= */

.width100{
    width: 100% !important;
}

/* ========================= */
/* Margins and Padding ===== */
/* ========================= */

.margint0{ margin-top: 0px !important; }
.margint5{ margin-top: 5px !important; }
.margint10{ margin-top: 10px !important; }
.margint15{ margin-top: 15px !important; }
.margint20{ margin-top: 20px !important; }
.margint30{ margin-top: 30px !important; }
.margint40{ margin-top: 40px !important; }

.margintminus10{ margin-top: -10px !important; }

.marginb0{ margin-bottom: 0px !important; }
.marginb5{ margin-bottom: 5px !important; }
.marginb10{ margin-bottom: 10px !important; }
.marginb15{ margin-bottom: 15px !important; }
.marginb20{ margin-bottom: 20px !important; }
.marginb40{ margin-bottom: 40px !important; }
.marginb50{ margin-bottom: 50px !important; }
.marginb80{ margin-bottom: 80px !important; }
.marginb200{ margin-bottom: 200px !important; }

.marginb20nodesk{ margin-bottom: 20px; }
@media only screen and (min-width:600px) { .marginb20nodesk{ margin-bottom: 0px; } }

.marginl5{ margin-left: 5px !important; }
.marginl10{ margin-left: 10px; }
.marginl25{ margin-left: 25px; }
.marginl30{ margin-left: 30px !important; }

.marginr5{ margin-right: 5px; }
.marginr10{ margin-right: 10px; }

.noMar{ margin: 0 !important; }

.padding10{
    padding: 10px;
}

.paddingt0{ padding-top: 0px !important; }
.paddingt10{ padding-top: 10px !important; }
.paddingt20{ padding-top: 20px !important; }
.paddingt30{ padding-top: 30px !important; }
.paddingt40{ padding-top: 40px !important; }

.paddingb10{ padding-bottom: 10px !important; }
.paddingb20{ padding-bottom: 20px !important; }
.paddingb30{ padding-bottom: 30px !important; }
.paddingb40{ padding-bottom: 40px !important; }
.paddingb50{ padding-bottom: 50px !important; }

.noPad{ padding: 0 !important; }

/* ========================= */
/* Line Heights ============ */
/* ========================= */

.line_height40{
    line-height: 40px;
}

/* ========================= */
/* Logo ==================== */
/* ========================= */

#normal_logo{
    font-family: sansationbold;
    font-size: 1.6rem;
    position: relative;
    display: block;
}
#normal_logo img {
    max-height: 20px;
    margin-left: 2px;
}

/* ========================= */
/* Widths ================== */
/* ========================= */

.width_50{
    width: 100%;
}

@media only screen and (min-width:600px) {
    .width_50{
        width: 48%;
        margin-left: 4%;
        float: left;
    }
    .width_50:nth-of-type(2n+1){
        margin-left: 0%;
    }
}


.width_50_mobile{
    width: 48%;
    margin-left: 4%;
    float: left;
}

.width_50_mobile:nth-of-type(2n+1){
    margin-left: 0%;
}

.width_50_nofloat{
    width: 100%;
}

@media only screen and (min-width:600px) {
    .width_50_nofloat{
        width: 50%;
    }
}

/* ========================= */
/* Colors + Backgrounds ==== */
/* ========================= */

.color_vdgrey{ color: #212121 !important; }
.color_dgrey{ color: #404041 !important; }
.color_lgrey{ color: #e7e7e8 !important; }
.color_white{ color: #FFFFFF !important; }
.color_red{ color: #ea1636 !important; }
.color_green{ color: #5DC548 !important; }
.color_orange{ color: #FFB432 !important; }
.color_yellow{ color: #FFB432 !important; }
.color_pink{ color: #3bf10d !important; }

.background_green{ background-color: #5DC548; color: #FFF; }
.background_orange{ background-color: #FFB432; color: #FFF; }
.background_vdgrey{ background-color: #212121; color: #FFF; }
.background_dgrey{ background-color: #404041; color: #FFF; }
.background_lgrey{ background-color: #e7e7e8; color: #404041; }
.background_white{ background-color: #FFFFFF; color: #404041; }
.background_red{ background-color: #ea1636 !important; color: #FFF; }

.link_color_primary{
    text-decoration: underline; 
    font-weight: bold; 
    /*word-break: break-all; */
    cursor: pointer; 
}
.link_color_dgrey{ color: #404041; text-decoration: underline; font-weight: bold; word-break: break-all; cursor: pointer; }
.link_color_dark{ color: #212121; text-decoration: underline; font-weight: bold; word-break: break-all; cursor: pointer; }
.link_color_white{ color: #FFFFFF; text-decoration: underline; font-weight: bold; word-break: break-all; cursor: pointer; }
.link_color_red{ color: #ea1636; text-decoration: underline; font-weight: bold; word-break: break-all; cursor: pointer; }
.link_color_blue{ color: #20b7e6; text-decoration: underline; font-weight: bold; word-break: break-all; cursor: pointer; }
.link_color_green{ color: #5DC548; text-decoration: underline; font-weight: bold; word-break: break-all; cursor: pointer; }
.link_color_ridge{ color: #172550; text-decoration: underline; font-weight: bold; word-break: break-all; cursor: pointer; }
.link_word_break{ word-break: break-word; }

.highlight { padding: 3px 5px; display: inline-block; font-weight: bold; margin-top: 5px; }
h2.highlight, h3.highlight { display: block; padding: 5px;}
.highlight_white_pink { background-color: #FFF; color: #3bf10d; }
.highlight_white_blue { background-color: #FFF; color: #20b7e6; }
.highlight_blue{ background-color: #20b7e6; color: #fff; }
.highlight_red { background-color: #ea1636; color: #FFF; }
.highlight_yellow { background-color: #FFB432; color: #4D4D4D; }
.highlight_white_red{ color: #ea1636; background-color: #FFF; }
.highlight_dgrey { background-color: #404041; color: #FFF; }
.highlight_lgrey {background-color: #f5f5f7; color: #404041;}
.highlight_green {background-color: #5DC548; color: #FFF;}
.highlight_pink {background-color: #3bf10d; color: #FFF;}
.highlight_white_primary { background-color: var(--primary); color: #FFF; }

.no_underline {
    text-decoration: none;
}

.link_disabled{
    cursor: inherit !important;
    pointer-events: none !important;
    color: #ddd !important;
}

/* ========================= */
/* Buttons ================= */
/* ========================= */

.button{
    display: inline-block;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    cursor: pointer;
    background-color: #FFF;
    color: #fff;
    border: 1px solid #FFF;
    margin-bottom: 5px;
}

.button_small{
    height: 20px;
    line-height: 20px;
    padding: 0px 5px;
    border-radius: 4px;
    font-size: 0.7rem;
}

.button_show{
    display: inline-block !important;
}

.button:hover{
    background-color: #F2F2F0;
    border-color: #F2F2F0;
}

.button_center{
    display: table;
    margin: 0 auto;
}

.button_white{
    background-color: #FFF;
    border-color: #cfd7d9;
    color: #404041;
}

/* Ridge Buttons */
.button_white_ridge{
    background-color: #FFF;
    border-color: #cfd7d9;
    color: #404041;
}

.button_white_ridge:hover{
    background-color: #172550;
    color: #FFF;
}

.button_ridge{
    background-color: #172550;
    border-color: #172550;
    color: #FFF;
}

.button_ridge:hover{
    background-color: #3A5ECA;
}

/* End of Ridge Buttons */

.button_white_blue{
    background-color: #FFF;
    border-color: #ddd;
    color: #404041;
}

.button_white_blue:hover{
    background-color: #20b7e6;
    border-color: #20b7e6;
    color: #FFF;
}

.button_dgrey{
    background-color: #404041;
    border-color: #404041;
    color: #FFF;
}

.button_dgrey:hover{
    background-color: #212121;
    border-color: #212121;
}

.button_lgrey{
    background-color: #E7E7E8;
    border-color: #E7E7E8;
    color: #404041;
}

.button_lgrey:hover{
    background-color: #BDBDBD;
    border-color: #BDBDBD;
}

.button_red{
    background-color: #ea1636;
    border-color: #ea1636;
    color: #fff;
}

.button_red:hover{
    background-color: #bb112b;
    border-color: #bb112b;
}

.button_green{
    background-color: #5DC548;
    color: #FFF;
    border-color: #5DC548;
}

.button_green:hover{
    background-color: #57b544;
    border-color: #57b544;
}

.button_orange{
    background-color: #FFB432;
    color: #FFF;
    border-color: #FFB432;
}

.button_orange:hover{
    background-color: #e4a12d;
    border-color: #e4a12d;
}

.button_blue{
    background-color: #20b7e6;
    border-color: #20b7e6;
}

.button_blue:hover{
    background-color: #228AAB;
    border-color: #228AAB;
}

.button_pink{
    background-color: #3bf10d;
    border-color: #3bf10d;
}

.button_pink:hover{
    background-color: #C51170;
    border-color: #C51170;
}

.button_disabled{
    cursor: inherit;
    pointer-events: none;
}

.button_disabled i{
    margin-right: 5px;
}


/* ========================= */
/* Save and Cancel Buttons and Search = */
/* ========================= */

.save_panel_top{
    text-align: right;
    position: absolute;
    right: 10px;
    background-color: #fff;
    top: 0px;
}

.save_panel_top .button{
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    position: relative;
    top: 1px;
}

.save_panel_bottom{
    text-align: right;
    clear: both;
    border-top: 1px solid #ddd;
    padding: 20px 2px 0 2px;
}

.save_button{
    font-size: 0.8rem;
    display:none;
}
.save_button.button_disabled {
    display:inline-block;
}

.cancel_button{
    font-weight: bold;
    padding: 0px 20px;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 0.8rem;
    color: #404041;
}

.cancel_button:focus{
    outline: none;
}

.search_panel_top{
    text-align: right;
    position: absolute;
    right: 10px;
    top: 15px;
    background-color: #fff;
    font-size: 0.8rem;
}

.search_panel_top .input_container{
    position: relative;
}

.search_panel_top .input_container input{
    padding-right: 40px;
}

.search_panel_top button{
    line-height: 40px;
    position: absolute;
    bottom: 0; right: 0;
    background: none;
    width: 40px;
    height: 40px;
    border:none;
    cursor: pointer;
}

/* Save Success Tick */
.save_process1_saved1, .save_process1_saved2, .sending_process1_sending1, .sending_process1_failed1{
    display: none;
}

.save_success_tick, .sending_success_tick, .general_success_tick{
    margin: 20px 0px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
}

.save_success_tick_container, .sending_success_tick_container, .general_success_tick_container{
    display: inline-block;
    margin-right: 10px;
}

.save_success_tick_check, .sending_success_tick_check, .general_success_tick_check{
    fill: none;
    stroke: #5DC548;
    stroke-width: 5;
    stroke-dasharray: 180;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    /*-webkit-animation: draw 2s infinite ease;
    animation: draw 2s infinite ease;*/
}

.save_success_tick_check_small{
    fill: none;
    stroke: #5DC548;
    stroke-width: 3;
    stroke-dasharray: 180;
    stroke-dashoffset: 0;
    stroke-linecap: round;
   /*-webkit-animation: draw 3s infinite ease;
    animation: draw 3s infinite ease;*/
}

.general_success_tick_check_checked{
    fill: none;
    stroke: #5DC548;
    stroke-width: 5;
    stroke-dasharray: 180;
    stroke-dashoffset: 0;
    stroke-linecap: round;
}

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.save_success_tick_text, .sending_success_tick_text, .general_success_tick_text{
    display: inline-block;
    font-size: 1rem;
    position: relative;
    top: -9px;
    font-weight: bold;
}

.saved_success_return_text{
    font-weight: bold;
    margin-right: 5px;
}

.saved_success_return_number{
    width: 10px;
    display: inline-block;
}

/* ========================= */
/* Widths ================== */
/* ========================= */

.width4{
    width: 100%;
}

@media only screen and (min-width:1100px) {
    .width4{
        float: left;
        width: 22%;
        margin-left: 4%;
        min-width: 250px;
    }

    .width4:nth-of-type(4n+1){
        margin-left: 0%;
    }
}


/* ========================= */
/* Panels ================== */
/* ========================= */

.panel{
    margin-bottom: 20px;
}

.panel_blank{
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.panel_white{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    border: 1px solid #cfd7d9;
}

.panel_blue{
    background-color: #20b7e6;
    color: #FFFFFF;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.075);
}

.panel_pink{
    background-color: #3bf10d;
    color: #FFFFFF;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.075);
}

.panel_dgrey{
    background-color: #404041;
    color: #FFFFFF;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.075);
}

.panel_red{
    background-color: #ea1636;
    color: #FFFFFF;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.075);
}

 .panel_green{
    background-color: #5DC548;
    color: #FFFFFF;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.075);
}

.panel_orange{
    background-color: #FFB432;
    color: #FFF;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.075);
}

.panel_ridge{
    background-color: #172550;
    color: #FFFFFF;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.075);
}

 .panel_section{
     padding-bottom: 10px;
     margin-bottom: 20px;
     border-bottom: 1px solid #cfd7d9;
 }

 .panel_section:last-child{
     padding-bottom: 0;
     margin-bottom: 0;
     border-bottom: none;
 }

 .panel_section_large{
     padding-bottom: 30px;
     margin-bottom: 30px;
     border-bottom: 1px solid #cfd7d9;
 }

 .panel_section_large:last-child{
     padding-bottom: 0;
     margin-bottom: 0;
     border-bottom: none;
 }

 .panel_overflow{
     overflow: inherit;
 }

 .panel_overflow::after{
     clear: both;
     content: '';
     display: block;
 }

 .panel_section_border_no{
     padding-bottom: 0;
     margin-bottom: 0;
     border-bottom: none;
 }

@media only screen and (min-width:600px){  
    .panel_left{
        display: inline-block;
        float: left;
        width: 45%;
        margin-right: 5%;
    }

    .panel_right{
        display: inline-block;
        float: right;
        width: 45%;
        margin-left: 5%;
    }
}

/* Panel Toggle */

.panel_toggle_header{
    position: relative;
    cursor: pointer;
}

.panel_toggle_header::after{
    content: '';
    clear: both;
    display: block;
}
.panel_toggle_header i{
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 2rem;
}

.panel_white .panel_toggle_header i{
    background-color: #FFF;
    padding: 0px 10px;
}

.panel_toggle_body{ display: none; }

.panel_toggle_open .panel_toggle_body{ display: block; }

.panel_toggle .panel_toggle_header h2{ -webkit-margin-after: 0em; }

.panel_toggle.panel_toggle_open .panel_toggle_header h2{ -webkit-margin-after: 0.83em; }

@media only screen and (min-width:1100px) {
    
    .panel_toggle_desktop_open .panel_toggle_header{ pointer-events: none; }
    .panel_toggle .panel_toggle_header h2{ -webkit-margin-after: 0.83em; }
    .panel_toggle_desktop_open .panel_toggle_header i{ display: none; }
    .panel_toggle_desktop_open .panel_toggle_body{ display: block; }

}

.panel_advanced_tag{
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    line-height: 20px;
    padding: 0px 10px; 
    color: #FFF;
    border-bottom-left-radius: 4px;
}

/* ========================= */
/* Tables ================== */
/* ========================= */

.table_container{
    display: block;
    overflow-x: auto;
    position: relative;
}

table{
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    border-spacing: 0;
}

th{
    font-weight: normal;
    font-weight: bold;
}

.table_header_titles {
    background-color: #F5F5F5;
    font-weight: bold;
}

.table_header_titles td{
    white-space: nowrap;
}

th, td{
    padding: 12px 8px;
    text-align: left;
    border-bottom: 1px solid #cfd7d9;
    min-width: 80px;
}

.table_checkbox_small{
    min-width: 30px;
    width: 30px;
}

.mce-container-body th, .mce-container-body td, .mce-grid th, .mce-grid td{
    min-width: inherit !important;
}

@media only screen and (min-width:600px) {
    th, td{
        padding: 12px 15px;
    }
}

thead tr th {
    height: 56px;
}

tr:last-child td{
    border-bottom: none !important;
}

tr:hover, .tr_selected{
    background-color: #F5F5F5;
}

thead tr:hover{
    background: none;
}

.table_noborder{
    border: none;
}

.table_maxh_300{
    max-height: 300px;
    overflow-y: auto;
}

.table_hidden_buttons_section{
    display: none;
}

.table_button {
    padding: 0px 15px;
    line-height: 30px;
    display: inline-block;
    border-radius: 15px;
    cursor: pointer;
}

.td_minw_70{
    min-width: 70px;
}

/* Table Delete */

tr[data-delete="true"]{
    color: #9d9d9d !important;
    background-color: #f0f0f0 !important;
}

tr[data-delete="true"] .table_pending_delete_text{
    color: #ea1636;
    font-weight: bold;
}

[data-delete="true"] .color_primary{
    color: #9d9d9d !important;
}

.delete_type_panel[data-delete="true"]{
    color: #9d9d9d !important;
    background-color: #f0f0f0 !important;
    border: 1px solid #ddd !important;
}

tr[data-delete="true"] input, tr[data-delete="true"] textarea, tr[data-delete="true"] select, tr[data-delete="true"] .checkbox_container,
.delete_type_panel[data-delete="true"] input, .delete_type_panel[data-delete="true"] textarea, .delete_type_panel[data-delete="true"] select, .delete_type_panel[data-delete="true"] .checkbox_container{
    border-color: #ddd !important;
    color: #9d9d9d !important;
    background: none !important;
    pointer-events: none !important;
    cursor:not-allowed !important;
}

tr[data-delete="true"] .checkbox_container input:checked + label:after, .delete_type_panel[data-delete="true"] .checkbox_container input:checked + label:after{
    background-color: #ddd !important;
    border-color: #ddd !important;
}

.delete_type_panel[data-delete="true"] .question_mark_tool_tip{
    background-color: #ddd !important;
}

tr[data-delete="true"] img, .delete_type_panel[data-delete="true"] img{
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}

tr[data-delete="true"] .button, .delete_type_panel[data-delete="true"] .button:not(.data_delete_allow_show), .delete_type_panel[data-delete="true"] [style*="background-color: #20b7e6;"], tr[data-delete="true"] td .message_type.NEWS, tr[data-delete="true"] td .message_type.SUPPORT, tr[data-delete="true"] td .message_type.MESSAGE {
    background-color: #ddd !important;
    border-color: #ddd !important;
    color: #9d9d9d !important;
    pointer-events: none !important;
}

tr[data-delete="true"] a, .delete_type_panel[data-delete="true"] a:not(.data_delete_allow_show), .delete_type_panel[data-delete="true"] label{
    color: #9d9d9d !important;
    pointer-events: none !important;
}

tr[data-delete="true"] i:not(.fa-undo), .delete_type_panel[data-delete="true"] i:not(.fa-undo){
    background-color: #ddd !important;
    color: #9d9d9d !important;
    pointer-events: none !important;
}

tr[data-delete="true"] .table_row_delete_icon, .delete_type_panel[data-delete="true"] .table_row_delete_icon{
    background-color: #404041 !important;
}

tr[data-delete="true"] .table_row_delete_icon.fa-spin{
    background: none !important;
}

/* Table JQuery UI */

.ui-datepicker-calendar th, .ui-datepicker-calendar td{
    min-width: inherit;
}

.ui-datepicker-calendar th{
    height: inherit;
}

/* Table Filter Spinner */

.th_filter_item{
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.th_filter_item_icon{
    display: inline-block;
}

.th_filter_item_icon.fa-sort-desc{
    position: relative;
    top: -2px;
}

.th_filter_item_icon.fa-sort-asc{
    position: relative;
    top: 3px;
}

/* ========================= */
/* Delete Panel Overlay ==== */
/* ========================= */

.delete_panel_overlay{
    position: absolute;
    top: 0; right: 0; bottom: 0;  left: 0;
    z-index: 3;
    background-color: rgba(0,0,0,0.7);
    color: #FFF;
}

.delete_panel_overlay_text_container{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0; right: 0;
    margin: 0 auto;
    text-align: center;
}

.delete_panel_overlay_title{
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.delete_panel_overlay_cancel{
    
}


/* ========================= */
/* Full Width Icons ======== */
/* ========================= */

.full_width_icons{
    overflow: hidden;
    text-align: center;
}

.full_width_icons a{
    background-color: #FFF;
    border: 1px solid #ddd;
    display: inline-block;
    width: 47%;
    color: #404041;
    height: 120px;
    text-align: center;
    padding: 30px 10px;
    margin: 0% 1%;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.full_width_icons a:hover{
    box-shadow: 0px 0px 15px 1px #ddd;
}

.full_width_icons a i{
    display: block;
    font-size: 2rem;
    margin-bottom: 10px;
}

.full_width_icons a.selected{
    background-color: #3bf10d;
    color: #FFF;
    border-color: #3bf10d;
}

.full_width_icons_pink a.selected{
    background-color: #3bf10d;
    border-color: #3bf10d;
}

.full_width_icons a.selected i{
    color: #FFF;
}

.full_width_icons_overlay{
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 20px;
    height: 20px;
    color: #404041;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 0px 10px;
    background-color: #F2F2F0;
    font-size: 0.7rem;
}

@media only screen and (min-width:900px){  
    .full_width_icons a{
        width: 31%;
    }
}

@media only screen and (min-width:1100px){  
    .full_width_icons a{
        width: 23%;
    }
    
    .full_width_icons3 a{
        width: 31% !important;
    }
    
}


/* ========================= */
/* Inputs + Labels ========= */
/* ========================= */

.input_container, .input_container_checkbox{
    margin-bottom: 10px;
    position: relative;
}

.input_container::after, .input_container_checkbox::after{
    content: '';
    display: block;
    clear: both;
}

.hide_overflow::after{
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.input_container label{
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

.input_container_checkbox label{
    margin-bottom: 10px;
    display: block;
}

.input_container label.label_not_bold{
    font-family: 'Raleway', sans-serif;
}

.input_container input{
    display: block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cfd7d9;
    border-radius: 4px;
    width: 100%;
    padding: 0px 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.input_container input[type="number"] {
    padding-right: 0;
}

input[type="number"]{
    box-shadow: none;
}

.input_container input[type="search"]{
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    min-width: 150px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.input_container input[type="search"]:focus{
    min-width: 250px;
}

.input_container_no_focus input[type="search"]:focus{
    min-width: 150px;
}

.input_container1 input {
    display: inline-block !important;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cfd7d9;
    border-radius: 4px;
    width: 100%;
    padding: 0px 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.input_container input[type="radio"] {
    height: auto;
    min-height: 20px;
}


.input_container_icon{
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 1rem !important;
    cursor: pointer;
}

.input_container_icon_search{
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 1rem !important;
    cursor: pointer;
}

.input_container select{
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #cfd7d9;
    border-radius: 4px;
    width: 100%;
    padding: 0px 20px;
    padding-right: 0;
}


.input_container1 select {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #cfd7d9;
    border-radius: 4px;
    width: 100%;
    padding: 0px 20px;
}
.input_container textarea{
    border: 1px solid #cfd7d9;
}


.input_container_noheight{
    height: 0 !important;
}

.input_container_password{
    display: flex;
    flex-wrap: nowrap;
}

.input_container_password input{
    width: calc(100% - 40px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input_container_password_reveal{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #cfd7d9;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 1rem;
}


/* Hide Number arros */

.hide_input_arrows::-webkit-outer-spin-button,
.hide_input_arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"].hide_input_arrows {
    -moz-appearance: textfield;
}

/* Centered Search */

.centered_search{
    max-width: 500px;
    margin: 50px auto 100px auto;
    position: relative;
    text-align: center;
}

.centered_search input{
    padding-right: 50px;
}

.centered_search_button{
    position: absolute;
    bottom: 0; right: 0;
    background: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border:none;
    cursor: pointer;
}

/* Inline Selects */

.inline_selects select{
    width: 30%;
    float: left;
    margin-right: 3%
}

.input_container_button input, .input_container_button select{
    width: 70%;
    max-width: 200px;
    display: inline-block;
}

.input_container_button #btnQuickSearch{
    border-radius: 4px;
    padding: 0px 10px;
    line-height: 40px;
    height: 40px;
}

.input_container_checkbox .checkbox_container{
    display: inline-block;
    width: 200px;
}

.input_container_url label{
    float: left;
    line-height: 40px;
}

.input_container_url input{
    width: 100%;
    min-width: 100px;
    max-width: 200px;
    float: left;
}

.input_container_url select{
    width: 100%;
    min-width: 100px;
    max-width: 200px;
    float: left;
}

.input_container_select_and_input select{
    float: left;
    max-width: 140px;
}

.input_container_select_and_input input{
    float: left;
    max-width: 200px;
    margin-left: 10px;
}

.input_container_30{
    float: left;
    width: 28%;
    margin-right: 4%;
}

.input_container_70{
    float: left;
    width: 68%;
}

.input_container_25 {
    float: left;
    width: 23%;
    margin-left: 2%;
}

@media only screen and (min-width:600px) {
    .input_container_50{
        width: 48%;
        margin-left: 4%;
        float: left;
    }

    .input_container_50:nth-of-type(2n+1), .input_container_25:first-child {
        margin-left: 0%;
    }

    .input_container_25 {
        float: left;
        width: 23%;
        margin-left: 2%;
    }
}

.input_container_3{
    width: 100%;
}

@media only screen and (min-width:600px) {

    .input_container_3_outer, .input_container_2_outer{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 100%;
    }

    .input_container_2{
        width: 45%;
    }

    .input_container_3{
        width: 30%;
    }
}

#add_domain_container input{
    padding: 0px 10px;
}

.input_container_prefix_https {
    float: left;
    width: 10%;
    display: none;
}

.input_container_prefix_https span{
        color: #5DC548;
    margin-top: 13px;
    display: block;
}

.input_container_prefix {
    float: left;
    width: 25%;
}
.input_container_tld {
    float: left;
    width: 25%;
    padding: 0px 10px;
}

.input_container_domain_dot
{
    width: 5%;
    text-align: center;
    float: left;
}

.input_container_domain_dot span{
    width: 4px;
    height: 4px;
    background-color: #bbb;
    display: block;
    border-radius: 50%;
    margin: 19px auto 0 auto;
}

.input_container_domain {
    width: 70%;
    float: left;
}

@media only screen and (min-width:600px) {
    #add_domain_container input{
        padding: 0px 10px;
    }
    .input_container_prefix_https{
        display: inline-block;
    }
    .input_container_domain{
        width: 60%;
    }
    .input_container_domain_buy {
        width: 70%;
    }
}

input[type=time]{
    padding: 10px;
}

.input_container input:focus, .input_container select:focus, .input_container textarea:focus{
    outline: none;
}

.input_is_code{
    font-family: "Courier New", Courier, monospace;
}

.input_help_text{
    display: none;
}

.success {
    color: #5DC548;
}

.alerts_container{
    display: block;
    clear: both;
}

.alert{ 
    display: none; 
    color: #ea1636;
    font-weight: bold;
    margin-top: 5px;
    line-height: 20px;
    margin-bottom: 10px;
    clear: both;
}

.alert_warning{
    color: #FFB432;
}

.alert_small{
    line-height: 17px;
}

.alert_background{
    background-color: #fff; 
    color: #ea1636;
    line-height: 30px;
    margin-bottom: 10px;
    display: none;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 0px 10px;
}

.alert_show{
    display: block;
}

.input_alert{
    border-color: #ea1636 !important;
}

.input_alert_warning{
    border-color: #FFB432 !important;
}

.input_alert_success{
    border-color: #5DC548 !important;
}


.bootstrap_warning{
    border-radius: 4px;
    padding: 5px 10px;
    color: #b36300;
    background-color: #fff3cd;
    border: 1px solid #e8d390;
    line-height: 20px;
}

.bootstrap_warning_link{
    color: #212121;
    text-decoration: underline;
}

.bootstrap_warning_button{
    background-color: #b36300;
    border-color: #b36300;
    color: #FFF;
}

.bootstrap_warning_button:hover{
    background-color: #945303;
    border-color: #945303;
}

.bootstrap_warning_red{
    border-radius: 4px;
    padding: 5px 10px;
    color: #ea1636;
    background-color: #fbdee3;
    border: 1px solid #ea1636;
    line-height: 20px;
}

.bootstrap_warning_red2{
    border-radius: 4px;
    padding: 5px 10px;
    background-color: #fbdee3;
    border: 1px solid #ea1636;
    line-height: 20px;
}

.file_input_container label{
    display: inline-block;
    color: #FFF;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background-color: #3bf10d;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.file_input_container label:hover{
    background-color: #C51170;
}

.file_input_container input{
    margin-left: -90px;
}

.file_input_container input[multiple]{
    margin-left: -99px;
}

.file_input_container input:focus{
    outline: none;
}

.video_input_container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    margin-bottom: 20px;
} 

.video_input_container iframe { 
    position: absolute; 
    top: 0; left: 0; 
    width: 100%; 
    height: 100%; 
}


/* ========================= */
/* Checkbox + Labels ======= */
/* ========================= */


/* SQUARED THREE */
.checkbox_container {
    position: relative;
    margin-bottom: 10px;
}

.checkbox_container:last-child{
    margin-bottom: 0px;
}

.checkbox_container input{
    visibility: hidden;
}

.checkbox_container label {
    cursor: pointer;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.checkbox_container label:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: none;
    top: -1px;
    left: -1px;
    border-radius: 2px;
    border: 1px solid #bbb;
    background-color: #FFF;
}

.checkbox_container_red input:checked + label:after {
    background-color: #ea1636;
    border-color: #ea1636;
}

.checkbox_container_green input:checked + label:after {
    background-color: #5DC548;
    border-color: #5DC548;
}

.checkbox_container_orange input:checked + label:after {
    background-color: #FFB432;
    border-color: #FFB432;
}

.checkbox_container_dgrey input:checked + label:after {
    background-color: #404041;
    border-color: #404041;
}

.checkbox_container input:disabled + label, .checkbox_container input:checked:disabled + label{
    color: #bdbdbd !important;
}


.checkbox_container span{
    position: relative;
    top: -1px;
    left: 20px;
}

.checkbox_container_info{
    position: absolute;
    background-color: #3bf10d;
    padding: 10px 10px;
    z-index: 9;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    font-size: 0.7rem;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    max-width: 200px;
}

.checkbox_container_info.checkbox_container_info_bottom{
    bottom: inherit !important;
    top: 20px;
}

.checkbox_container_info_pink{
    background-color: #3bf10d;
}

.checkbox_container_info_grey{
    background-color: #212121;
}

.checkbox_container:hover .checkbox_container_info{
    bottom: 30px;
    opacity: 1;
    visibility: visible;
}

.checkbox_container:hover .checkbox_container_info.checkbox_container_info_bottom{
    top: 30px;
}

/* Inline Checkboxes */

.inline_checkboxes .checkbox_container{
    display: inline-block;
    min-width: 110px;
    float: left;
}

.inline_checkboxes.inline_checkboxes_small .checkbox_container{
    min-width: 80px;
}

.inline_checkboxes .checkbox_container label, .top_margin_checkboxes .checkbox_container label{
    top: 13px;
}

.inline_checkboxes_currency .checkbox_container{
    display: inline-block;
    min-width: 180px;
    float: left;
    margin-bottom: 0px;
}

.inline_checkboxes_large .checkbox_container{
    display: inline-block;
    min-width: 180px;
    float: left;
    margin-bottom: 0px;
    margin-right: 20px;
}

.inline_checkboxes_currency .checkbox_container label{
    top: 13px;
}

.inline_checkboxes_currency .checkbox_container input{
    height: 30px;
    line-height: 30px;
}

.checkbox_container input[disabled="disabled"] + label{
    cursor: text;
}

.checkbox_container input[disabled="disabled"] + label::after{
    background-color: #ddd;
    border-color: #ddd;
}

/* ========================= */
/* Publish Date ============ */
/* ========================= */

.publish_date{
    margin-bottom: 10px;
}

.publish_date a{ cursor: pointer; }

#datetimepicker{
    border: none;
}

#datetimepicker:focus{
    outline: none;
}

.publish_date_selected, .publish_date_clear{ display: none; }


/* ========================= */
/* Tiny MCE Text Editor ==== */
/* ========================= */

textarea{
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    -webkit-appearance: none;
}

.mce-panel{
    border-radius: 4px;
    background-color: #F5F5F5 !important;
}

.mce-flow-layout-item{
    border: 1px solid #ddd !important;
    margin-top: 0 !important;
}

.mce-btn{
    background-color: #FFF !important;
}

.mce-btn-group .mce-btn{
    margin-left: 0px !important;
}

.mce-btn-group:not(:first-child){
    padding-left: 0px !important;
}

.mce-btn-group .mce-btn:hover{
    border: 1px solid #f5f5f5 !important;
}

.mce-btn-group .mce-btn:hover button{
    background-color: #f5f5f5;
}

.mce-primary button, .mce-primary button i{
    color: #333 !important;
}

.mce-content-body{
    padding: 0;
}

/* ========================= */
/* Modals ================== */
/* ========================= */

.modal_overlay, .overlay_forced, .welcome_wizard_overlay, .modal_doverlay, .additional_overlay, .forced_doverlay{
    background-color: rgba(0,0,0,0.65);
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9998;
    display: none;
}

.modal_x_button{
    display: none;
    font-size: 2rem !important;
    position: fixed;
    top: 15px;
    right: 10%;
    color: #FFF;
    z-index: 9999;
    cursor: pointer;
}

.modal_doverlay, .forced_doverlay{ background-color: rgba(0,0,0,0.9); }

.modal, .modal_forced, .modal_achievements{
    position: fixed !important;
    z-index: 9999;
    top: 5%; left: 0; right: 0;
    max-height: 90%;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 15px -3px #444444;
    display: none;
    border-radius: 10px;
}

.modal_achievements{
    max-width: 300px;
}

@media only screen and (min-width:600px){ 
    .modal, .modal_forced, .modal_achievements{
        width: 100%;
    }
}

.modal_expanded{
    top: 0;
    max-height: 100%;
    width: 100%;
    max-width: inherit;
    border-radius: 0;
}

.modal_expanded .modal_body_outer_container{
    height: 85vh;
    max-height: inherit;
}

.modal_header{
    padding: 0px 20px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 50px;
    position: relative;
    background-color: #f3f4f6;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.modal_expanded .modal_header{
    height: 7.5vh;
    line-height: 7.5vh;
    border-radius: 0;
}

.modal_expand{
    position: absolute;
    right: 50px;
    top: 0;
    cursor: pointer;
    color: #404041;
    width: 50px;
    height: 50px;
    text-align: center;
}

.modal_close{
    position: absolute;
    right: 0px;
    top: 0;
    cursor: pointer;
    color: #404041;
    width: 50px;
    height: 50px;
    text-align: center;
}

.modal_body_outer_container{
    overflow-y: auto;
    max-height: 65vh;
}

.modal_body{
    padding: 0px 20px;
    border-bottom: 1px solid #e4e4e4;
}

.modal_body:last-child{
    border-bottom: none;
}

.modal_body_container{
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.modal_body_left{
    float: left;
    width: 45%;
    margin-right: 5%;
}

.modal_body_right{
    float: right;
    width: 45%;
    margin-left: 5%;
}

.modal_red .modal_body span{ color: #ea1636; font-weight: bold; }
.modal_blue .modal_body span{ color: #20b7e6; font-weight: bold; }
.modal_pink .modal_body span{ color: #3bf10d; font-weight: bold; }

.modal_footer{ 
    padding: 10px 20px;
    box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
    background-color: #f3f4f6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.modal_footer::after{
    clear: both;
    content: '';
    display: block;
}
.modal_footer_right{ float: right; }
.modal_footer_left{ float: left; }

.modal_expanded .modal_footer{
    height: 7.5vh;
}

/* Modal Links */

.modal_links{
    position: fixed !important;
    z-index: 9999;
    overflow-y: auto;
    top: 20%; left: 0; right: 0;
    max-height: 80%;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    display: none;
    text-align: center;
}

.modal_links_body_item{
    color: #404041;
    background-color: #FFF;
    border: 1px solid #FFF;
    display: inline-block;
    height: 240px;
    width: 100%;
    max-width: 240px;
    padding: 20px;
    margin: 1%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.modal_links_body_item i{
    display: block;
    font-size: 2rem;
}

.modal_links_body_item img{
    display: block;
    width: 32px;
    border-radius: 4px;
    margin: 0 auto;
}

.modal_links_body_item strong{
    font-size: 1rem;
    margin-top: 10px;
    display: block;
}

.modal_links_body_item p{
    margin-top: 20px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    font-size: 0.7rem;
}

.modal_links_added{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
}

.modal_links_added_tick {
    fill: none;
    stroke: #5DC548;
    stroke-width: 5;
    stroke-linecap: round;
}


/* Add Modal */

#modal_links_body_item_more_container1, #modal_links_body_item_more_container2{
    position: absolute;
    left: 20px; right: 20px;
    height: 240px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#modal_links_body_item_more_container1{
    top: 20px;
}

#modal_links_body_item_more_container2{
    top: 240px;
}

.modal_links_body_item_more_container_active #modal_links_body_item_more_container1{
    top: -240px;
}

.modal_links_body_item_more_container_active #modal_links_body_item_more_container2{
    top: 20px;
}

/* Achievements */

.modal_achievements{
    text-align: center;
    padding: 60px 40px 40px 40px;
}

.modal_achievements_icon{
    font-size: 4rem !important;
    color: #fff;
    border-radius: 20px;
    width: 100px;
    height: 100px;
    line-height: 100px !important;
}

.modal_achievements_title{
    font-size: 1.2rem;
    margin-top: 50px;
    font-weight: bold;
}

.modal_achievements_text{
    margin-top: 10px;
    line-height: 20px;
    color: #a0a0a0;
}

.modal_achievements_icon2{
    font-size: 3.5rem !important;
    margin-top: 30px;
}

.modal_achievements_close{
    margin-top: 30px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.modal_achievements_bottom{
    margin-top: 60px;
}

.modal_achievements_close_next{
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.modal_achievements_next{
    float: right;
    color: #3bf10d;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.modal_achievements_next.modal_achievements_next_number_disabled{
    color: #ddd !important;
    cursor: text;
}

/* Modal Help Videos */

#modal_help_videos_frame{
    padding: 20px 0px;
}

/* Delete Modal */

.modal_delete_input_error /*, .delete_process_modal*/{
    display: none;
}

/* Save Modal */

.save_modal, .delete, .sending_modal, .save_modal_many{
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    display: none;
    z-index: 9998;
    background-color: rgba(255,255,255,0.3);
}

.save_modal_overlay, .delete_modal_overlay, .sending_modal_overlay{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9998;
    display:none;
}

.save_modal_body, .delete_modal_body, .sending_modal_body, .save_modal_many_body{
    position: fixed !important;
    z-index: 9999;
    top: 50%; left: 0; right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 300px;
    margin: 0 auto;
}

.save_process1, .sending_process1, .save_modal_many_body{
    background-color: #FFF;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 15px -3px #9c9c9c;    
}

.save_modal_many_list{ margin-top: 10px; }

.save_modal_many_list_item{ margin-bottom: 10px; }

.save_modal_many_list_item_saved{
    position: relative;
    top: 5px;
}

.save_modal_many_list_item .busy_wait_line_text{
    text-transform: capitalize;
}

.save_process_cube, .sending_process_cube{
    display: inline-block;
}

.save_process_text, .sending_process_text{
    display: inline-block;
    position: relative;
    top: -15px;
    font-size: 1rem;
    font-weight: bold;
    margin-left: 10px;
}

.save_process2, .sending_process2{
    background-color: #ea1636;
    color: #FFF;
    padding: 20px;
    box-shadow: 1px 1px 15px -3px #060606;
    display: none;
}


/* Error Modal */

.error_modal{
    position: fixed !important;
    z-index: 9999;
    top: 10%; left: 0; right: 0;
    overflow-y: auto;
    max-height: 80%;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #ea1636;
    color: #FFF;
    box-shadow: 1px 1px 15px -3px #060606;
    text-align: center;
    padding: 20px;
    display: none;
}


.error_modal_issue{
    background-color: #bb112b;
    color: #fff;
    padding: 20px;
    margin: 40px 0;
    max-height: 200px;
    overflow-y: auto;
}

.error_modal_footer{
    margin-top: 50px;
}

/* Error Loading Content Panel */

.error_loading_content{
    background-color: #ea1636;
    color: #FFF;
    width: 100%;
    padding: 20px;
    text-align: center;
}

/* ========================= */
/* Button with Dropdown ==== */
/* ========================= */

.has_dropdown{
    position: relative;
}

.has_dropdown::before{
    content: '';
    display: block;
    top: 0px; left: 0px;
    z-index:9000;
    height: 50px;
    width: 100%;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.has_dropdown_button_title{
    white-space: nowrap;
}

.dropdown_menu{
    position: absolute;
    background-color: #FFF;
    color: #404041;
    border-radius: 15px;
    line-height: 15px;
    font-size: 0.7rem;
    min-width: 200px;
    max-height: 200px;
    top: 25px;
    left: -40px;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    border: 1px solid #ddd;
    overflow-y: auto;
    box-shadow: 0px 0px 14px #dedede;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.dropdown_menu_left{
    left: inherit;
}

.dropdown_menu_left_zero{
    left: 0;
}

.dropdown_menu_left_zero_above{
    left: 0;
    top: inherit !important;
    bottom: 0;
}

.dropdown_menu_right_zero{
    left: inherit;
}

.dropdown_menu_right_zero_above{
    left: inherit;
    top: inherit !important;
    bottom: 0;
}

.dropdown_menu_min300{
    min-width: 300px;
}

.dropdown_menu::after{
    content: '';
    display: block;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.dropdown_menu a{
    display: block;
    color: #404041;
    padding: 10px;
    font-size: 0.8rem;
    text-align: center;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.dropdown_menu a i{
    margin-right: 5px;
}

.dropdown_menu a:first-child{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.dropdown_menu a:last-child{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom: none;
}

.dropdown_menu a.dropdown_menu_red:hover{
    background-color: #ea1636;
    border-bottom-color: #ea1636;
    color: #FFF;
}

.dropdown_menu a.dropdown_menu_dgrey:hover{
    background-color: #404041;
    border-bottom-color: #404041;
    color: #FFF;
}

.dropdown_menu a.dropdown_menu_green:hover{
    background-color: #5DC548;
    border-bottom-color: #5DC548;
    color: #FFF;
}

.has_dropdown:hover::before{
    opacity: 1;
    visibility: visible;
}

.has_dropdown:not(.has_dropdown_main_button_disabled):hover .dropdown_menu{
    opacity: 1;
    z-index: 9999;
    top: 35px;
    visibility: visible;
}

.has_dropdown:hover .dropdown_menu.dropdown_menu_left_zero_above{
    bottom: 30px;
}

.has_dropdown:hover .dropdown_menu.dropdown_menu_right_zero_above{
    bottom: 20px;
}


.has_dropdown_main_button_disabled_text{
    display: none;
}

.has_dropdown_main_button_disabled .has_dropdown_main_button_disabled_text{
    display: block;
}

.has_dropdown_main_button_disabled .has_dropdown_main_button_text{
    display: none;
}

/* ========================= */
/* Simple Dropdown ========= */
/* ========================= */

.dropdown{
    position: relative;
    display: flex;
}

.dropdown_main{
    border: 1px solid #ddd;
    color: #3bf10d;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    display: inline-block;
    cursor: pointer;
}

.dropdown_main:hover{
    background-color: #F5F5F5;
}

.dropdown_container{
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #FFF;
    position: absolute;
    top: 35px;
    left: 0;
    overflow: hidden;
    box-shadow: 1px 1px 5px #ddd;
    display: none;
}

.dropdown_container a{
    display: block;
    color: #404041;
    padding: 0px 10px;
    line-height: 30px;
}

.dropdown_container a:hover{
    background-color: #3bf10d;
    color: #FFF;
}

/* ========================= */
/* Pre Code ================ */
/* ========================= */

code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px; 
}
pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: normal;
    overflow-y: auto;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: "Courier New", Courier, monospace;
    line-height: 16px;
}

pre.textarea_precode{
    position: absolute;
    top: -5px;
    border: none;
    cursor: text;
}

pre.textarea_precode > code{
    height: auto;
    background: none;
    border: none;
    padding: 10px 20px;
    height: 280px;
    color: #aaa;
}

.precode_container{

}

/* ========================= */
/* Warning Tips ============ */
/* ========================= */

.warning{
    color: #FFB432;
    position: absolute;
    top: 14px;
    right: 10px;
    display: none !important;
}

.warning_with_label{
    top: 33px;
}

.warning_show{
    display: block !important;
}

.warning_tip_item{
    color: #ea1636;
    margin-top: 5px;
    display: none;
}

.warning_tip_item i{
    margin-right: 5px
}


/* ========================= */
/* Tools Tips ============== */
/* ========================= */

.has_tool_tip{
    position: relative;
    pointer-events: inherit;
}

.tool_tip{
    position: absolute;
    background-color: #ddd;
    color: #404041;
    border-radius: 4px;
    line-height: 15px;
    font-size: 0.7rem;
    padding: 5px 10px;
    min-width: 160px;
    bottom: 40px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tool_tip_large{
    min-width: 220px;
}

.tool_tip_bottom{
    bottom: inherit !important;
    top: 40px;
}

.tool_tip_vtop, .tool_tip_verytop{
    bottom: inherit !important;
    top: 0px;
}

.tool_tip_nomin{
    min-width: inherit !important;
}

.tool_tip_dgrey{
    background-color: #404041;
    color: #FFF;
}

.tool_tip_red{
    background-color: #ea1636;
    color: #FFF;
}

.tool_tip_blue{
    background-color: #20b7e6;
    color: #FFF;
}

.tool_tip_orange{
    background-color: #FFB432;
    color: #FFF;
}

.tool_tip_green{
    background-color: #5DC548;
    color: #FFF;
}

.tool_tip::after{
    content: '';
    display: block;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ddd;
    position: absolute;
    bottom: -10px;
    right: 10px;
}

.tool_tip.tool_tip_bottom::after {
    bottom: inherit !important;
    top: -10px;
    border-top: none !important;
    border-bottom: 10px solid #ddd;
}

.tool_tip_left{
    right: inherit;
    left: 0px;
}

.tool_tip_left::after{
    right: inherit;
    left: 10px;
}

.tool_tip_dgrey::after{
    border-top: 10px solid #404041;
}

.tool_tip_bottom.tool_tip_dgrey::after{
    border-bottom: 10px solid #404041;
}

.tool_tip_red::after{
    border-top: 10px solid #ea1636;
}

.tool_tip_bottom.tool_tip_red::after{
    border-bottom: 10px solid #ea1636;
}

.tool_tip_blue::after{
    border-top: 10px solid #20b7e6;
}

.tool_tip_bottom.tool_tip_blue::after{
    border-bottom: 10px solid #20b7e6;
}

.tool_tip_green::after{
    border-top: 10px solid #5DC548;
}

.tool_tip_orange::after{
    border-top: 10px solid #FFB432;
}

.has_tool_tip:hover .tool_tip{
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    bottom: 50px;
}

.has_tool_tip:hover .tool_tip.tool_tip_top_small{
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    bottom: 35px;
}

.has_tool_tip:hover .tool_tip.tool_tip_bottom{
    bottom: inherit !important;
    top: 50px;
}

.has_tool_tip:hover .tool_tip.tool_tip_bottom_small{
    bottom: inherit !important;
    top: 30px;
}

.has_tool_tip:hover .tool_tip.tool_tip_vtop{
    bottom: inherit !important;
    top: -35px;
}

.has_tool_tip:hover .tool_tip.tool_tip_vtop{
    bottom: inherit !important;
    top: -70px;
}

.has_tool_tip_hide_disabled:not(.button_disabled):hover .tool_tip{
    display: none !important;
}

.static_tool_tip{
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    background-color: #ddd;
    font-size: 0.7rem;
    font-weight: bold;
}

.static_tool_tip_red{
    background-color: #ea1636;
    color: #FFF;
}

/* Question Mark Tool Tip (help opens in modal) */

.question_mark_tool_tip, .question_mark_tool_tip_lgrey{
    padding: 0px 5px;
    line-height: 20px;
    border-radius: 4px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.question_mark_tool_tip_lgrey{
    background-color: #ddd;
    color: #3c3c3c;
}

.question_mark_tool_tip_lgrey:hover{
    background-color: #b3b3b3;
}

.question_mark_tool_tip_gold{
    color: #FFF;
    background-color: #FFB432 !important;
}

.question_mark_tool_tip_gold:hover{
    background-color: #ffa811 !important;
}

.question_mark_tool_tip_gold .question_mark_tool_tip_span{
    background-color: #FFB432 !important;
}

.question_mark_tool_tip_gold .question_mark_tool_tip_span::after{
    border-bottom: 10px solid #FFB432 !important;
}

.question_mark_tool_tip:hover .question_mark_tool_tip_span, 
.question_mark_tool_tip:hover .question_mark_tool_tip_span_middle,
.question_mark_tool_tip:hover .question_mark_tool_tip_span_left,
.question_mark_tool_tip_lgrey:hover .question_mark_tool_tip_span_left,
.available_tags_question_mark_tool_tip:hover .question_mark_tool_tip_span_grey{
    opacity: 1;
    z-index: 9999;
    top: 25px;
}

.question_mark_tool_tip:hover .question_mark_tool_tip_span_bot{
    opacity: 1;
    z-index: 9999;
    bottom: 25px;
}

.question_mark_tool_tip_span, .question_mark_tool_tip_span_bot{
    position: absolute;
    color: #fff;
    border-radius: 4px;
    line-height: 15px;
    font-size: 0.7rem;
    padding: 5px 10px;
    min-width: 160px;
    top: 30px;
    right: -12px;
    opacity: 0;
    z-index: -1;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.question_mark_tool_tip_span_wide{
    min-width: 250px;
}

.question_mark_tool_tip_span_bot{
    bottom: 30px;
    top: initial;
    right: initial;
    left: 0;
}

.question_mark_tool_tip_span_middle, .question_mark_tool_tip_span_grey{
    position: absolute;
    color: #fff;
    border-radius: 4px;
    line-height: 15px;
    font-size: 0.7rem;
    padding: 5px 10px;
    min-width: 160px;
    top: 30px;
    right: -65px;
    opacity: 0;
    z-index: -1;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.question_mark_tool_tip_span_left{
    position: absolute;
    color: #fff;
    border-radius: 4px;
    line-height: 15px;
    font-size: 0.7rem;
    padding: 5px 10px;
    min-width: 160px;
    top: 30px;
    left: -12px;
    opacity: 0;
    z-index: -1;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.question_mark_tool_tip_span_grey{
    background-color: #404041;
    min-width: inherit;
    right: 0;
    left: 0;
}

.question_mark_tool_tip_span::after, .question_mark_tool_tip_span_bot::after{
    content: '';
    display: block;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 10px;
}

.question_mark_tool_tip_span_left::after{
    content: '';
    display: block;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 10px;
}

.question_mark_tool_tip_span_bot::after{
    bottom: -8px;
    top: initial;
    border-bottom: initial;
    right: initial;
    left: 0px;
    border-top: 10px solid #3bf10d;
}

.question_mark_tool_tip_span_middle::after, .question_mark_tool_tip_span_grey::after{
    content: '';
    display: block;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 63px;
}

.question_mark_tool_tip_span_grey::after{
    border-bottom: 10px solid #404041;
}

/* ========================= */
/* Poll ==================== */
/* ========================= */

.poll{
    overflow: hidden;
    background-color: #F5F5F5;
    border: 1px solid #ddd;
    padding: 10px;
}

.busy_wait{
    text-align: center;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: 998;
    background-color: rgba(255,255,255,0.25);
    min-height: 100px;
    display: none;
}

.busy_wait_static{
    position: relative;
}

.busy_wait_content{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.busy_wait_content .sk-cube-grid{
    display: inline-block;
}


.busy_wait_content span{
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    position: relative;
    top: -15px;
    font-size: 1rem;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}

.sk-cube-grid .sk-cube1 {
    background-color: #ea1636;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; 
}
.sk-cube-grid .sk-cube2 {
    background-color: #5DC548;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; 
}
.sk-cube-grid .sk-cube3 {
    background-color: #FFB432;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; 
}
.sk-cube-grid .sk-cube4 {
    background-color: #20b7e6;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; 
}
.sk-cube-grid .sk-cube5 {
    background-color: #ea1636;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; 
}
.sk-cube-grid .sk-cube6 {
    background-color: #5DC548;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; 
}
.sk-cube-grid .sk-cube7 {
    background-color: #20b7e6;
    -webkit-animation-delay: 0s;
    animation-delay: 0s; 
}
.sk-cube-grid .sk-cube8 {
    background-color: #20b7e6;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; 
}
.sk-cube-grid .sk-cube9 {
    background-color: #ea1636;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; 
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  } 
}



/* Busy Wait Line */

.busy_wait_line{
    overflow: hidden;
    
}

.busy_wait_line_item{
    height: 10px;
    width: 10px;
    content: '';
    display: inline-block;
    position: relative;
    top: 1px;
    -webkit-animation: busyWaitLineAnimation 1.3s infinite ease-in-out;
    animation: busyWaitLineAnimation 1.3s infinite ease-in-out; 
}

.busy_wait_line1{ 
    background-color: #ea1636;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; 
}

.busy_wait_line2{ 
    background-color: #5DC548;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; 
}

.busy_wait_line3{ 
    background-color: #FFB432;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; 
}

@-webkit-keyframes busyWaitLineAnimation {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); 
  }
}

@keyframes busyWaitLineAnimation {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  } 
}

.busy_wait_line_text{
    font-size: 0.8rem !important;
    color: #404041 !important;
}

/* ========================= */
/* Misc ==================== */
/* ========================= */

.help_article_icon{
    position: absolute;
    right: 10px;
    top: 5px;
    opacity: 0.3;
    font-size: 3rem !important;
    color: #30A23A;
}

.full_width_clear{
    width: 100%;
    overflow: hidden;
    clear: both;
    display: block;
}

.or_break{
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align:center;
}

.or_break::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

.or_break::after{
    content: 'OR';
    background-color: #FFF;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    width: 30px;
    text-align:center;
    margin: 0 auto;
}

.modal_switch_accounts_verify_error{ display: none; }

/* Keyboard Shortcuts */
.modal_keyboard_shortcuts .lists_table_container{
    margin-bottom: 30px;
}

.modal_keyboard_shortcuts_header{
    font-weight: bold;
    background-color: #f5f5f7;
}

.modal_keyboard_shortcuts table tr td span, .modal_keyboard_shortcuts_requests span{
    background-color: #f5f5f7;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 6px;
    margin-right: 5px;
}

.modal_keyboard_shortcuts table tr td span:last-child, .modal_keyboard_shortcuts_requests span:last-child{
    margin-right: 0;
}

.modal_keyboard_shortcuts_requests span{
    display: inline-block;
}

/* ========================= */
/* Tab Sections ============ */
/* ========================= */

.tab_nav{
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.tab_nav_item{
    float: left;
    line-height: 40px;
    padding: 0px 10px;
    cursor: pointer;
    width: 50%;
    font-weight: bold;
    text-align: center;
    border-radius: 0px;
}

@media only screen and (min-width:600px) {
    .tab_nav_item {
        padding: 0px 20px;
        width: inherit;
        text-align: left;
        margin-bottom: 5px;
        line-height: 30px;
        margin-right: 5px;
        border-radius: 4px;
    }
}

.tab_nav_item:hover{
    background-color: #ddd !important;
}

.tab_nav_item.selected{
    color: #fff !important;
}

.tab_section_container{
    background-color: #FFF;
    border: 1px solid #cfd7d9;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}

.tab_section_container::after{
    content: '';
    clear: both;
    display: block;
}

.tab_container_nobg .tab_section_container{
    background-color: inherit;
    padding: 0;
}

.tab_container_nobg_noshad .tab_section_container{
    background-color: inherit;
    padding: 0;
    border: none;
}

.tab_container_nobg_noshad_pad_bor .tab_section_container{
    background-color: inherit;
    box-shadow: none;
    border: 1px solid #ddd;
}

.tab_section_container_loading .busy_wait_customers_info{
    display: block;
}

.tab_section_container_loading .tab_section_inner_container{
    display: none;
}

.tab_section{ display: none; }

.tab_section:first-child{ display: block; }

/* Help Wizard Support */

.user_data_info ul{
    -webkit-padding-start: 0px;
}

.user_data_info ul li{
    float: left;
    list-style-type: none;
    margin-right: 10px;
    background-color: #f5f5f7;
    border: 1px solid #ddd;
    line-height: 25px;
    padding: 0px 10px;
    margin-top: 5px;
    border-radius: 4px;
    font-size: 0.6rem;
}


/* Switch Accounts Modal */

.switch_accounts_zero{
    text-align: center;
}

.switch_accounts_item {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.switch_accounts_item_active {
    color: #404041;
}

.switch_accounts_item_link{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #404041;
}

.switch_accounts_item_not_verified .switch_accounts_item_link, .switch_accounts_item_active .switch_accounts_item_link{
    display: none;
}

.switch_accounts_info {
    margin-top: 10px;
    text-align: center;
}

.switch_accounts_item_name{
    font-family: sansationbold;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (min-width:600px){ 
    .switch_accounts_item_name{
        font-size: 1.5rem;
    }
}

.switch_accounts_item_url {
    position: relative;
    z-index: 2;
    margin: 10px auto 0 auto;
    word-wrap: break-word;
    line-height: 20px;
    overflow: hidden;
    width: 275px;
}

.switch_accounts_item_image_container{
    width: 100%;
    margin: 10px auto;
    text-align: center;
}

.switch_accounts_item_image {
    width: 125px;
    height: 125px;
}

.switch_accounts_item .button{
    margin-top: 10px;
}

.switch_accounts_item_active .button.button_primary {
    border-color: #FFF !important;
    cursor: text;
    color: #fff !important;
}

@media only screen and (min-width:600px) {

    .switch_accounts_item{
        padding: 10px 30px;
    }

    .switch_accounts_item_image_container{
        float: left;
        width: 30%;
        margin-right: 5%;
    }

    .switch_accounts_item_image_container img{
        max-width: 100%;
    }

    .switch_accounts_info{
        float: right;
        width: 65%;
        text-align: left;
    }

    .switch_accounts_item_url{
        margin: 10px 0;
    }
}

/* Blog */

.navblog{
    margin: 0px 20px;
}

.navblog a{
    color: #fff;
    line-height: 20px;
    font-weight: normal;
}

.navblog a #lblBlogTitle{
    font-weight: bold;
    display: block;
    font-size: 0.9rem;
    color: #3bf10d;
}

.navblog #lblBlogSummary{
    display: inline-block;
    color: #FFF !important;
    font-weight: normal;
}

.navblog .blog_read_more{
    display: inline-block;
    font-weight: bold;
    text-decoration: underline;
}


.page_navigation_boxes{
    text-align: center;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.page_navigation_box{
    background-color: #FFF;
    color: #404041;
    width: 100%;
    display: block;
    /*max-width: 250px;*/
    max-width: 225px;
    padding: 0px 10px;
    height: 150px;
    position: relative;
    border: 1px solid #ddd;
    margin: 0 5px 30px 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #cfd7d9;
    border-radius: 4px;
}

.page_navigation_box.page_navigation_box_isapp{
    display: none;
}

.page_navigation_box_ridge{
    color: #FFF !important;
    background-color: #172550 !important;
}

.page_navigation_box_ridge i{
    color: #FFF !important;
}

.page_navigation_box_ridge svg{
    height: 45px !important;
    margin-top: 10px;
}

.page_navigation_box_disabled{
    filter: grayscale(1);
    background-color: #f2f4f5;
}

.page_navigation_box.page_navigation_box_add_apps{
    background: none !important;
    border-style: dashed;
    border-width: 2px;
}

.page_navigation_box.page_navigation_box_add_apps:hover{
    background-color: #FFF !important;
}

.page_navigation_box.page_navigation_box_add_apps .page_navigation_box_inner_add_apps{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.page_navigation_box.page_navigation_box_add_apps .page_navigation_box_add_apps_icon{
    height: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    width: inherit !important;
}

.page_navigation_box.page_navigation_box_add_apps .page_navigation_box_add_apps_title{
    font-size: 1rem;
    font-weight: bold;
}

.page_navigation_box:hover{
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.18);
}

.page_navigation_box i{
    display: block;
    text-align: center;
    border-radius: 50%;
    margin: 10px auto 0px auto;
    font-size: 2rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.page_navigation_box img{
    max-height: 32px;
    line-height: 75px;
    margin: 20px auto 5px auto;
    border-radius: 4px;
    max-width: 100%;
}

.page_navigation_box_recent{
    position: absolute;
    top: -1px;
    right: 0px;
    border-bottom-left-radius: 4px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0px 5px;
    font-size: 0.7rem;
}

.page_navigation_box_title{
    display: block;
    max-width: 200px;
    margin: 0 auto 10px auto;
    font-size: 1rem;
    font-weight: bold;
}

.page_navigation_box_text{
    display: block;
    max-width: 200px;
    margin: 0 auto;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.page_navigation_box_stars, .page_navigation_box_stars_pr_only{
    position: absolute;
    top: -1px;
    right: -1px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 0.7rem;
    background-color: #5DC548;
  
}

.page_navigation_box_stars i, .page_navigation_box_stars_pr_only i{
    color: #FFF !important;
    font-size: 0.7rem !important;
    display: inline-block;
    line-height: 20px !important;
    width: inherit;
    height: inherit;
    margin: inherit;
    margin-right: 5px;
}

.page_navigation_box_stars i:first-child, .page_navigation_box_stars_pr_only i:first-child{
    margin-left: 5px;
}

.page_navigation_box_stars i:nth-child(3){
    display: none;
}

.page_navigation_box_stars svg, .page_navigation_box_stars_pr_only svg{
    display: none;
    padding: 0 5px;
    position: relative;
    top: 2px;
}

.page_navigation_box_stars[data-plan='pro'], .page_navigation_box_stars_pr_only[data-plan='pro'],
.page_navigation_box_stars[data-plan='charity'], .page_navigation_box_stars_pr_only[data-plan='charity']{
    background-color: #20b7e6;
}

.page_navigation_box_stars[data-plan='pro'] i:nth-child(3), .page_navigation_box_stars[data-plan='charity'] i:nth-child(3){
    display: inline-block;
}

.page_navigation_box_stars svg{
    display: none;
}

.page_navigation_box_stars[data-plan='ridge'], .page_navigation_box_stars_pr_only[data-plan='ridge']{
    background-color: #172550;
}

.page_navigation_box_stars[data-plan='ridge'] i, .page_navigation_box_stars_pr_only[data-plan='ridge'] i{
    display: none;
}

.page_navigation_box_stars[data-plan='ridge'] svg, .page_navigation_box_stars_pr_only[data-plan='ridge'] svg{
    display: inline-block;
}

@media only screen and (min-width:1480px) {

    /*.page_navigation_box:nth-child(-n+4) {
        height: 250px;
    }*/

    /*.page_navigation_box:nth-child(-n+4) i{
        height: 75px;
        width: 75px;
        line-height: 75px;
        font-size: 3rem;
        margin: 20px auto 0px auto;
    }*/

    /*.page_navigation_box:nth-child(-n+4) img{
        margin: 35px auto 10px auto;
        max-height: 46px;
    }*/

    .page_navigation_box_ridge svg{
        height: 75px !important;
        margin-top: 20px;
     }

    /*.page_navigation_box:nth-child(-n+4) .page_navigation_box_title{
        margin: 0 auto 20px auto;
    }*/

}


/* Add Apps Panel Box */

.add_apps_box_panel{
    color: #404041;
    width: 100%;
    display: block;
    max-width: 250px;
    padding: 0px 10px;
    height: 150px;
    position: relative;
    margin: 20px auto 0 auto;
    border-style: dashed;
    border-width: 2px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.add_apps_box_panel:hover{
    background-color: #FFF;
}

.add_apps_box_panel_inner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.add_apps_box_panel_icon{
    font-size: 2rem !important;
    display: block !important;
}

.add_apps_box_panel_title{
    font-size: 1rem;
    font-weight: bold;
}

/* Active Apps */

.active_apps{
    overflow: hidden;
}

.active_apps_item{
    width: 50px;
    height: 50px;
    border-radius: 4px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.active_apps_item img{
    width: 100%;
}




/* ========================= */
/* Main Search ============= */
/* ========================= */

#main_search{
    position: absolute;
    background-color: #FFF;
    padding: 10px 20px 20px 20px;
    color: #404041;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    top: 40px;
    z-index: 9000;
    left: -85px;
    width: calc(100% + 85px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-bottom: 1px solid #cfd7d9;
}

#main_search.main_search_active{
    top: 50px;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width:600px){  
    #main_search{
        width: 450px;
        left: 0;
        border-right: 1px solid #cfd7d9;
    }
}

.main_search_nav_info{
    margin-bottom: 10px;
}

.main_search_title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.main_search_container{
    overflow-y: auto;
    max-height: 170px;
}

.main_search_loader{
    height: 55px;
    line-height: 55px;
}

.main_search_item{
    color: #404041;
    overflow: hidden;
    height: 55px;
    display: block;
    padding: 10px;
}

.main_search_item:hover, .main_search_item_toggle{
    color: #FFF;
}

.main_search_item_icon{
    float: left;
    width: 50px;
    height: 50px;
}

.main_search_item i{
    font-size: 1rem;
    background-color: #ccc;
    color: #FFF;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 4px;
}

.main_search_item_icon img{
    width: 35px;
    height: 35px;
    border-radius: 4px;
}

.main_search_item_info{
    float: left;
    width: calc(100% - 50px);
    height: 35px;
}

.main_search_item_info_title{
    font-weight: bold;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_search_item_info_desc{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Prominant Header e.g. Google Facebook etc */

.prominant_header{
    text-align: center;
    margin-top: 5%;
}

.prominant_header img{
    max-width: 100%;
}

.prominant_header .fa-google{
    font-size: 8rem;
    color: #3bf10d;
}

.prominant_header_text{
    margin-bottom: 50px;
}

.prominant_header_title{
    font-size: 1.5rem;
    font-weight: bold;
}


@media only screen and (min-width:600px) {
    .prominant_header_title{
        font-size: 2rem;
    }
}



/* Theme editor + Google Adsense Banners */

.theme_editor_banners_select_item{
    background-color: #F2F2F0;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
}

.theme_editor_banners_select_item.selectable{
    cursor: pointer;
}

.theme_editor_banners_select_item::after{
    display: inline-block;
    position: absolute;
    top: 5px; left: 5px;
    padding: 0px 5px;
    background-color: rgba(0,0,0,0.6);
    line-height: 20px;
    color: #fff;
    border-radius: 4px;
    font-size: 0.7rem;
}

.theme_editor_banners_select_header::after{ content: 'Header'; }
.theme_editor_banners_select_left::after{ content: 'Left'; }
.theme_editor_banners_select_main::after{ content: 'Body'; }
.theme_editor_banners_select_right::after{ content: 'Right'; }
.theme_editor_banners_select_footer::after{ content: 'Footer'; }

.theme_editor_banners_select_header{
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
}

.theme_editor_banners_select_body{
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.theme_editor_banners_select_left, .theme_editor_banners_select_right{
    width: 20%;
    display: inline-block;
    float: left;
    height: 100px;
}

.theme_editor_banners_select_main{
    width: 50%;
    margin: 0% 5%;
    height: 100px;
    display: inline-block;
    float: left;
}

.theme_editor_menu_expand_active .theme_editor_banners_select_left,
.theme_editor_menu_expand_active .theme_editor_banners_select_right,
.theme_editor_menu_expand_active .theme_editor_banners_select_main{
    height: 200px;
}

@media only screen and (min-width:600px){  

    .google_adsense_banners .theme_editor_banners_select_left,
    .google_adsense_banners .theme_editor_banners_select_right,
    .google_adsense_banners .theme_editor_banners_select_main{
        height: 200px;
    }
}

.theme_editor_banners_select_footer{
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

.theme_editor_banners_key span{
    display: block;
    margin-bottom: 5px;
}

.theme_editor_banners_key span::before{
    background-color: #F2F2F0;
    border: 1px solid #ddd;
    margin-right: 5px;
    height: 15px;
    width: 15px;
    display: inline-block;
    content: '';
    border-radius: 4px;
    position: relative;
    top: 3px;
}






/* Progress Bar */

.progress_bar_container{
    position: relative;
}

.progress_bar{
    width: 100%;
    height: 15px;
    border: 1px solid #ddd;
    border-radius: 7px;
    position: relative;
    margin-bottom: 50px;
    padding: 3px 3px;
}

.progress_bar_nomb{
    margin-bottom: 0;
}

.progress_bar_active{
    background-color: #3bf10d;
    height: 9px;
    width: 0%;
    border-radius: 4px;
    margin-top: -1px;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.progress_bar_active::after{
    width: 18px;
    height: 18px;
    content: '';
    border: 2px solid #fff;
    background-color: #3bf10d;
    position: absolute;
    border-radius: 50%;
    right: 5px;
    top: -5px;
    display: block;
}

.progress_bar_active::before{
    content: '';
    display: block;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #3bf10d;
    position: absolute;
    right: 9px;
    z-index: 3;
    top: 8px;
}

.progress_bar_noarrow::before{
    display: none !important;
}

.progress_bar_text{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    /*border: 1px solid #ddd;
    background-color: #fff;
    padding: 2.5px 5px;
    border-radius: 4px;
    */
    border-radius: 4px;
    line-height: 20px;
    top: 9px;
    font-size: 0.7rem;
    font-weight: bold;
    right: 10px;
    width: 120px;
    text-align: right;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.progress_bar_text_left{
    right: -100px;
    text-align: left;
}

.progress_bar_text_active{
    opacity: 1;
    visibility: visible;
    top: 16px;
}

.progress_bar_info{
    text-align: center;
}

.progress_bar_info_description{
    margin-bottom: 20px;
}





/* Stats */

.four_top_widgets{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.four_top_widgets_item{
    height: 152px;
    width: 100%;
}

@media only screen and (min-width: 600px) {
    .four_top_widgets_item{
        width: 45%;
    }
}

.four_top_widgets_item_title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 30px;
}

.four_top_widgets_item_list .four_top_widgets_item_title{
    margin-bottom: 10px;
}

.four_top_widgets_item_title i{
    margin-right: 5px;
}

.four_top_widgets_item_info{
    text-align: right;
    color: #bbb;
    font-size: 0.9rem;
}

.four_top_widgets_item_list .four_top_widgets_item_info{
    font-size: 1rem;
    text-align: center;
}

.four_top_widgets_item_list .four_top_widgets_item_info div{
    float: left;
    width: 32%;
    text-align: center;
}

.four_top_widgets_item_list .four_top_widgets_item_info div:last-child{
    border-bottom: none;
}

.four_top_widgets_item_number{
    text-align: right;
    font-size: 2rem;
}

.four_top_widgets_item_list .four_top_widgets_item_info div .four_top_widgets_item_number{
    font-size: 1.4rem;
    display: block;
    text-align: center;
    margin-top: 10px;
}


#circle {
    display: inline-block;
    float: right;
    margin-top: -30px;
}



/* ========================= */
/* List with Buttons ======= */
/* ========================= */

.list_with_button_item{
    display: block;
    margin-bottom: 5px;
}

.list_with_button_item i{
    border: 1px solid #bbb;
    border-radius: 4px;
    background-color: #fff;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    text-align: center;
    position: relative;
    top: 2px
}

.list_with_button_item i:hover{
    background-color: #ddd;
    cursor: pointer;
}

.list_with_button_item strong{
    word-break: break-all;
}



/* ========================= */
/* Generic Hidden Section == */
/* ========================= */

.hidden_section{
    display: none;
    margin-top: 10px;
}

.hidden_section_title{
    text-decoration: underline;
    cursor: pointer;
}

/* Range Slider */

.range_slider_text_container{
    margin-bottom: 20px;
    font-size: 1rem;
}

.slider_range_text{
    font-size: 0.7rem;
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
}

.slider_range_text_flex {
    font-size: 0.7rem;
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}

.slider_range_text_left{
    float: left;
}

.slider_range_text_right{
    float: right;
}

#slider-range-min{
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #ffffff;
    color: #333333;
    height: 15px;
    position: relative;
}
.slider-range-min {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    color: #333333 !important;
    height: 15px !important;
    position: relative !important;
}

.ui-slider-range{
    display: block;
    font-size: 0.7rem;
    position: absolute;
    border: 0;
    background-position: 0 0;
    border-radius: 4px;
    height: 100%;
    top: 0;
}

.ui-slider-handle{
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    top: -.3em;
    margin-left: -.6em;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    border-radius: 4px;
    cursor: pointer;
}

.ui-slider-handle:focus{
    outline: none;
}

#slider-range-min.ui-state-disabled .ui-slider-range{
    background-color: #ddd !important;
}

/* Affiliates Page */
.affiliates_balance_container {
    display: block;
}

.affiliates_balance_item {
    margin-top: 10px;
    color: #404041;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 32%;
}

@media only screen and (max-width: 600px) {
    .affiliates_balance_item {
        display: block;
        width: 100%;
        text-align: left!important;
    }
}




.text_copy_container{
    background-color: #f5f5f7;
    border: 1px solid #ddd;
    padding: 20px 10px;
    position: relative;
}

#text_copy_button_copied{
    position: absolute;
    top: -20px;
    right: 0px;
    color: #FFF;
    padding: 0px 10px;
    line-height: 25px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#text_copy_button_copied.text_copy_button_copied_active{
    opacity: 1;
    visibility: visible;
    top: -40px;
}

.text_copy_button{
    position: absolute;
    top: -10px;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    background-color: #FFF;
    right: 10px;
    border: 1px solid #ddd;
    font-weight: bold;
    cursor: pointer;
}



/* Outstanding Invoice */

.notification_panel_bottom{
    background-color: #ea1636;
    color: #fff;
    height: 75px;
    position: fixed;
    width: 100%;
    z-index: 9000;
    bottom: 0;
    padding: 0px 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    padding-top: 10px;
    display: none;
}

.notification_panel_bottom_text{
    margin-bottom: 10px;
}

@media only screen and (min-width:900px){  
    .notification_panel_bottom{
        padding: 5px 20px 0 20px;
        height: 40px;
        left: 50px;
        width: calc(100% - 50px);
    }
    .notification_panel_bottom_text{
        margin-bottom: 0;
        display: inline-block;
    }
    .notification_panel_bottom_button{
        display: inline-block;
        margin-left: 10px;
    }
}

@media only screen and (min-width:1250px){  
    .notification_panel_bottom{
        left: 230px;
        width: calc(100% - 230px);
    }
}



/* Logged in as support */

.logged_in_as_support{
    background-color: #ea1636;
    color: #FFF;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
}


/* Page Feedback */

.page_feedback_stars{
    margin-bottom: 20px;
}

.page_feedback_stars i{
    font-size: 1.5rem;
    margin-top: 10px;
    cursor: pointer;
}

/* Setting Up Your Account */

#setting_up_your_account{
    position: fixed !important;
    z-index: 9999;
    overflow-y: auto;
    top: 20%; left: 0; right: 0;
    max-height: 80%;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    display: none;
    text-align: center;
    color: #FFF;
}

#setting_up_your_account i{
    font-size: 3rem;
}

#setting_up_your_account_title{
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 20px;
}

#setting_up_your_account_text{
    margin-top: 20px;
    font-size: 1rem;
}

#setting_up_your_account_text span:not(#setting_up_your_account_text1) {
    animation-name: blink;
    animation-duration: 1.4s;
    width: 5px;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    height: 5px;
    content: '';
    display: inline-block;
    background-color: #fff;
    margin-left: 5px;
}

#setting_up_your_account_text span:not(#setting_up_your_account_text1):nth-child(2) {
    animation-delay: .2s;
}

#setting_up_your_account_text span:not(#setting_up_your_account_text1):nth-child(3) {
    animation-delay: .4s;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media only screen and (min-width:900px){

    #setting_up_your_account i{
        font-size: 4rem;
    }

    #setting_up_your_account_title{
        font-size: 1.6rem;
    }

}

/* Beta Feedback */

.modal_beta_feedback_button{
    display: inline-block;
    line-height: 50px;
    padding: 0px 0px;
    width: 100%;
    max-width: 230px;
    margin: 10px auto 20px auto;
    font-weight: bold;
    color: #FFF;
}





header{
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 9000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header_menu_button{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.2rem;
    text-align: center;
    float: left;
    cursor: pointer;
}

.header_search_icon{
    float: left;
    line-height: 50px;
    font-size: 1rem;
    margin-left: 5px;
    cursor: pointer;
}

.header_search{
    float: left;
    position: absolute;
    left: 85px;
    width: calc(100% - 85px);
    z-index: 20;
    display: none;
}

@media only screen and (min-width:600px){  
    .header_search_icon{ display: none; }
    .header_search{
        max-width: 200px;
        display: inline-block !important;
        position: relative;
        left: 0;
    }
}

@media only screen and (min-width:900px){  
    .header_search{
        max-width: 250px;
    }
}

@media only screen and (min-width:1100px){  
    .header_search{
        max-width: 300px;
    }
}

.header_search input{
    border: none;
    border-radius: 0px;
    padding: 0px 20px;
    height: 50px;
    font-weight: bold;
    width: 100%;
    color: #fff;
}

.header_search input:focus{
    outline: none;
}

.header_notification_item{
    float: right;
    position: relative;
    margin: 7.5px 2.5px 7.5px 0;
    padding: 10px;
    border-radius: 4px;
    top: -2px;
}

@media only screen and (min-width:600px){  
    .header_notification_item{
        margin: 7.5px 10px 7.5px 0;
    }

    .header_search input{
        max-width: 300px;
    }
}

.header_notification_item i{
    color: #FFF;
    font-size: 1rem;
}

.header_notification_item_pulse{
  display: none;
  position: absolute;
  top: 2px;
  right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(255,255,255, 0.8);
}

.header_notification_item_active .header_notification_item_pulse{
    display: block;
    background-color: #FFF;
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.8);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.8);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
      box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}

#header_notification_trial{
    background-color: #5DC548;
    border: 1px solid #5DC548;
    color: #FFF;
    display: none;
    margin-top: 10px;
    font-size: 0.7rem;
}

@media only screen and (min-width:600px){  
    #header_notification_trial{
        font-size: 0.8rem;
        margin-top: 7.5px;
    }
}


#header_notification_trial #header_notification_trial_span1,
#header_notification_trial #header_notification_trial_span2{
    display: none;
}

@media only screen and (min-width:900px){  
    #header_notification_trial #header_notification_trial_span1,
    #header_notification_trial #header_notification_trial_span2{
        display: inline;
    }

    #header_notification_trial_span2{
        border-left: 1px solid #FFF;
        padding-left: 10px;
        margin-left: 10px;
    }
}

#header_notification_trial:hover{
    background: none;
    border-color: #FFF;
}

.header_activity{
    float: right;
    position: relative;
    line-height: 60px;
    margin-right: 20px;
    display: none;

}

.header_activity i{
    color: #FFF;
    font-size: 1.4rem;
}

.nav_notification{
    position: absolute;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    top: 5px;
    right: -5px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.6rem;
}

.header_account{
    float: right;
    line-height: 50px;
    cursor: pointer;
    position: relative;

}

.header_account_button{
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
    margin-top: 6.5px;
    border-radius: 4px;
    margin-right: 10px;
}

.header_account_button_name{
    font-weight: bold;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.header_account_button_name_inner{
    display: none;
}

.header_account_button_name i{
    line-height: 35px !important;
}

@media only screen and (min-width:700px){  
    .header_account_button_name_inner{
        display: inline-block;
        max-width: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 5px;
    }

    .header_account_button{
        margin-right: 0;
    }
}

#master_user_name{
    text-transform: capitalize;
}

.header_account_menu{
    position: absolute;
    width: 200px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    right: 0;
    border: 1px solid #cfd7d9;
    border-top: none;
    display: none;
    z-index: 10;
    top: 50px;
}

.header_account_menu_active{
    display: block;
}

.header_account_menu a{
    display: block;
    text-align: center;    
}

a.header_account_button_info, a.header_account_xfuncs, a#master_store_switch {
    display: none;
}

.header_account_menu_info{
    padding: 0px 20px 20px 20px;
    position: absolute;
    top: 50px;
    right: 200px;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header_account_menu_info_active{
    visibility: visible;
    opacity: 1;
    right: 210px;
}

.header_account_menu_info h2{
    margin-bottom: 0;
}


.header_account_menu_info_body{
    overflow: hidden;
}

.header_account_menu_info p{
    line-height: 30px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.header_account_menu_info span{
    width: 80px;
    display: inline-block;
    text-align: right;
    margin-right: 20px;
    float: left;
}

.header_account_menu_info strong{
    display: inline-block;
    width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}


#header_logo{
    font-family: sansationbold;
    font-size: 1.6rem;
    float: left;
    line-height: 50px;
    position: relative;
    display: none;
}

#header_logo img{
    max-height: 20px;
    margin-left: 2px;
}









.nav_overlay, .settings_menu_overlay, .prodedit_menu_overlay, .support_info_menu_overlay, .live_orders_menu_overlay{
    position: fixed;
    z-index: 9002;
    top: 0; right: 0; bottom: 0; left: 0;
    display: none;
}

.live_orders_menu_overlay{
    z-index: 9996;
}




/* New Nav */

nav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: -350px;
    z-index: 9003;
    width: 350px;
    max-width: 100%;
}

.nav_inner{
    height: calc(100% - 40px);
    overflow-y: auto;
    overflow-x: hidden;
}

#nav_hover_text{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 1rem;
    text-transform: uppercase;
    left: 1px;
    font-weight: bold;
    transition: 0.4s;
}

#nav_logo_container{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

nav a.nav_logo .nav_link_container{
    height: 50px !important;
    line-height: 50px;
    padding: 0px 10px;
}

.nav_logo svg{
    float: left;
    max-width: 200px;
}

#ridge_logo{
    margin-top: 10px;
}

.nav_logo span{
    font-size: 1.4rem;
    font-family: sansationbold;
    float: left;
}

#nav_close_button{
    width: 30px;
    font-size: 1rem;
}

#nav_inner_items{
    transition: 0.4s;
}

.nav_item{
    width: 100%;
    display: block;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    color: #212121;
}

.nav_item_group{
    display: block;
    clear: both;
}

.nav_item_link{
    color: #212121;
    width: 100%;
    padding-left: 15px;
    display: block;
}

.nav_item_link_status{
    display: inline-block;
    background-color: #5DC548;
    color: #fff;
    height: 15px;
    line-height: 15px;
    border-radius: 3px;
    font-size: 0.7rem;
    padding: 0 5px;
    float: right;
    margin-right: 5px;
    position: relative;
    top: 8px;
}

.nav_item_link_status[data-status="Retired"]{ background-color: #ea1636; }
.nav_item_link_status[data-status="Updated"]{ background-color: #20b7e6; }

.nav_item.active .nav_item_link .nav_item_link_status{ background-color: #FFF !important; color: #212121 !important; }
.nav_item.active .nav_item_link .nav_item_link_status i{ color: #212121 !important; }

.nav_item_link.nav_item_link_has_subs{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.nav_item_link_icon{
    color: #212121;
    width: 30px;
    line-height: 30px;
}

.nav_item.active .nav_item_link{
    color: #FFF !important;
    font-weight: bold;
}

.nav_item.active .nav_item_link i{
    color: #FFF !important;
}

.nav_item.nav_parent_active .nav_item_link i{
    color: #3bf10d !important;
}

.nav_item.nav_parent_active span{
    font-weight: bold;
}


.nav_item_dropdown_button{
    font-size: 0.7rem;
    color: #ddd;
    min-width: 30px;
    text-align: center;
} 

.nav_item_dropdown_button i{
    transition: 0.4s;
}

.nav_item_dropdown_button i.nav_item_dropdown_button_active{
    transform: rotate(180deg);
    color: #212121;
}

.nav_item_link:hover, .nav_item_dropdown_button:hover{
    background-color: #e8e8e8;
    color: #212121;
}

.nav_item_link:hover .nav_item_dropdown_button{
    color: #212121;
}

.nav_item_sub_container{
    display: none;
}

.nav_item_group .nav_item_sub_container .nav_item a{
    padding-left: 50px;
}

.nav_item_group .nav_item_sub_container .nav_item_group .nav_item_sub_container .nav_item a{
    padding-left: 70px;
}

.nav_item_group .nav_item_sub_container .nav_item::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 35px;
    border-radius: 50%;
    background-color: #ddd;
    height: 5px;
    width: 5px;
    top: 12.5px;
}

.nav_item_group .nav_item_sub_container .nav_item[data-planrequired="true"]::before{
    content: '\f023';
    font-family: "FontAwesome";
    background: none;
    top: 0;
    color: #ddd;
    width: 0;
    height: 0;
}

.nav_item_group .nav_item_sub_container .nav_item[data-planrequired="true"][data-apploading="true"]::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 35px;
    border-radius: 50%;
    background-color: #ddd;
    height: 5px;
    width: 5px;
    top: 12.5px;
    animation: navItemPulse 1s linear infinite;
}



@keyframes navItemPulse {  
   0% { transform: scale(0.5); }
   50% { transform: scale(1.5); }
   100% { transform: scale(0.5); } 
}

.nav_item_group .nav_item_sub_container .nav_item[data-planrequired="true"] .nav_item_link{
    color: #adadad;
}

.nav_item_group .nav_item_sub_container .nav_item_group .nav_item_sub_container .nav_item::before{
    left: 55px;
}

.nav_item_group .nav_item_sub_container .nav_item[data-planrequired="false"]:hover::before{
    background-color: #212121;
}

.nav_item_group .nav_item_sub_container .nav_item[data-planrequired="true"]:hover::before,
.nav_item_group .nav_item_sub_container .nav_item[data-planrequired="true"]:hover .nav_item_link{
    color: #212121;
}

.nav_item[data-planrequired="false"].active::before{
    background-color: #fff !important;
}

.nav_item[data-planrequired="true"].active::before{
    color: #fff !important;
}


.nav_list_container_subs .nav_list_container_subs .nav_link_container::before{
    left: 60px;
}

.nav_closed .nav_list_container_subs .nav_link_container, 
.nav_closed .nav_list_container_subs .nav_list_container_subs .nav_link_container,
.nav_closed .nav_list_container_subs .nav_list_container_subs .nav_list_container_subs .nav_link_container{
    padding-left: 20px;
}

.nav_link_container_apps{
    border-top: 2px solid #f5f5f7;
}

.nav_link_container i{
    width: 25px;
    display: inline-block !important;
}

.nav_link_container img{
    width: 15px;
    margin-right: 15px;
    display: inline-block !important;
    border-radius: 4px;
    position: relative;
    top: 3px;
}

.nav_list_container_subs i, .nav_list_container_subs img{
    display: none !important;
}

.nav_list_container_subs .nav_link_container{
    padding-left: 60px !important;
}

.nav_list_container_subs .nav_list_container_subs .nav_link_container{
    padding-left: 80px !important;
}


.nav_list_container_subs .nav_link_container{
    position: relative;
}


.nav_inner::-webkit-scrollbar {
  display: none;
}

.nav_inner{
  -ms-overflow-style: none; 
  scrollbar-width: none;
}

.nav_inner::-webkit-scrollbar {
  width: 10px;
}

.nav_inner {
  scrollbar-width: thin; 
  scrollbar-color: #ddd;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

nav:hover .nav_inner::-webkit-scrollbar {
  display: block;
}

nav:hover .nav_inner {
  -ms-overflow-style: none; 
  scrollbar-width: none;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ddd; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ccc; 
}


.nav_list_container_subs .nav_link_container.active::before{
    background-color: #3bf10d;
}

.nav_list_container_subs .nav_link_container.active{
    font-weight: bold;
}

.nav_list_container_subs .nav_list_container_subs .nav_link_container.active{
    background-color: #3bf10d;
    color: #FFF;
    font-weight: bold;
}

.nav_list_container_subs .nav_list_container_subs .nav_link_container.active::before{
    background-color: #fff;
}

.nav_link_container span{
    overflow: hidden;
}

.nav_link_container_update{
    position: absolute;
    right: 5px;
    top: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 0.6rem;
    padding: 0px 10px;
    border-radius: 4px;
}

.nav_link_container_top{
    position: relative;
}

.nav_link_container_back{
    width: 55px;
    height: 40px;
    font-size: 1rem;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0; right: 0;
    z-index: 2;
    cursor: pointer;
    display: none;
}


/* End of New Nav */




.nav_footer{
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    text-align: center;
}

.nav_footer .nav_link_container{
    padding: 0;
    color: #FFF;
}

.nav_footer .nav_link_container i{
    color: #FFF;    
}

#nav_footer_plan_outer{
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

#nav_footer_plan_outer.nav_footer_plan_outer_active{
    opacity: 1;
    visibility: visible;
}

#nav_footer_plan{
    border-top: 1px solid #ddd;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 20px 5px 20px 0px;
    border-left: 10px solid #3bf10d;
    height: 130px;
    background-color: #FFF;
    position: relative;
}

#nav_footer_plan[data-plan="startup"], #nav_footer_plan[data-plan="startup-pack"]{ border-left: 10px solid #5dc549; }
#nav_footer_plan[data-plan="pro"], #nav_footer_plan[data-plan="charity"] { border-left: 10px solid #20b7e6; }
#nav_footer_plan[data-plan="ridge"] { border-left: 10px solid #172550; }
#nav_footer_plan[data-expiring="true"] { border-left: 10px solid #ea1636; } 

#nav_footer_plan_inner{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#nav_footer_plan_left{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#nav_footer_plan_left_stars{
    width: 40px;
    text-align: center;
}

#nav_footer_plan_left i{
    color: #3bf10d;
    font-size: 1.4rem;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#nav_footer_plan #nav_footer_plan_left i:nth-child(2), #nav_footer_plan #nav_footer_plan_left i:nth-child(3){ color: #ddd; }

#nav_footer_plan[data-plan="startup"] #nav_footer_plan_left i:nth-child(1),
#nav_footer_plan[data-plan="startup"] #nav_footer_plan_left i:nth-child(2){ color: #5DC548; }
#nav_footer_plan[data-plan="startup"][data-expiring="true"] #nav_footer_plan_left i:nth-child(1),
#nav_footer_plan[data-plan="startup"][data-expiring="true"] #nav_footer_plan_left i:nth-child(2){ color: #ea1636; }

#nav_footer_plan[data-plan="startup-pack"] #nav_footer_plan_left i{ display: none; }

#nav_footer_plan[data-plan="pro"] #nav_footer_plan_left i:nth-child(1),
#nav_footer_plan[data-plan="pro"] #nav_footer_plan_left i:nth-child(2),
#nav_footer_plan[data-plan="pro"] #nav_footer_plan_left i:nth-child(3),
#nav_footer_plan[data-plan="charity"] #nav_footer_plan_left i:nth-child(1),
#nav_footer_plan[data-plan="charity"] #nav_footer_plan_left i:nth-child(2),
#nav_footer_plan[data-plan="charity"] #nav_footer_plan_left i:nth-child(3){ color: #20b7e6; }

#nav_footer_plan[data-plan="pro"][data-expiring="true"] #nav_footer_plan_left i:nth-child(1),
#nav_footer_plan[data-plan="pro"][data-expiring="true"] #nav_footer_plan_left i:nth-child(2),
#nav_footer_plan[data-plan="pro"][data-expiring="true"] #nav_footer_plan_left i:nth-child(3){ color: #ea1636; }

#nav_footer_plan[data-plan="ridge"] #nav_footer_plan_left i{ display: none; }
#nav_footer_plan_left_stars_ridge_icon{ display: none; }
#nav_footer_plan[data-plan="ridge"] #nav_footer_plan_left svg{ 
    display: block; 
    margin: 0 auto;
}

#nav_footer_plan_right_title{
    font-weight: bold;
    background-color: #3bf10d;
    display: inline-block;
    color: #fff;
    padding: 0 5px;
    line-height: 20px;
    border-radius: 3px;
}

#nav_footer_plan[data-plan="startup"] #nav_footer_plan_right_title, #nav_footer_plan[data-plan="startup-pack"] #nav_footer_plan_right_title{ background-color: #5DC548; }
#nav_footer_plan[data-plan="pro"] #nav_footer_plan_right_title, #nav_footer_plan[data-plan="charity"] #nav_footer_plan_right_title{ background-color: #20b7e6; }
#nav_footer_plan[data-plan="ridge"] #nav_footer_plan_right_title{ background-color: #172550; }
#nav_footer_plan[data-expiring="true"] #nav_footer_plan_right_title{ background-color: #ea1636; }

#nav_footer_plan_right_info{
    margin-top: 10px;
    font-size: 0.75rem;
    line-height: 16px;
}

#nav_footer_plan_right_info_link{
    display: block;
    height: auto;
    line-height: inherit;
    margin-top: 10px;
    color: #212121;
    font-size: 0.75rem;
}

#nav_footer_plan_right_info_link span{
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-left: 5px;
    display: inline-block;
}


#nav_footer_plan_modal{
    background-color: #FFF;
    z-index: 4;
    position: absolute;
    box-shadow: 0 1px 60px rgba(0,0,0,.6);
    width: 300px;
    left: 5%;
    bottom: 40px;
    left: 5%;
    transition: 0.4s;
    border-radius: 4px;
    padding: 20px;
    border-top: 4px solid #3bf10d;
    opacity: 0;
    visibility: hidden;
}

#nav_footer_plan[data-plan="startup"] #nav_footer_plan_modal, #nav_footer_plan[data-plan="startup-pack"] #nav_footer_plan_modal{ border-top: 4px solid #5DC548; }
#nav_footer_plan[data-plan="pro"] #nav_footer_plan_modal, #nav_footer_plan[data-plan="charity"] #nav_footer_plan_modal{ border-top: 4px solid #20b7e6; }
#nav_footer_plan[data-plan="ridge"] #nav_footer_plan_modal{ border-top: 4px solid #172550; }
#nav_footer_plan[data-expiring="true"] #nav_footer_plan_modal{ border-top: 4px solid #ea1636; }

#nav_footer_plan_modal::after{
    content: '';
    position: absolute;
    display: none;
    bottom: 15px;
    left: -10px;
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right:10px solid #fff;
}

#nav_footer_plan:hover #nav_footer_plan_modal{
    opacity: 1;
    visibility: visible;
}

.nav_footer_plan_modal_outer{
    display: flex;
    justify-content: center;
    align-content: center;
}

.nav_footer_plan_modal_inner{
    text-align: center;
    display: none;
}

#nav_footer_plan[data-plan="community"] .nav_footer_plan_modal_inner[data-plan="community"]{ display: block; }
#nav_footer_plan[data-plan="startup"] .nav_footer_plan_modal_inner[data-plan="startup"], 
#nav_footer_plan[data-plan="startup-pack"] .nav_footer_plan_modal_inner[data-plan="startup-pack"]{ display: block; }
#nav_footer_plan[data-plan="pro"] .nav_footer_plan_modal_inner[data-plan="pro"]{ display: block; }
#nav_footer_plan[data-plan="charity"] .nav_footer_plan_modal_inner[data-plan="charity"]{ display: block; }
#nav_footer_plan[data-plan="ridge"] .nav_footer_plan_modal_inner[data-plan="ridge"]{ display: block; }

#nav_footer_plan[data-expiring="true"] .nav_footer_plan_modal_inner[data-plan="expiring"]{ display: block; }
#nav_footer_plan[data-expiring="true"] .nav_footer_plan_modal_inner[data-plan="community"],
#nav_footer_plan[data-expiring="true"] .nav_footer_plan_modal_inner[data-plan="startup"],
#nav_footer_plan[data-expiring="true"] .nav_footer_plan_modal_inner[data-plan="startup-pack"],
#nav_footer_plan[data-expiring="true"] .nav_footer_plan_modal_inner[data-plan="pro"],
#nav_footer_plan[data-expiring="true"] .nav_footer_plan_modal_inner[data-plan="charity"],
#nav_footer_plan[data-expiring="true"] .nav_footer_plan_modal_inner[data-plan="ridge"]{ 
    display: none !important; 
}

.nav_footer_plan_modal_title{
    background-color: #3bf10d;
    color: #FFF;
    border-radius: 4px;
    display: inline-block;
    padding: 0 10px;
    font-size: 1.2em;
    line-height: 30px;
    font-weight: bold;
}

.nav_footer_plan_modal_title i{
    margin-right: 5px;
}

#nav_footer_plan[data-plan="startup"] .nav_footer_plan_modal_inner .nav_footer_plan_modal_title, #nav_footer_plan[data-plan="startup-pack"] .nav_footer_plan_modal_inner .nav_footer_plan_modal_title{ background-color: #5DC548; }
#nav_footer_plan[data-plan="pro"] .nav_footer_plan_modal_inner .nav_footer_plan_modal_title, #nav_footer_plan[data-plan="charity"] .nav_footer_plan_modal_inner .nav_footer_plan_modal_title{ background-color: #20b7e6; }
#nav_footer_plan[data-plan="ridge"] .nav_footer_plan_modal_inner .nav_footer_plan_modal_title{ background-color: #172550; }
#nav_footer_plan[data-expiring="true"] .nav_footer_plan_modal_inner .nav_footer_plan_modal_title{ background-color: #ea1636; }

#nav_footer_plan_modal_title_ridge{
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.nav_footer_plan_modal_info{
    margin-top: 10px;
    line-height: 20px;
}

.nav_footer_plan_modal_list{
    margin-top: 10px;
    line-height: 25px;
    font-weight: bold;
}

.nav_footer_plan_modal_list a{
    line-height: 25px;
    height: auto;
    color: #212121;
    display: block;
}

.nav_footer_plan_modal_additional{
    margin-top: 10px;
    line-height: 20px;
}

.nav_footer_plan_modal_additional_plan{
    background-color: #3bf10d;
    color: #FFF;
    border-radius: 3px;
    padding: 0 5px;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: normal;
    position: relative;
    line-height: 20px;
    font-size: 0.7rem;
}

.nav_footer_plan_modal_additional_plan[data-plan='startup'], .nav_footer_plan_modal_additional_plan[data-plan='startup-pack']{ background-color: #5DC548; }
.nav_footer_plan_modal_additional_plan[data-plan='pro'], .nav_footer_plan_modal_additional_plan[data-plan='charity'] { background-color: #20b7e6; }
.nav_footer_plan_modal_additional_plan[data-plan='ridge'] { background-color: #172550; }

@media only screen and (min-width:650px){  

    .nav_inner{
        height: calc(100% - 170px);
    }

    #nav_footer_plan{
        display: flex;
    }

    #nav_footer_plan_modal{
        left: 97%;
    }
    #nav_footer_plan_modal::after{
        display: block;
    }

}


.nav_footer_bottom{
    height: 40px;
    line-height: 40px;
}

.nav_footer_bottom a{
    margin: 0px 5px;
    font-size: 0.6rem;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.nav_footer_more{
    position: relative;
    display: inline-block;
    font-size: 0.6rem;
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav_footer_more_menu{
    position: absolute;
    z-index: 5;
    bottom: 30px;
    width: 170px;
    text-align: left;
    border-radius: 4px;
    left: -20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.175);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media only screen and (min-width:650px){ 

    .nav_footer_more_menu{
        left: 10px;
    }

}


.nav_footer_more:hover .nav_footer_more_menu{
    opacity: 1;
    visibility: visible;
}

.nav_footer_more_menu a{
    margin: 0;
    line-height: 40px;
    display: block;
    font-size: 0.8rem;
    padding: 0px 10px;
    height: 40px;
    position: relative;
}

.nav_footer_more_menu_cpupdates{
    position: absolute;
    font-size: 0.7rem;
    color: #fff;
    background-color: #5DC548;
    border-radius: 4px;
    line-height: 17px;
    padding: 0px 5px;
    font-weight: normal;
    display: none;
    top: 5px;
    margin-left: 5px;
    display: none;
}

.nav_footer_more_menu_extra{
    width: 100%;
}

.nav_footer_more_menu_extra a{
    display: inline-block;
    float: left;
    padding: 0px;
    text-align: center;
    width: 25%;
    border-bottom: none;
    border-right: 1px solid #ddd;
}

.nav_footer_more_menu_extra a:first-child{
    border-bottom-left-radius: 4px;
}

.nav_footer_more_menu_extra a:last-child{
    border-bottom-right-radius: 4px;
    border-right: none;
}

nav:hover:not(.nav_closed) .nav_list_container_subs .nav_link_container{
    padding-left: 30px;
}

nav:hover:not(.nav_closed) .nav_list_container_subs .nav_list_container_subs .nav_link_container{
    padding-left: 40px;
}

nav:hover:not(.nav_closed) .nav_list_container_subs .nav_list_container_subs .nav_list_container_subs .nav_link_container{
    padding-left: 50px;
}

@media only screen and (min-width:900px){  
    
    .nav_overlay{
        display: none !important;
    }

    main{
        left: 0 !important
    }

    nav{
        left: 0 !important;
        display: block;
        width: 55px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    #nav_close_button{
        display: none;
    }

    nav:hover, nav:active{
        width: 350px;
    }
    .nav_open{
        width: 230px;
    }

    #nav_hover_text{
        opacity: 1;
        visibility: visible;
    }

    nav:hover #nav_hover_text,
    nav:active #nav_hover_text,
    .nav_open #nav_hover_text{
        opacity: 0;
        visibility: hidden;
    }

    #nav_inner_items{
        opacity: 0;
        visibility: hidden;
    }

    nav:hover #nav_inner_items,
    nav:active #nav_inner_items,
    .nav_open #nav_inner_items{
        opacity: 1;
        visibility: visible;
    }

    .nav_link_container_back{
        z-index: 0;
        opacity: 0;
    }

    nav:hover .nav_link_container_back, nav:active .nav_link_container_back{
        z-index: 2;
        opacity: 1;
    }

    .nav_link_container_update{
        opacity: 0;
    }

    nav:hover .nav_link_container_update, nav:active .nav_link_container_update{
        opacity: 1;
    }

    .nav_footer{
        opacity: 0;
    }

    nav:hover .nav_footer, nav:active .nav_footer{
        opacity: 1;
    }

    
    
}

@media only screen and (min-width:1250px){  
    nav{
        overflow-y: inherit;
        overflow-x: inherit;
        width: 230px;
        transition-delay: 500ms;
    }
    nav:hover{
        width: 350px;
    }

    #nav_hover_text{
        opacity: 0;
        visibility: hidden;
    }

    #nav_inner_items{
        opacity: 1;
        visibility: visible;
    }

    .nav_link_container_back{
        z-index: 2;
        display: block;
    }
    .nav_link_container_update, .nav_link_container_back{
        opacity: 1;
    }
    .nav_footer{
        opacity: 1;
    }

    .nav_list_container_subs .nav_link_container{
        padding-left: 30px;
    }

    .nav_list_container_subs .nav_list_container_subs .nav_link_container{
        padding-left: 40px;
    }

    .nav_list_container_subs .nav_list_container_subs .nav_list_container_subs .nav_link_container{
        padding-left: 50px;
    }
}

header.nav_closed{
    left: 50px;
    width: calc(100% - 50px);
}

.main.nav_closed{
    padding-left: 50px;
}

nav.nav_closed{
    width: 55px !important;
}

nav.nav_closed .nav_link_container_update{
    opacity: 0;
}




/* ========================= */
/* Layout ================== */
/* ========================= */

.main{
    position: relative;
    top: 50px;
    padding-bottom: 100px;
}

.main_container{
    padding: 20px 0px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.main_container_nopd{
    padding: 0 !important;
    width: 100% !important;
    margin: 0;
}

.layout1, .layout2{
    margin: 50px auto 0 auto;
    max-width: 340px;
    padding: 0 10px;
    /*overflow: hidden;*/
}

.layout_overflow{
    overflow: inherit;
}

.width2{
    width: 100%; 
    display: block;
    overflow: hidden;
}

@media only screen and (min-width:600px){ 
    .width2{
        width: 48%; 
        display: inline-block;
        float: left;
        margin-left: 4%;
    }
    .width2:nth-of-type(2n+1){
        margin-left: 0%;
    }
    .main_container{
        width: 95%;
    }

    .layout1, .layout2{
        max-width: 700px;
    }
}

@media only screen and (min-width:900px){  
    
    header{
        padding-right: 10px;
        left: 50px;
        width: calc(100% - 50px);
    }
    
    .header_menu_button{ display: none; }
    
    #header_logo{ 
        display: inline-block; 
        width: 300px;
        
    }
    
    .main{
        padding-left: 50px;
        z-index: 9;
        bottom: 0;
        overflow-y: auto;
        width: 100%;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .layout1, .layout2{
        max-width: 900px;
    }

    .layout1_left, .layout1_left_mobile{
        display: inline-block;
        float: left;
        width: 65%;
        padding: 5px;
    }
    
    .layout1_right, .layout1_right_mobile{
        display: inline-block;
        float: right;
        width: 30%;
        clear: right;
        padding: 5px;
    }

    .layout2_left, .layout2_left_mobile{
        display: inline-block;
        float: left;
        width: 30%;
        padding: 5px;
    }

    .layout2_right, .layout2_right_mobile{
        display: inline-block;
        float: right;
        width: 65%;
        clear: right;
        padding: 5px;
    }
    
    .layout_left_small{
        display: inline-block;
        float: left;
        width: 20%;
        padding: 5px;
    }

    .layout_right_small{
        float: right;
        display: inline-block;
        width: 75%;
        padding: 5px;
    }
    
}



@media only screen and (min-width:1100px){  

    .layout1, .layout2{
        max-width: 1200px;
        padding: 0;
    }

    

}


@media only screen and (min-width:1250px){  
    header{
        left: 230px;
        width: calc(100% - 230px);
    }
    .main{
        padding-left: 230px;
    }
}

/* ======================= */
/* Collapsable and Expandable Panels ================ */
/* ======================= */

.panel_collapsable_header{
    overflow: hidden;
    cursor: pointer;
}

.panel_collapsable_header h2{
    float: left;
    -webkit-margin-after: 0em;
    margin-block-end: 0em;
    margin-bottom: 0em;
}

.panel_collapsable_header i{
    float: right;
    font-size: 2rem;
    margin-top: -9px;
    position: relative;
    top: 3px;
}

.panel_collapsable_body{
    display: none;
}

.panel_collapsable_collapsed .panel_collapsable_body{
    display: block;
}

@media only screen and (min-width:1100px){ 

    .panel_collapsable{
        float: right;
        width: 30%;
    }

    .panel_expandable{
        float: left;
        width: 100%;
    }

    .panel_expandable_collapsed{
        width: 65%;
    }


}


/* Your Store Lives Here Panel */
#your_store_lives_here_anchor{
    color: #404041;
    font-weight: bold;
}

#your_store_lives_here_anchor span:first-child{
    color: #5DC548;
}

#your_store_lives_here_anchor span:first-child i{
    margin-right: 3px;
}











.pyro{
    position: absolute;
    top: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.pyro > .pyro_before,
.pyro > .pyro_after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;

}

.pyro_active > .pyro_before, .pyro_active > .pyro_after{
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro_active > .pyro_after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
  to {
    box-shadow: 195px -192.6666666667px #004dff, 36px -209.6666666667px #5500ff, 39px -120.6666666667px #00d5ff, -103px -274.6666666667px #22ff00, -198px -214.6666666667px #ff2200, 240px -9.6666666667px #0048ff, -59px -312.6666666667px #ff0040, 186px -181.6666666667px #dd00ff, 232px -79.6666666667px #4000ff, 134px -212.6666666667px #ffcc00, 27px -386.6666666667px #002fff, 56px -335.6666666667px #a600ff, -22px 16.3333333333px #00ff6f, 226px -37.6666666667px #f7ff00, -208px 50.3333333333px #ff0066, -242px -366.6666666667px #ff0066, -203px -124.6666666667px #d5ff00, -61px -97.6666666667px #00ff8c, -80px -376.6666666667px #84ff00, -199px -83.6666666667px #d9ff00, -175px -404.6666666667px #1500ff, 167px 78.3333333333px #f200ff, 234px -88.6666666667px #ee00ff, 173px -399.6666666667px #3300ff, 94px -248.6666666667px #ff0009, 97px -248.6666666667px #00e6ff, 211px -38.6666666667px #cc00ff, -8px 49.3333333333px #001aff, 96px -139.6666666667px #91ff00, 118px -52.6666666667px #00ffaa, 116px -71.6666666667px #2fff00, -202px -284.6666666667px #9d00ff, 197px -42.6666666667px #ff0062, 19px -353.6666666667px #ffbf00, -235px -157.6666666667px #ff00e6, 64px -15.6666666667px #ff4d00, 157px -208.6666666667px #a6ff00, 178px 58.3333333333px #7b00ff, 16px -18.6666666667px #5e00ff, 110px -114.6666666667px #00b3ff, -84px -255.6666666667px #ff0015, 58px -273.6666666667px #6a00ff, 103px -308.6666666667px #ffa600, 244px -408.6666666667px #ff001e, 199px 18.3333333333px #0044ff, 76px 79.3333333333px #33ff00, -5px -369.6666666667px #001aff, -246px -2.6666666667px #007bff, 219px -108.6666666667px #ff0095, 55px 22.3333333333px #c400ff, 86px -154.6666666667px #ff00ee;
  }
}
@-moz-keyframes bang {
  to {
    box-shadow: 195px -192.6666666667px #004dff, 36px -209.6666666667px #5500ff, 39px -120.6666666667px #00d5ff, -103px -274.6666666667px #22ff00, -198px -214.6666666667px #ff2200, 240px -9.6666666667px #0048ff, -59px -312.6666666667px #ff0040, 186px -181.6666666667px #dd00ff, 232px -79.6666666667px #4000ff, 134px -212.6666666667px #ffcc00, 27px -386.6666666667px #002fff, 56px -335.6666666667px #a600ff, -22px 16.3333333333px #00ff6f, 226px -37.6666666667px #f7ff00, -208px 50.3333333333px #ff0066, -242px -366.6666666667px #ff0066, -203px -124.6666666667px #d5ff00, -61px -97.6666666667px #00ff8c, -80px -376.6666666667px #84ff00, -199px -83.6666666667px #d9ff00, -175px -404.6666666667px #1500ff, 167px 78.3333333333px #f200ff, 234px -88.6666666667px #ee00ff, 173px -399.6666666667px #3300ff, 94px -248.6666666667px #ff0009, 97px -248.6666666667px #00e6ff, 211px -38.6666666667px #cc00ff, -8px 49.3333333333px #001aff, 96px -139.6666666667px #91ff00, 118px -52.6666666667px #00ffaa, 116px -71.6666666667px #2fff00, -202px -284.6666666667px #9d00ff, 197px -42.6666666667px #ff0062, 19px -353.6666666667px #ffbf00, -235px -157.6666666667px #ff00e6, 64px -15.6666666667px #ff4d00, 157px -208.6666666667px #a6ff00, 178px 58.3333333333px #7b00ff, 16px -18.6666666667px #5e00ff, 110px -114.6666666667px #00b3ff, -84px -255.6666666667px #ff0015, 58px -273.6666666667px #6a00ff, 103px -308.6666666667px #ffa600, 244px -408.6666666667px #ff001e, 199px 18.3333333333px #0044ff, 76px 79.3333333333px #33ff00, -5px -369.6666666667px #001aff, -246px -2.6666666667px #007bff, 219px -108.6666666667px #ff0095, 55px 22.3333333333px #c400ff, 86px -154.6666666667px #ff00ee;
  }
}
@-o-keyframes bang {
  to {
    box-shadow: 195px -192.6666666667px #004dff, 36px -209.6666666667px #5500ff, 39px -120.6666666667px #00d5ff, -103px -274.6666666667px #22ff00, -198px -214.6666666667px #ff2200, 240px -9.6666666667px #0048ff, -59px -312.6666666667px #ff0040, 186px -181.6666666667px #dd00ff, 232px -79.6666666667px #4000ff, 134px -212.6666666667px #ffcc00, 27px -386.6666666667px #002fff, 56px -335.6666666667px #a600ff, -22px 16.3333333333px #00ff6f, 226px -37.6666666667px #f7ff00, -208px 50.3333333333px #ff0066, -242px -366.6666666667px #ff0066, -203px -124.6666666667px #d5ff00, -61px -97.6666666667px #00ff8c, -80px -376.6666666667px #84ff00, -199px -83.6666666667px #d9ff00, -175px -404.6666666667px #1500ff, 167px 78.3333333333px #f200ff, 234px -88.6666666667px #ee00ff, 173px -399.6666666667px #3300ff, 94px -248.6666666667px #ff0009, 97px -248.6666666667px #00e6ff, 211px -38.6666666667px #cc00ff, -8px 49.3333333333px #001aff, 96px -139.6666666667px #91ff00, 118px -52.6666666667px #00ffaa, 116px -71.6666666667px #2fff00, -202px -284.6666666667px #9d00ff, 197px -42.6666666667px #ff0062, 19px -353.6666666667px #ffbf00, -235px -157.6666666667px #ff00e6, 64px -15.6666666667px #ff4d00, 157px -208.6666666667px #a6ff00, 178px 58.3333333333px #7b00ff, 16px -18.6666666667px #5e00ff, 110px -114.6666666667px #00b3ff, -84px -255.6666666667px #ff0015, 58px -273.6666666667px #6a00ff, 103px -308.6666666667px #ffa600, 244px -408.6666666667px #ff001e, 199px 18.3333333333px #0044ff, 76px 79.3333333333px #33ff00, -5px -369.6666666667px #001aff, -246px -2.6666666667px #007bff, 219px -108.6666666667px #ff0095, 55px 22.3333333333px #c400ff, 86px -154.6666666667px #ff00ee;
  }
}
@-ms-keyframes bang {
  to {
    box-shadow: 195px -192.6666666667px #004dff, 36px -209.6666666667px #5500ff, 39px -120.6666666667px #00d5ff, -103px -274.6666666667px #22ff00, -198px -214.6666666667px #ff2200, 240px -9.6666666667px #0048ff, -59px -312.6666666667px #ff0040, 186px -181.6666666667px #dd00ff, 232px -79.6666666667px #4000ff, 134px -212.6666666667px #ffcc00, 27px -386.6666666667px #002fff, 56px -335.6666666667px #a600ff, -22px 16.3333333333px #00ff6f, 226px -37.6666666667px #f7ff00, -208px 50.3333333333px #ff0066, -242px -366.6666666667px #ff0066, -203px -124.6666666667px #d5ff00, -61px -97.6666666667px #00ff8c, -80px -376.6666666667px #84ff00, -199px -83.6666666667px #d9ff00, -175px -404.6666666667px #1500ff, 167px 78.3333333333px #f200ff, 234px -88.6666666667px #ee00ff, 173px -399.6666666667px #3300ff, 94px -248.6666666667px #ff0009, 97px -248.6666666667px #00e6ff, 211px -38.6666666667px #cc00ff, -8px 49.3333333333px #001aff, 96px -139.6666666667px #91ff00, 118px -52.6666666667px #00ffaa, 116px -71.6666666667px #2fff00, -202px -284.6666666667px #9d00ff, 197px -42.6666666667px #ff0062, 19px -353.6666666667px #ffbf00, -235px -157.6666666667px #ff00e6, 64px -15.6666666667px #ff4d00, 157px -208.6666666667px #a6ff00, 178px 58.3333333333px #7b00ff, 16px -18.6666666667px #5e00ff, 110px -114.6666666667px #00b3ff, -84px -255.6666666667px #ff0015, 58px -273.6666666667px #6a00ff, 103px -308.6666666667px #ffa600, 244px -408.6666666667px #ff001e, 199px 18.3333333333px #0044ff, 76px 79.3333333333px #33ff00, -5px -369.6666666667px #001aff, -246px -2.6666666667px #007bff, 219px -108.6666666667px #ff0095, 55px 22.3333333333px #c400ff, 86px -154.6666666667px #ff00ee;
  }
}
@keyframes bang {
  to {
    box-shadow: 195px -192.6666666667px #004dff, 36px -209.6666666667px #5500ff, 39px -120.6666666667px #00d5ff, -103px -274.6666666667px #22ff00, -198px -214.6666666667px #ff2200, 240px -9.6666666667px #0048ff, -59px -312.6666666667px #ff0040, 186px -181.6666666667px #dd00ff, 232px -79.6666666667px #4000ff, 134px -212.6666666667px #ffcc00, 27px -386.6666666667px #002fff, 56px -335.6666666667px #a600ff, -22px 16.3333333333px #00ff6f, 226px -37.6666666667px #f7ff00, -208px 50.3333333333px #ff0066, -242px -366.6666666667px #ff0066, -203px -124.6666666667px #d5ff00, -61px -97.6666666667px #00ff8c, -80px -376.6666666667px #84ff00, -199px -83.6666666667px #d9ff00, -175px -404.6666666667px #1500ff, 167px 78.3333333333px #f200ff, 234px -88.6666666667px #ee00ff, 173px -399.6666666667px #3300ff, 94px -248.6666666667px #ff0009, 97px -248.6666666667px #00e6ff, 211px -38.6666666667px #cc00ff, -8px 49.3333333333px #001aff, 96px -139.6666666667px #91ff00, 118px -52.6666666667px #00ffaa, 116px -71.6666666667px #2fff00, -202px -284.6666666667px #9d00ff, 197px -42.6666666667px #ff0062, 19px -353.6666666667px #ffbf00, -235px -157.6666666667px #ff00e6, 64px -15.6666666667px #ff4d00, 157px -208.6666666667px #a6ff00, 178px 58.3333333333px #7b00ff, 16px -18.6666666667px #5e00ff, 110px -114.6666666667px #00b3ff, -84px -255.6666666667px #ff0015, 58px -273.6666666667px #6a00ff, 103px -308.6666666667px #ffa600, 244px -408.6666666667px #ff001e, 199px 18.3333333333px #0044ff, 76px 79.3333333333px #33ff00, -5px -369.6666666667px #001aff, -246px -2.6666666667px #007bff, 219px -108.6666666667px #ff0095, 55px 22.3333333333px #c400ff, 86px -154.6666666667px #ff00ee;
  }
}
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-webkit-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-moz-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-o-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-ms-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}




/* ========================= */
/* Breadcrumbs ============= */
/* ========================= */

#breadcrumbs{
    height: 40px;
    line-height: 40px;
    background-color: #FFF;
    border-bottom: 1px solid #cfd7d9;
    padding: 0 10px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-top: 0;
    position: fixed;
    width: 100%;
    z-index: 105;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media only screen and (min-width:900px){  
    #breadcrumbs{
        width: calc(100% - 50px);
    }
}

@media only screen and (min-width:1250px){  
    #breadcrumbs{
        width: calc(100% - 230px);
    }
    #breadcrumbs.nav_closed{
        width: calc(100% - 50px);
    }
}

#breadcrumbs::after {
    display:block;
    content:'';
    clear:both;
}

.breadcrumbs_container{
    display: inline;
    float: left;
    margin-right: 5px;
}

.breadcrumbs_container a{
    display: inline;
    font-size: 0.7rem;
    color: #404041;
    font-weight: bold;
}

.breadcrumbs_container a::after{
    content: '>';
    font-family: 'Raleway', sans-serif;
    margin: 0 5px;
    position: relative;
    font-size: 0.7rem;
    top: -1px;
}

.breadcrumbs_container a:last-child::after{
    content: none;
}

.breadcrumbs_container a i{
    background-color: #f5f5f7;
    padding: 6px;
    border-radius: 4px;
    font-size: 0.8rem;
    position: relative;
    top: 0px;
}

.breadcrumbs_container a i:hover{
    background-color: #DDD;
}

@media only screen and (min-width:500px){  
    #breadcrumbs{ padding: 0px 20px; }
}

@media only screen and (min-width:600px){  

    .breadcrumbs_container a{
        font-size: 0.8rem;
    }

}

#breadcrumbs_save{
    float: right;
    text-align: right;
    position: absolute;
    right: 10px;
    background-color: #fff;
    top: 0px;
    height: 39px;
}

#breadcrumbs_save a{
    margin-bottom: 0;
}

.main_save_button_active{
    transition: background .3s, transform .3s, box-shadow .3s;
    will-change: transform;
    overflow: hidden;
    margin-top: 4px;
}

.main_save_button_active:before, .main_save_button_active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  opacity: 0;
  margin: auto;
}
.main_save_button_active:before {
  animation: pulseSave 2.5s infinite linear;
}
.main_save_button_active:after {
  animation: pulseSave 3s .4s infinite linear;
}

.main_save_button_active:hover:before, .main_save_button_active:hover:after {
    display: none;
}

@keyframes pulseSave {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  33% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}


/* ========================= */
/* Tour Overlay ============ */
/* ========================= */

.tour_overlay{
    position: absolute;
    z-index: 9998;
    min-width: 230px;
    max-width: 300px;
    background-color: #fff;
    border: 5px solid #212121;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.68);
    opacity: 0;
    top: -500px;
    left: 240px;
}

.tour_overlay[data-arrow="top-left"]::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #212121;
    position: absolute;
    top: 0px;
    left: -20px;
}

.tour_overlay[data-arrow="up-left"]::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 15px solid #212121;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: -20px;
    left: 5px;
}

.tour_overlay[data-arrow="up-right"]::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 15px solid #212121;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: -20px;
    right: 5px;
}

.tour_title_container{
    line-height: 40px;
    padding-left: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background: #212121;
    overflow: hidden;
}

.tour_title{
    max-width: 80%;
    float: left;
}

.tour_close{
    float: right;
    line-height: 40px !important;
    width: 20%;
    max-width: 40px;
    text-align: center;
    cursor: pointer;
}

.tour_body{
    padding: 10px;
    line-height: 30px;
    font-size: 1rem;
}

.tour_footer, .tour_footer_previous, tour_footer_next{
    display: none;
}

.tour_active_opaque, .tour_active_opaque_name{
    opacity: 0.2;
    transition: 0.5s;
    pointer-events: none !important;
}


/* ========================= */
/* Ridge Banners =========== */
/* ========================= */

#ridge_footer{
    border: 1px solid #172550;
    color: #172550;
    text-align: center;
    padding: 30px 0;
    margin-top: 50px;
}

#ridge_footer h3{
    font-size: 1.5rem;
}

#ridge_footer_right_logo{
    display: block;
    margin-top: 20px;
}

#ridge_footer_button{
    display: inline-block;
    background-color: #172550;
    color: #FFF;
    font-size: 1rem;
    min-width: 265px;
    height: 50px;
    padding: 0 20px;
    border-radius: 4px;
    margin: 20px 0;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

#ridge_footer_button:hover{
    background-color: #3A5ECA;
}

#ridge_footer_button_svg{
    position: relative;
    top: 7px;
}

#ridge_footer_button_span{
    border-left: 1px solid #fff;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    top: -4px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media only screen and (min-width:1100px){
    
    #ridge_footer_inner{
        display: flex;
        
        align-items: center;
        max-width: 900px;
        margin: 0 auto;
    }

    #ridge_footer_left{
        flex: 55%;
    }

    #ridge_footer_right{
        flex: 45%;
    }

    #ridge_footer_right_logo{
        margin-top: 0;
    }

}



/* Ridge Upgrade Panel */

.ridge_upgrade_panel {
    background-color: #FFF;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    display: none;
}

.ridge_upgrade_panel_container{
    position: relative;
    z-index: 2;
}

.ridge_upgrade_panel_header {
    text-align: center;
    background-color: #172550;
    color: #FFF;
    padding: 20px;
}

.ridge_upgrade_panel_header_name {
    color: #FFF;
    font-weight: bold;
    border-radius: 8px;
    height: 35px;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 35px;
    margin: 0 auto;
    
    display: inline-block;
    padding: 0px 20px;
    letter-spacing: 2px;
}

.ridge_upgrade_panel_header_text{
    margin-bottom: 20px;
}

.ridge_upgrade_panel_body {
    padding: 0 20px;
}

.ridge_upgrade_panel_body_item{
    margin-top: 15px;
    font-weight: bold;
    letter-spacing: 0px;
}

.ridge_upgrade_panel_body_item i{
    margin-right: 15px;
    font-size: 1rem;
    position: relative;
    top: 2px;
}

.ridge_upgrade_panel_body_item span{
    position: relative;
}

.ridge_upgrade_panel_body_item_new{
    position: absolute;
    top: -5px;
    height: 15px;
    line-height: 15px;
    padding: 0 3px;
    border-radius: 4px;
    background-color: #5DC548;
    color: #FFF;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.5rem;
    margin-left: 5px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
}

.ridge_upgrade_panel_button{
    display: block;
    text-align: center;
    background-color: #172550;
    /*background-image: linear-gradient(-90deg, #512da7, #59bcdf);*/
    color: #FFF;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    width: 150px;
    margin: 20px auto;
}

.ridge_upgrade_panel_button:hover{
    background-color: #3A5ECA;
}

.ridge_upgrade_panel_image{
    position: absolute;
    z-index: 1;
    bottom: -30%;
    right: -33%;
    width: 350px;
    opacity: 0.6;
}


/* Startup Pack Banner */

#startup_main_banner{
    border-radius: 4px;
    border: 1px solid #cfd7d9;
}

#startup_main_banner_outer, #didyk_container{
    display: none;
}

/* Session Expires Modal */

#session_expires_overlay{
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 99998;
    background-color: rgba(0,0,0,0.7);
    display: none;
}

#session_expires_modal{
    background-color: #FFF;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 600px;
    z-index: 99999;
    left: 0; right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    display: none;
}

#session_expires_modal_timer{
    font-size: 5rem;
    font-weight: bold;
    width: 195px;
    display: block;
    margin: 0 auto 30px auto;
}

#session_expires_modal_timer.session_expires_modal_timer_nearly{
    color: #ea1636;
}



/* Tiny MCE */

.tox .tox-dialog--width-lg{
    max-width: 600px !important;
}

.tox-silver-sink{
    z-index: 9999 !important;
}

.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section .tinymce-mobile-mask-tap-icon{
    width: auto !important;
    border-radius: 4px !important;
    padding: 0 10px;
}

.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section .tinymce-mobile-mask-tap-icon:before{
    content: '\f040' !important;
    font-family: "FontAwesome" !important;
    font-size: 1rem !important;
}

.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section .tinymce-mobile-mask-tap-icon::after{
    content: 'Edit';
    display: inline-block;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-left: 5px;
}

/* No Connection */

.offline_modal {
    border-radius: 5px;
    width: 300px;
}

.offline_modal .modal_body {
    border-bottom: 0;
}

._circle {
    border: 1px solid #ea1636;
    margin: 50px auto;
    height: 128px;
    width: 128px;
    border-radius: 50%;
    background: #ea1636;
}

._circle i {
    margin-top: 45px;
    margin-left: 35px;
    color: #fff;
    text-indent: 2px;
    font-size: 45px;
}

.offline_msg {
    margin: 50px auto;
    text-align: center;
}

/*img:not([alt]){
    filter: invert(1);
}*/


.section_moving{
    color: #FFF;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    line-height: 25px;
    padding: 0 20px;
}


.faqs details{
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.faqs details:last-child{
    margin-bottom: 0; 
    border-bottom: none;
    padding-bottom: 0;
}

.faqs details summary{
    cursor: pointer;
    outline: none !important;
    line-height: 25px;
    font-weight: bold;
}






/* Help Panel */

#help_panel_toggle_button{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99997;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#help_panel_toggle_button_main{
    background-color: #5DC548;
    color: #FFF;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    font-size: 2rem;
    position: relative;
    z-index: 2;
}

#help_panel_toggle_button_main:hover{
    background-color: #57b544;
}

.help_panel_toggle_button_icon{
    position: absolute;
    font-size: 0.8rem;
    background-color: #57b444;
    color: #FFF;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    top: 15px;
    left: 15px;
    right: 15px;
    z-index: 1;
}

#help_panel_toggle_button_icon1{ transition: 0.4s; }
#help_panel_toggle_button_icon2{ transition: 0.7s; }
#help_panel_toggle_button_icon3{ transition: 1s; }

#help_panel_toggle_button:hover #help_panel_toggle_button_icon1{  top: -17px; left: -10px; }
#help_panel_toggle_button:hover #help_panel_toggle_button_icon2{  top: -26px; }
#help_panel_toggle_button:hover #help_panel_toggle_button_icon3{  top: -17px; left: 40px; }

#help_panel_overlay{
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    display: none;
    z-index: 99998;
}

#help_panel_overlay.help_panel_overlay_active{
    display: block;
}

#help_panel{
    position: fixed;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100%;
    max-width: 400px;
    background-color: #ffffff;
    z-index: 99999;
    box-shadow: 0 0 12px 5px #8a8a8a;
    padding: 20px;
    transition: 0.4s;
    overflow-y: auto;
}

#help_panel.help_panel_active {
    right: 0 !important;
}

#help_panel_close{
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 1.5rem;
    cursor: pointer;
}

#help_panel_intro_title{
    max-width: 90%;
}

#help_panel .faqs details {
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-bottom: none;
}

#help_panel .faqs_inner{
    background-color: #f5f5f7;
    padding: 5px 10px;
}

#help_panel .faqs_inner pre code{
    background-color: #FFFFFF;
}

#help_panel .help_panel_more{
    margin-bottom: 5px;
}

#help_panel .help_panel_more .help_panel_more_link {
    cursor: pointer;
    padding: 5px;
    margin-bottom: 5px;
    color: #404041;
    display: block;
}

#help_panel .help_panel_more .help_panel_more_link i {
    line-height: 30px;
    width: 30px;
    height: 30px;
    background-color: #e4e4e4;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}

#help_panel .help_panel_more .help_panel_more_link.help_panel_more_link_active i{
    background-color: #3bf10d;
    color: #FFF;
}

#help_panel .help_panel_more .help_panel_more_link:hover, #help_panel .help_panel_more .help_panel_more_link.help_panel_more_link_active{
    font-weight: bold;
    background-color: #f5f5f7;
}

.help_panel_more_content{
    display: none;
    padding: 10px;
    background-color: #f5f5f7;
}

.help_panel_more_content.help_panel_more_content_active{
    display: block;
}

.help_panel_more_message_success{
    display: none;
}


#help_panel_more_livechat_hours{
    line-height: 25px;
}

.help_panel_more_livechat_hours_item{
    display: flex;
    flex-wrap: nowrap;
}

.help_panel_more_livechat_hours_item strong{
    width: 50px;
}

#loginDisabled {
    display: none;
    color: red;
    font: bold;
}

.button_nojs {
    pointer-events: none;
    background-color: #E7E7E8 !important;
    border-color: #E7E7E8 !important;
    color: #404041 !important;
}








/* Flex Items */

.flex_2_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_2_item{
    width: 48%;
}

.flex_2_item_rp{
    min-width: 100%;
}

@media only screen and (min-width:600px) {
    .flex_2_item_rp{
        min-width: 48%;
        max-width: 48%;
    }
}


/* New Packages Content */

.section_can_be_locked[data-locked="true"]{
    filter: blur(2px);
}

.section_locked{
    display: none;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    z-index: 3;
}

.section_locked[data-visible='true']{
    display: block;
}

.section_locked_outer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.section_locked_title{
    text-align: center;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.section_locked_title i {
    margin-right: 5px;
}

.section_locked_links{
    text-align: center;
}

#upgradeBanner_allow_full_width{
    width: 100%;
    display: block;
    clear: both;
}

#packages_banner{
    text-align: center;
}

.modal #packages_banner{
    border-radius: 0;
    border: none !important;
}

#packages_banner[data-package="startup"]{
    border-top: 4px solid #5DC548;
}

#packages_banner[data-package="pro"]{
    border-top: 4px solid #20b7e6;
}


.packages_banner_lock{
    display: none;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 20px;
    line-height: 50px;
    cursor: pointer;
}

.packages_banner_lock:hover{
    background-color: #F5F5F7;
}

#packages_banner[data-locked="True"] .packages_banner_lock{
    display: block;
}

.packages_banner_lock.packages_banner_lock_active{
    background-color: #F5F5F7;
    margin-bottom: 20px;
}

.packages_banner_lock_inner{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.packages_banner_lock_left i{
    margin-right: 10px;
}

#packages_banner[data-locked="True"] .packages_banner_inner_container{
    display: none;
}


#packages_banner_title{
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px;
}

#packages_banner_subtitle{
    margin-top: 20px;
    color: #FFF;
    font-size: 1.2rem;
    border-radius: 4px;
    padding: 0 10px;
    display: inline-block;
    font-weight: bold;
    line-height: 30px;
    background-color: #3bf10d;
}

#packages_banner_subtitle i{
    margin-right: 5px;
}

#packages_banner[data-package="startup"] #packages_banner_subtitle{ background-color: #5DC548; }
#packages_banner[data-package="pro"] #packages_banner_subtitle{ background-color: #20b7e6; }
#packages_banner[data-package="ridge"] #packages_banner_subtitle{ background-color: #172550; }

#packages_banner_subtitle_ridge{
    position: relative;
    top: 4px;
}

#packages_banner_info{
    line-height: 20px;
    max-width: 400px;
    margin: 20px auto 0 auto;
    font-size: 0.9rem;
}

.packages_banner_info_highlight{
    background-color: #d2d2d2;
    padding: 0 5px;
    line-height: 20px;
    display: inline-block;
    font-weight: bold;
}

#packages_banner_list{
    margin-top: 40px;
    text-align: left;
}

.packages_banner_list_inner_container.packages_banner_list_inner_container_hidden{
    display: none;
}

.packages_banner_list_inner_container.packages_banner_list_inner_container_single{
    margin: 0 auto;
}

.packages_banner_list_item{
    margin-top: 5px;
    margin: 10px auto 0 auto;
    max-width: 250px;
    display: flex;
    align-items: center;
}

.packages_banner_list_item:first-child{
    margin-top: 0;
}

.packages_banner_list_item_ridge_first{
    margin-top: 10px !important;
}

@media only screen and (min-width:600px) {

    #upgradeBanner_allow_full_width #packages_banner_list{
        display: flex;
        justify-content: space-between;
        max-width: 450px;
        margin: 40px auto 0 auto;
    }

    #upgradeBanner_allow_full_width .packages_banner_list_item.margint40{
        margin-top: 0 !important;
    }

    #upgradeBanner_allow_full_width #packages_banner_footer{
        margin-top: 40px;
    }

    
    
}

.packages_banner_list_item_specify_title{
    font-weight: bold;
}

.packages_banner_list_item i{
    color: #FFF;
    background-color: #3bf10d;
    border-radius: 50px;
    width: 15px;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    margin-right: 10px;
    font-size: 0.6rem;
    text-align: center;
}

#packages_banner[data-package="startup"] .packages_banner_list_item i{ background-color: #5DC548; }
#packages_banner[data-package="pro"] .packages_banner_list_item i{ background-color: #20b7e6; }
#packages_banner[data-package="ridge"] .packages_banner_list_item i{ background-color: #172550; }

#packages_banner[data-package="startup"] #packages_banner_list_benefits_container_default .packages_banner_list_item:nth-child(2){
    font-weight: bold;
    font-size: 1rem;
}

#packages_banner[data-package="startup"] #packages_banner_list_benefits_container_default .packages_banner_list_item:nth-child(2) i{
    color: #ff9900 !important;
    background: none !important;
    font-size: 1rem !important;
}

#packages_banner_footer{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
}

#packages_banner_button_container{
    margin-top: 20px;
}

#packages_banner_price{
    font-size: 2rem;
    font-weight: bold;
    color: #b5b5b5;
    margin: 0 auto;
    display: block;
    width: 90px;
}

#packages_banner_price span{
    margin-left: 5px;
    font-size: 0.7rem;
}




#available_apps_title{
    background-color: #f5f5f7;
    line-height: 40px;
    padding: 0 10px;
    font-weight: bold;
    font-size: 1rem;
    border-bottom: 1px solid #ddd;
}

.available_apps_item{
    display: flex;
    flex-wrap: nowrap;
    padding: 10px;
    border-bottom: 1px dashed #ddd;
}

.available_apps_item:last-child{
    border-bottom: none;
}

.available_apps_item_image_container{
    width: 50px;
    margin-right: 10px;
}

.available_apps_item_image{
    width: 50px;
    height: 50px;
    border-radius: 4px;
    display: block;
}

.available_apps_item_info{
    line-height: 20px;
}

.available_apps_item_info_title{
    font-weight: bold;
}

.available_apps_item_info_installation_button_installed{
    color: #5DC548;
    font-style: italic;
    font-weight: bold;
    font-size: 0.7rem;
}

.available_apps_item_info_installation_button{
    border-radius: 3px;
    line-height: 20px;
    display: inline-block;
    padding: 0 5px;
    font-size: 0.7rem;
    cursor: pointer;
    background-color: #FFF;
    border: 1px solid #ddd;
    color: #212121;
}

.available_apps_item_info_installation_button:hover{
    background-color: #F5F5F5;
}

.available_apps_item_info_installation_button[data-installed="true"]{
    margin-left: 5px;
}

i.plan_lock_icon{
    display: none;
}



/* Page Links */

.page_links_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.page_link{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    border: 1px solid #cfd7d9;
    border-left: 4px solid #cfd7d9;
    position: relative;
    top: 0;
    transition: 0.4s;
    color: #404041;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    cursor: pointer;
}

@media only screen and (min-width:600px) {
    .page_links_modal .page_link{
        max-width: 250px;
    }
}

.page_link.page_link_warning{
    border-left-color: #ea1636;
}

.page_link.page_link_green{
    border-left-color: #5DC548;
}

.page_link:hover{
    top: -4px;
    border-left-color: #9fa2a2;
}

.page_link.page_link_warning:hover{
    border-left-color: #bb112b;
}

.page_link.page_link_green:hover{
    border-left-color: #57b544;
}

.page_link_left{
    font-size: 1rem;
    margin-right: 10px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f5f5f7;
    border-radius: 4px;
}

.page_link:hover .page_link_left{
    background-color: #ddd;
}

.page_link_right {
    width: calc(100% - 40px);
}

.page_link_right_title{
    font-weight: bold;
}

.page_link_right_text{
    margin-top: 5px;
}




.page_link_usage{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    border: 1px solid #cfd7d9;
    border-left: 4px solid #cfd7d9;
    position: relative;
    top: 0;
    transition: 0.4s;
    color: #404041;
    width: 100%;
    max-width: 300px;
    cursor: pointer;
}

.page_link_usage:hover{
    top: -4px;
    border-left-color: #9fa2a2;
}

.page_link_usage_inner{
    display: flex;
    justify-content: space-between;
}


/* Startup Trial Banner */

#startup_trial_banner{
    border-radius: 4px;
    background: rgb(223 11 23);
    background: linear-gradient(133deg, rgb(223 11 23) 35%, rgb(103 5 10) 100%);
    color: #FFF;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 40px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px auto;
}

.startup_trial_banner_star{
    position: absolute;
    z-index: 1;
    font-size: 1rem;
    opacity: 0.2;
}

.startup_trial_banner_star:nth-child(1){ top: 10%; left: 10%; }
.startup_trial_banner_star:nth-child(2){ top: 45%; left: 15%; }
.startup_trial_banner_star:nth-child(3){ top: 65%; left: 75%; }
.startup_trial_banner_star:nth-child(4){ top: 20%; left: 85%; }
.startup_trial_banner_star:nth-child(5){ top: 88%; left: 35%; }

#startup_trial_banner_container{
    z-index: 3;
    position: relative;
}

#startup_trial_banner_title{
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2rem;
}

#startup_trial_banner_subtitle{
    margin-top: 00px;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
}


#startup_trial_banner_info{
    font-size: 1rem;
    line-height: 25px;
}

#startup_trial_banner_inner_container{
    margin-top: 20px;
}

#startup_trial_banner_inner{
    border: 1px solid rgba(255 255 255 / 0.2);
    background-color: rgba(36 36 36 / 0.1);
    padding: 15px;
    display: inline-block;
    margin: 0 auto;

}

#startup_trial_banner_inner_length{
    font-size: 2rem;
    font-weight: bold;
}

#startup_trial_banner_inner_what{
    font-weight: bold;
}

#startup_trial_banner_button{
    display: inline-block;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    cursor: pointer;
    background-color: #FFF;
    margin-bottom: 5px;
    color: #df0b17;
    font-weight: bold;
}

#startup_trial_banner_button:hover{
    background-color: #222222;
    color: #FFF;
}

#startup_trial_banner_button_deal_disclaimer{
    margin-top: 20px;
    font-style: italic;
    font-size: 0.7rem;
    max-width: 300px;
    margin: 20px auto 0 auto;
}

#startup_trial_countdown_container{
    margin-top: 20px;
}

#startup_trial_countdown_when{
    font-size: 1rem;
    font-weight: bold;
}



.text_editor_toggle_darkmode{
    font-size: 1rem;
    cursor: pointer;
}







#new_cp_color_theme_container{
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    justify-content: center;
    max-width: 300px;
}

.new_cp_color_theme_item{
    margin: 10px 25px 10px 25px;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    box-shadow: 4px 4px 7px 0px #ddd;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
}

.new_cp_color_theme_item:hover{
    box-shadow: 4px 4px 4px 0px #9e9e9e;
}


.new_cp_color_theme_item::before{
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 4px;
    border: 1px solid #bbb;
    position: absolute;
    top: 0px;
    left: -20px;
    background-color: #FFF;
}

.new_cp_color_theme_item_selected::before{
    background-color: #212121;
    border-color: #212121;
}

.new_cp_color_theme_item[data-id="1a"]{
    background-color: #3bf10d;
}

.new_cp_color_theme_item[data-id="2a"]{
    background-color: #20b7e6;
}

.new_cp_color_theme_item[data-id="5a"]{
    background-color: #212121;
}

.new_cp_color_theme_item[data-id="6a"]{
    background-color: #5DC548;
}

.new_cp_color_theme_item[data-id="3a"]{
    background-color: #172550;
    display: none;
}

.new_cp_color_theme_item[data-id="4a"]{
    background-color: #3A5ECA;
    display: none;
}

#new_cp_color_theme_container.new_cp_color_theme_container_premium .new_cp_color_theme_item[data-id="3a"],
#new_cp_color_theme_container.new_cp_color_theme_container_premium .new_cp_color_theme_item[data-id="4a"]{
    display: inline-block;
}



/* Upsell */

#upgrade_upsell_container{
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
    text-align: center;
}

#upgrade_upsell_image_container{
    margin-bottom: 40px;
}

#upgrade_upsell_image{
    max-width: 100%;
}

.upgrade_upsell_info_list_item{
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
}

.upgrade_upsell_info_list_item:not(:first-child){
    margin-top: 20px;
}

.upgrade_upsell_info_list_item_icon{
    min-width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border-radius: 4px;
    position: relative;
    top: 4px;
}

.upgrade_upsell_info_list_item_desc{
    margin-left: 10px;
    font-size: 1rem;
    line-height: 25px;
}

#upgrade_upsell_button{
    display: inline-block;
    height: 50px;
    padding: 7px 20px 0 20px;
    border-radius: 6px;
    font-size: 1rem;
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
}

#upgrade_upsell_button span{
    display: block;
    font-weight: normal;
    font-size: 0.7rem;
    margin-top: 3px;

}