/**
 * @package LoungeSevenFive
 * @subpackage css/views
 * @ui Services/Studio
 * @author AppyHive Ltd.
 * @version 2.4.0
 * @license https://studiobotez.com/terms-of-business
 * @copyright Studio Botez Ltd, 2015 - 2025
 */

/* ========== Default ========== */

:root {
    font-size: 1rem;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    --color-one: #00325f;
    --color-one-rgb: 0,50,95;
    --color-two: #aa0032;
    --color-two-rgb: 170,0,50;
    --color-text-light: #dadada;
    --color-bg: #2e5158;
    --color-link: #f0d3c2;
    --color-link-hover: #dbdbb7;
    --color-nav-link: #f5f5f5;
    --color-highlighted : #007575;
    --color-bg-dark: #0e2e5b;
    --color-bg-light: #f3f2ed;
    --color-one-bar: rgba(0,50,95,0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #E1E1E7;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #111111;
    z-index: 0;
}

.inactive{
    overflow: hidden;
}

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

fieldset, img {
    border: 0;
}

ol, ul {
    list-style: none;
}

q:before, q:after, pre {
    content: '';
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

.icon[title]{
    cursor: pointer;
}

[href]{
    cursor: pointer;
}

a {
    color: #2C2C37;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    color: #F47A00;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

sup {
    font-size: 45%;
    vertical-align: super;
}

/* global classes */

.hide {
    display: none !important;
}

.show {
    display: block;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.upper {
    text-transform: uppercase;
}

.caps {
    text-transform: capitalize;
}

.large {
    font-size: 2.3rem;
}

.medium {
    font-size: 1.8rem;
}

.small {
    font-size: 0.8rem;
}

.smallObj {
    width: 15%;
    min-width: 10em;
}

.mediumObj {
    width: 50%;
    min-width: 25em;
}

.full{
    width: 100%;
}

.full.last{
    overflow: hidden;
    margin: 2em auto 1em auto;
}

.half{
    min-width: 50%;
    max-width: 50%;
    width: 50%;
}

.third{
    width: 75%;
}

.one-third{
    width: 33%;
}

.quarter{
    width: 25%;
}

.tenth{
    width: 10%;
}

.centred{
    text-align: center;
}

.overflow-hidden{
    overflow: hidden;
}

.currency-ro::after{
    content: 'RON';
}

/* icons */

.icon{
    display: block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    text-indent: -5000px;
    outline: none;
}

.icon.round{
    border-radius: 100%;
    margin: auto 0.1em;
}

.icon.hasBorder{
    background-size: 30% auto;
    border: 1px solid #212343;
}

.icon.left-abs{
    position: absolute;
    top: 0;
    left: 0;
}

.icon.right-abs{
    position: absolute;
    top: 0;
    right: 0;
}

icon.small{
    width: 24px;
    height: 24px;
}

.icon.medium{
    width: 64px;
    height: 64px;
}

.icon.tiny{
    background-size: 70% auto;
}

.bin{
    background-image: url(../imgs/ui/bin-icon.svg);
}

.bin:hover{
    background-image: url(../imgs/ui/bin-open-icon.svg);
}

.plus{
    background-image: url(../imgs/ui/plus-circle-icon.svg);
}

.minus{
    background-image: url(../imgs/ui/minus-circle-icon.svg);
}

.left-arrow{
    background-image: url(../imgs/ui/left-arrow-icon.svg);
}

.right-arrow{
    background-image: url(../imgs/ui/right-arrow-icon.svg);
}

.globe{
    background-image: url(../imgs/ui/globe-icon.svg);
}

.code{
    background-image: url(../imgs/ui/code-icon.svg);
}

.icon.nav{
    background-image: url(../imgs/ui/menu-icon.svg);
}

.newpage{
    background-image: url(../imgs/ui/new-page-icon.svg);
}

.layout{
    background-image: url(../imgs/ui/layout-edit-icon.svg);
}

.layout.duplicate{
    background-image: url(../imgs/ui/layout-duplicate-icon.svg);
}

.component{
    background-image: url(../imgs/ui/component-icon.svg);
}

.component.duplicate{
    background-image: url(../imgs/ui/component-duplicate-icon.svg);
}

.upload{
    background-image: url(../imgs/ui/upload-icon.svg);
}

.speed{
    background-image: url(../imgs/ui/page-speed-icon.svg);
}

.link{
    background-image: url(../imgs/ui/page-link-icon.svg);
}

.external{
    background-image: url(../imgs/ui/page-external-link-icon.svg);
}

.page.part{
    background-image: url(../imgs/ui/page-part-icon.svg);
}

.page.root{
    background-image: url(../imgs/ui/page-home-icon.svg);
}

.page.default{
    background-image: url(../imgs/ui/page-web-icon.svg);
}

.page.hasChildren{
    background-image: url(../imgs/ui/page-multiple-icon.svg);
}

.overview-icon{
    background-image: url("../imgs/ui/overview-icon.svg");
}

.analytics-icon{
    background-image: url("../imgs/ui/analytics-icon.svg");
}

.pages{
    background-image: url("../imgs/ui/left-menu-pages-icon.svg");
}

.layouts{
    background-image: url("../imgs/ui/left-menu-templates-icon.svg");
}

.components{
    background-image: url("../imgs/ui/left-menu-components-icon.svg");
}

.library{
    background-image: url("../imgs/ui/left-menu-library-icon.svg");
}

.preferences{
    background-image: url("../imgs/ui/left-menu-preferences-icon.svg");
}

.close{
    background-image: url("../imgs/ui/close-icon.svg");
}

.add {
    background-image: url("../imgs/ui/add-icon.svg");
}

.edit {
    background-image: url("../imgs/ui/edit-icon.svg");
}

.search {
    background-image: url("../imgs/ui/search-icon.svg");
}

.stage-icon {
    background-image: url("../imgs/ui/stage-icon.svg");
}

.stage-profile-icon {
    background-image: url("../imgs/ui/stage-profile-icon.svg");
}

.stage-class-teacher-icon {
    background-image: url("../imgs/ui/stage-class-teacher-icon.svg");
}

.report-approve{
    background-image: url("../imgs/ui/report-approve-icon.svg");
}


/* colours */

.darkBlue{
    background-color: #212343;
    color: #E1E1E7;
}

.lightBlue{
    background-color: #007fff;
    color: #f2f2f2;
}

.lightGreen{
    background-color: #009245;
    color: #f1f1f1;
}

.orange{
    background-color: #F47A00;
    color: #FFFFFF;
}

.preloader {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    background: url(../imgs/ui/loader.gif) no-repeat scroll 50% 50%;
    z-index: 10000;
    margin: -60px 0 0 -60px;
}


/* Page layout defaults */

header, footer, section {
    width: 100%;
    clear: both;
}

input {
    -webkit-transition: background 400ms ease;
    transition: background 400ms ease;
}

h1, h2, h3, h4, h5 {
    font-family: 'Oxygen', sans-serif;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.35rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1rem;
}

div.mainScreen {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
}

#overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(234,117,0,1);
    z-index: 1000;
}

.msg {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    cursor: pointer;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.msg p{
    display: block;
    font-weight: 700;
    text-align: center;
    padding: 1.75em 1em;
}

.msg.info{
    background-color: rgba(81,85,164,0.55);
    color: #F3F3F3;
}

.msg.success{
    background-color: rgba(194,255,174,0.55);
}

.msg.error{
    background-color: rgba(178,0,0,0.75);
    color: #f3f3f3;
}

/* Table objects */

table tr th[scope="col"]{
    width: auto;
    font-size: inherit;
    border-bottom: 1px solid #ccc;
    padding: 1em;
}

table tr th[scope="col"].medium{
    min-width: 10%;
}

table tr th[scope="col"].small{
    min-width: 3%;
}

table tr th[scope="col"].x-small{
    width: 1%;
}

table tr.even:hover,
table tr.odd:hover{
    background-color: rgba(var(--color-one-rgb),0.2);
}

table tr.odd{
    background: #dadada;
}

table tr.even{
    background: #eeeeee;
}

table tr td{
    border-bottom: 0.75px solid #ccc;
    padding: 1em;
}

table tr td.left{
    text-align: left;
}

table tr td.right{
    text-align: right;
}

table tr.head{
    background-color: var(--color-one);
    color: var(--color-text-light);
    border-top: 1px solid #ccc;
}

table.table-data tr.head{
    background-color: rgba(77,160,120,0.25);
    color: var(--color-one);
    border-top: 0;
}

/* Form objects */

form {
    display: block;
}

.step {
    width: 100%;
    display: block;
    clear: both;
    overflow: hidden;
    margin: 1em auto;
}

.step.isFirst {
    margin-top: 2.5em;
}

.inputWrapper{
    position: relative;
}

label {
    -webkit-transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    border-top: none;
    border-bottom: 1px solid #CCCCD7;
    border-left: 1px solid #CCCCD7;
    color: #111111;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 14px;
    position: relative;
    margin-top: 0;
    min-height: 115px;
    width: 100%;
}

label.default{
    min-height: 1px;
    border: 0;
}

label.half.single{
    border-bottom: none;
}

label.left,
label.full{
    border-left: none;
}

label.error{
    color: #d0021b;
}

label .inputLabel {
    -webkit-transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    color: #111;
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    opacity: 0;
}

label.has-focus {
    background-color: rgba(33,35,67,0.20);
    border-radius: 1em;
    cursor: text;
    z-index: 2;
}

label.has-focus .inputWrapper:after {
    color: #393536;
}

label.has-focus .inputLabel {
    color: #000;
}

label.has-value .inputLabel {
    opacity: 1;
    font-size: 1rem;
    font-weight: 400;
    color: #8C8CA1;
    margin: 1.2em 0;
}

label.selectable:hover{
    background-color: rgba(33,35,67,0.20);
}

label.selectable a:hover{
    color: #17402D;
}

label.full:last-child{
    border-bottom: none;
}

label.single,
label.half{
    border-bottom: 1px solid #CCCCD7 !important;
}

label.file{
    overflow: hidden;
    min-height: 5em;
    background-color: rgba(0,0,0,0);
    border: 1px solid #ccccd7;
    border-radius: 0.75em;
    padding: 0.75em;
    margin: 1.5em auto;
}

input {
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 1rem;
    outline: none;
    line-height: 1;
}

input[type="text"],
input[type="email"],
input[type="password"]{
    background: none;
    border: none !important;
    border-radius: 0;
    padding: 1em 0;
}

input[type="file"]{
    border: 0;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

input[type="file"]::file-selector-button {
    display: none;
}

input[type="color"]{
    width: 64px;
    height: 64px;
    border: 0;
    margin: 0 auto;
    cursor: pointer;
}

.colour-picker{
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 100%;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder{
    color: #6E787F;
    line-height: 1;
    opacity: 1;
    text-transform: lowercase !important;
}

input:focus::-webkit-input-placeholder {
    color: #283036;
}

input:focus:-moz-placeholder {
    color: #283036;
}

input:focus::-moz-placeholder {
    color: #283036;
}

input:focus:-ms-input-placeholder {
    color: #283036;
}

input.error:-moz-placeholder{
    color: #d0021b;
}

input.error::-moz-placeholder{
    color: #d0021b;
}

input.error::-webkit-input-placeholder{
    color: #d0021b;
}

input.error:-ms-input-placeholder{
    color: #d0021b;
}

input.upload-field{
    display: block;
    background-color: rgba(255,255,255,0.25);
    text-align: left;
    text-indent: -9999px;
    border: 1px solid #cccccc;
    border-radius: 1em;
    cursor: pointer;
    padding: 5em;
    margin: 2em auto;
}

.btn {
    display: block;
    min-width: 180px;
    max-width: 200px;
    overflow: hidden;
    font-family: inherit;
    font-size: 1.05rem;
    font-weight: 400;
    border: 1px solid #212343;
    outline: 0;
    border-radius: 2em;
    text-align: center;
    text-decoration: none;
    padding: 0.75em;
    margin: 0.5em auto;
    cursor: pointer;
}

.btn:hover {
    background: #F47A00;
    color: #212343;
    text-decoration: none;
}

.btn.icon{
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    border-width: 2px;
    padding: 1em;
}

.btn.large{
    min-width: 250px;
}

.btn.small{
    font-size: 90%;
}

.btn.left{
    margin: 0.5em;
}

.btn.cancel{
    background-color: #8C8CA1;
}

.btn.delete{
    background-color: #ff7d78;
}

.btn.disabled{
    pointer-events: none;
    filter: saturate(0%);
    cursor: not-allowed;
}

textarea {
    width: 100%;
    max-width: 100%;
    min-height: 250px;
    max-height: 400px;
    clear: both;
    background-color: #FFFFFF;
    color: #111111;
    font-family: inherit;
    font-size: inherit;
    line-height: 30px;
    border: 1px solid #d6d6d6;
    border-radius: 0.5em;
    padding: 2em;
}

textarea.pagePartContent{
    height: 100%;
}

textarea.settings{
    min-width: 100%;
    min-height: 150px;
    max-height: 300px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #009245;
}

input:checked + .slider.secondary{
    background-color: #007fff;
}

input:disabled + .slider,
input:disabled+ .slider.secondary{
    opacity: 0.35;
}

input:focus + .slider {
    box-shadow: 0 0 1px #8b8ba0;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* override for code editors */

.CodeMirror {
    min-height: 450px;
    line-height: 30px;
}

input[type=checkbox] {

}

select{
    display: block;
    width: 100%;
    background-color: transparent;
    background: url(../imgs/ui/select-ui-icon.svg) no-repeat 99% 50%;
    font-size: 1rem;
    text-overflow: "";
    border: none;
    border-radius: 0.5em;
    padding: 0.8em 0.8em 0.8em 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.active{
    color: #269700;
}

td select,
td input[type="text"],
td input[type="number"]{
    background: none;
    border: 0.3px solid #111 !important;
    border-radius: 1em;
    padding: 0.35em;
    margin: 0 0.5em;
}

.contentItem .block-right input[type="text"],
.contentItem .block-right input[type="email"],
.contentItem .block-right input[type="password"]{
    padding: 0.35em;
}

/* Header */

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(240,240,240,0.05);
    padding: 1em;
    margin: 0 0 1em 0;
    z-index: 10;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.slideTrack {
    width: 100%;
    height: 12px;
    background: url("../imgs/ui/dots-darkgrey-bg.png") repeat 0 0;
    position: relative;
    padding: 20px 0 0 0;
}

.brand {
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    max-width: 175px;
    padding: 0;
    z-index: 100;
}

.brand a img {
    display: block;
    width: 100%;
    min-height: 64px;
}


/* navigation */

header .menu-control{
    width: 20vw;
    min-height: 45px;
    position: relative;
    top: 12px;
    left: 0;
    padding-left: 90px;
}

header .menu-control .icon{
    width: 45px;
    height: 45px;
    background-size: 80% auto;
}

header .secondary-nav{
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    margin: 0.75em auto;
    z-index: 1000;
}

.primary-nav,
.search-panel{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(240,240,240,0);
    z-index: 10000;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.primary-nav .nav-placeholder,
.search-panel .nav-placeholder{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(240,240,240,0.45);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.search-panel .nav-placeholder{
    background-color: rgba(28,30,62,0.45);
}

.primary-nav .nav-menu{
    width: 70vw;
    height: 50vh;
    position: absolute;
    top: calc(50vh - 25vh);
    left: calc(50vw - 35vw);
    background-color: rgba(250,250,250,0);
    border-radius: 1em;
    z-index: 10000;
}

.search-panel .nav-search {
    width: 80vw;
    min-height: 75vh;
    position: absolute;
    top: 15vh;
    left: calc(50vw - 40vw);
    background-color: rgba(250,250,250,0);
    border-radius: 1em;
    text-align: center;
    z-index: 10000;
}

.nav-menu ul {
    display: flex;
    padding: 3em;
    text-align: center;
    margin: 0 auto;
}

.nav-menu ul li{
    display: contents;
    width: 10vw;
    margin: 1em auto;
}

.nav-menu ul li a{
    display: block;
    position: relative;
    width: 100%;
    height: 12vh;
    background-repeat: no-repeat;
    background-size: 3.25vw auto;
    background-color: transparent;
    background-position: 50% 100%;
    text-align: center;
    text-decoration: none;
    padding: 0 1em;
    margin: 0 auto;
}

.nav-menu ul li a span{
    display: block;
    width: 100%;
    position: absolute;
    bottom: -35px;
    left: 0;
    font-size: 105%;
    text-align: center;
}

.nav-menu ul li a.current span{
    color: #f47a00;
}


.secondary-nav ul{
    display: inline-flex;
    margin: 0 1.25em;
}

.secondary-nav ul li{
    display: inline-flex;
    margin: 0 0.75em;
}

.secondary-nav ul li a{
    color: #8B8BA0;
    text-decoration: none;
}

.secondary-nav ul li p{
    display: block;
    color: #8B8BA0;
    line-height: 2.25em;
}

.secondary-nav ul.ui-menu{
    background-color: #212343;
    border: none;
    padding: 1em 0.5em;
    z-index: 10000;
}

.secondary-nav ul#userMenu li{
    display: block;
    padding: 0.5em;
    margin: 0em 0.35em;
}

.home-nav{
    background: url("../imgs/ui/icon-home-initial-lightmode.svg") no-repeat 50% 50%;
}

.home-nav.current{
    background: url("../imgs/ui/icon-home-active-lightmode.svg") no-repeat 50% 50%;
}

.settingsLink{
    background-image: url("../imgs/ui/global-settings-icon.svg");
}

.securityLink{
    background-image: url("../imgs/ui/security-settings-icon.svg");
}

.messagingLink{
    background: url("../imgs/ui/icon-messaging-initial-lightmode.svg") no-repeat 50% 100%;
}

.messagingLink.current{
    background: url("../imgs/ui/icon-messaging-active-lightmode.svg") no-repeat 50% 100%;
}

.support-link{
    background: url("../imgs/ui/icon-support-initial-lightmode.svg") no-repeat 50% 100%;
}

.profileLink{
    background-color: #1c1e3e;
    color: #f5f5f5;
    text-align: center;
    text-indent: 0;
    line-height: 30px;
}

.profileLink img{
    display: block;
    width: 100%;
    height: auto;
}

.leftMenu{
    display: block;
    width: 100%;
}

.leftMenu ul {
    padding: 0 1em 1em 0;
}

.leftMenu ul li{
    display: block;
    border-bottom: 1px dashed #8C8CA1;
}

.leftMenu ul li:last-child{
    border-bottom: none;
}

.leftMenu ul li:first-child a{
    
}

.leftMenu ul li:last-child a{
    
}

.leftMenu ul li a span{
    display: block;
}

.menuItem{
    display: block;
    font-size: 1rem;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 20px auto;
    color: #212343;
    text-decoration: none;
    letter-spacing: -0.25px;
    padding: 0.75em 0.5em 0.75em 1.75em;
}

.menuItem:hover,
.menuItem.current{
    background: rgb(0,50,95);
    background: linear-gradient(90deg, rgba(0,50,95,1) 0%, rgba(225,225,231,1) 95%);
    background-position: 0 50%;
    color: #FFFFFF;
}

/* ============= Content ============= */


main {
    width: 100%;
    height: auto;
    position: relative;
    clear: both;
    padding: 0;
    padding-bottom: 15vh;
    margin-top: 15vh;
}

.content{
    width: 100%;
    overflow: hidden;
    padding: 0 2em;
    margin: 1em auto;
}

.content.centered{
    max-width: 1280px;
    padding: 0;
}

.content .section-header{
    display: flex;
    padding-left: 2em;
    margin: 2em auto 1.75em auto;
}

.section-header .has-link{
    opacity: 0.35;
}

.section-header .has-link a{
    text-decoration: none;
}

.section-header .has-link:after{
    display: inline-flex;
    content: '\2192';
    padding: 0 0.35em;
}

.section-header .has-link:hover{
    opacity: 1;
}

.section-header .has-link:hover:after{
    transform: rotateZ(-180deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.section-header .current{
    color: #00325f;
}

.contentGrid .section-header{
    margin-top: 0;
}

.contentItem .section-header{
    margin: 0 auto 1em auto;
}

.sectionHeader{
    display: block;
    width: 100%;
    clear: both;
    position: fixed;
    top: 95px;
    padding: 1em 2em;
    margin: 0 auto 1em auto;
}

.sectionHeader.centered{
    max-width: 1280px;
}

.sectionHeader.fixed{
    position: fixed;
}

.sectionHeader .logo{
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 10px;
    right: 45px;
}

.sectionHeader .logo img{
    display: block;
    width: 100%;
}

.sectionHeader h1{
    display: block;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: -1px;
}

.hasIcon{
    display: block;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    text-indent: 45px;
}

.hasIcon.small{
    background-position: 5px 50%;
    background-size: 32px auto;
    padding-left: 32px !important;
}

.hasIcon.isBtn{
    background-position: 10px 50%;
    background-size: 25px auto;
    text-decoration: none;
    border: 1px solid #444444;
    border-radius: 15px;
    padding: 0.5em 1em;
    margin: 0.35em;
}

.hasIcon.isBtn:hover{
    background-color: #8C8CA1;
    color: #ffffff;
}

/* Dashboards */

.app-status{
    position: absolute;
    top: 42px;
    right: 32px;
    border-radius: 15px;
    z-index: 1;
}

.app-status span{
    display: block;
    text-align: center;
    padding: 0.75em 1.2em;
}

.app-status.review{
    background-color: #efeb65;
}

.app-status.live{
    background-color: #689f38;
}

.dashboard{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.dashboard .dashboard-item{
    display: block;
    position: relative;
    clear: both;
    overflow: hidden;
    background-color: rgba(255,255,255,0.35);
    border-bottom: 1px solid #ccc;
    border-radius: 1em;
    padding: 2em;
    margin: 1em auto;
}

.dashboard .dashboard-item:last-child,
.dashboard-item ul li:last-child{
    border-bottom: 0;
}

.dashboard-item h3{
    margin-bottom: 1em;
}

.dashboard-item ul{
    display: block;
    list-style: none;
    margin: 1em auto;
}

.dashboard-item ul li{
    display: flex;
    position: relative;
    border-bottom: 0.5px solid #ccc;
    padding: 1em 0;
}

.dashboard-item ul li.divider{
    border-top: 0.5px solid #ccc;
    border-bottom: 0;
    padding: 1.5em 0 1em 0;
}

.dashboard-item ul li.list-delimiter{
    border-bottom: 2px solid #ccc;
}

.app-name{
    position: absolute;
    bottom: 0;
    font-weight: 100;
}

.app-icon img{
    display: block;
    max-width: 120px;
    height: auto;
    outline: none;
}
.block-left{
    width:40%;
    position: relative;
    float: left;
    line-height: 30px;
}

.block-right{
    width: 60%;
    float: right;
    position: relative;
    text-align: left;
    line-height: 30px;
}

.block-right.left-border{
    border-left: 1px solid #ccc;
}

.leftCol{
    min-width: 40px;
    width: 12%;
    position: fixed;
    top: 175px;
    left: auto;
}

.leftCol.fixed{
    position: fixed;
    top: 175px;
    left: 0;
    overflow: hidden;
    padding: 1em 0.5em 1em 2em;
}

.rightCol {
    width: calc(85vw - 20px);
    border-left: 0 solid #CCCCD7;
}

.contentItem {
    position: relative;
    padding: 0 1.5em 2em 1.5em;
}

.contentItem.table-wrap {
    overflow: hidden;
    border: 0.55px solid #ccc;
    border-radius: 1em;
    padding: 0;
}

.contentItem.table-wrap.data {
    border: 1px solid #ccc;
    overflow-x: scroll;
}

.contentItem h2{
    position: relative;
    text-indent: 10px;
    margin-bottom: 1em;
}

.contentItem h2.has-badge{
    margin-bottom: 0;
}

.contentItem h2 span{
    position: absolute;
    top: 0;
    margin: 0.1em 0 0 0.45em;
}

.contentGrid,
.mediaGrid,
.appsGrid,
.dashboardGrid{
    max-width: 100%;
    clear: both;
    margin: 2em auto 1em auto;
}

.contentGridItem,
.mediaGridItem,
.dashboardItem{
    width: 31.55%;
    height: 280px;
    float: left;
    background-color: #F1F1F3;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
    border-radius: 1em;
    padding: 1em;
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-transition: background 300ms ease;
    transition: background 300ms ease;
}

.contentGridItem .tile,
.mediaGridItem .tile,
.dashboardItem .tile{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.mediaGridItem{
    width: 200px;
    min-height: 200px;
    border: none;
}

.mediaGridItem.even{
    background-color: #E9E9EB;
}

.contentGridItem:hover,
.mediaGridItem:hover{
    background: #FFFFFF;
}

.contentGridItem .hasLink.icon,
.mediaGridItem .hasLink.icon,
.dashboardItem .hasLink.icon{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #dadada;
}

.contentGridItem .profile-icon{
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 60% auto;
    border-radius: 100%;
    z-index: 1;
}

.contentGridItem h2{
    display: block;
    font-size: 1.5rem;
    font-weight: 100;
    text-indent: 0;
    letter-spacing: -1px;
    padding: 0.5em;
    margin: 0;
}

.contentGridItem h2.hasIcon{
    text-indent: 75px;
}

.contentGridItem p{
    display: block;
    font-size: 1rem;
    font-weight: 100;
    padding: 0 1em 0.5em 0.75em;
}

.contentGridItem .list-menu{
    display: block;
    max-width: 75%;
    list-style: disclosure-closed;
    padding: 0.5em 1em;
    margin: 0 0 0 1em;
}

.contentGridItem .list-menu li a{
    display: block;
    text-decoration: none;
    border-bottom: 0.5px solid #cccccc;
    padding: 0.5em 0;
}

.contentGridItem .list-menu li:last-child a{
    border-bottom: none;
}

.contentGridItem .badge{
    position: absolute;
    top: 30px;
    right: 20px;
    background-color: transparent;
    color: #8B8BA0;
    text-align: center;
    border: 1px solid #8B8BA0;
    border-radius: 1em;
    padding: 0.3em 1em;
}

.contentGridItem .badge span{
    font-size: 1.5rem;
    padding: 0.75em;
}

.contentGridItem .badge.blue{
    background-color: rgba(0,127,255,0.75);
    color: #f5f5f5;
}

.appItem{
    width: 150px;
    min-height: 150px;
    overflow: hidden;
    float: left;
    text-align: center;
    margin: 1em;
}

.appItem a{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.appItem .appIcon{
    display: block;
    width: 128px;
    height: 128px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50% auto;
    border: 3px solid #CCCCD7;
    border-radius: 100%;
    margin: 0 auto;
}

.appItem .appIcon.installed{
    border: 3px solid #00A429;
}

.appItem .appIcon.installed:hover{
    background-size: 55% auto;
    border-color: #212343;
}

.appItem .appIcon.inactive{
    filter: grayscale(100%);
    border: 3px solid #00A429;
}

.appItem h4{
    display: block;
    clear: both;
    font-size: 0.85rem;
    font-weight: 400;
    margin: 1em auto;
}

.appEdit{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.appEdit label{
    min-height: 1px;
    border-radius: 10px !important;
}

.stats{
    width: 100%;
    clear: both;
    overflow: hidden;
    margin: 2em auto;
}

.stats .statsItem{
    width: 32.555%;
    float: left;
    text-align: center;
    padding: 1em;
    margin: 1px;
}

.statsItem.positive{
    background-color: rgba(35,140,0,0.25);
}

.statsItem.neutral{
    background-color: rgba(244,122,0,0.25);
}

.statsItem.default{
    background-color: rgba(33,35,67,0.25);
}

.statsItem.negative{
    background-color: rgba(157,39,0,0.25);
}

.statsItem span{
    font-size: 1.5rem;
}

.setItem{
    background-color: #FFFFFF !important;
}

.setItem ul li:hover{
    background-color: #F3F3F3;
}

.setItem ul li{
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #CCCCD7;
    padding: 0.5em 0;
}

.setItem ul li:last-child{
    border-bottom: none;
}

/* Menus */

#userMenu{
    display: none;
}

.toolbox{
    display: block;
    width: 100%;
    background-color: #E9E9EB;
    border-top: 1px solid #CCCCD7;
    border-bottom: 2px solid #CCCCD7;
    border-left: 20px solid #CCCCD7;
    padding: 1em 0.5em;
    margin: 0.75em auto;
}

/* Section Content */

/* CMS */

.sitemap{
    display: block;
    background-color: #E9E9EB;
    padding: 1em;
}

.sitemap ul{
    display: block;
    width: 100%;
    clear: both;
}

.sitemap ul li{
    position: relative;
    padding-top: 0.5em;
}

.sitemap ul li.children-visible{
    display: block;
    border-bottom: none;
}

.sitemap ul li.children-visible ul{
    padding-left: 0.55em;
}

.sitemap ul li.children-visible ul li{
    display: flow-root;
}

.sitemap ul#sitemap{
    border-bottom: none;
}

.node{
    display: flex;
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 0 10px;
}

.node:hover{
    background-color: rgba(255,255,255,0.65);
}

.node.hasChildren ul li:hover{
    background-color: rgba(198,198,225,0.95);
}

.node.hasChildren:hover ul li{
    background-color: rgba(198,198,225,0.75);
}

.node.selected{
    background-color: rgba(255,255,190,0.45);
    cursor: grab;
}

.node.selected:hover{
    background-color: rgba(255,255,190,0.75);
    cursor: grab;
}

.node.selected:active {
    cursor: grabbing;
}

.node.child{
    background-position: 20px 10px;
}

.node.child.level-2{
    background-position: 40px 10px;
}

.node.child.level-3{
    background-position: 60px 10px;
}

.node.child.level-4{
    background-position: 75px 10px;
}

.node.child.level-5{
    background-position: 95px 10px;
}

.node.selected .node.child.level-2,
.node.selected .node.child.level-3,
.node.selected .node.child.level-4{
    background-color: transparent;
}

.nodeItem{
    display: block;
    width: 60%;
    min-height:40px;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 0 10px;
    border-right: 1px solid #CCCCD7;
    border-bottom: 1px solid #CCCCD7;
    padding: 0.5em 0;
}

.nodeItem.title{
    padding-left: 35px;
}

.sitemap ul li.child .nodeItem.title{
    padding-left: 55px;
}

.sitemap ul li.child.level-2 .nodeItem.title{
    background-image: url("../imgs/ui/item-level-indicator.svg");
    background-position: 15px 0;
    padding-left: 75px;
}

.sitemap ul li.child.level-3 .nodeItem.title{
    background-image: url("../imgs/ui/item-level-indicator.svg");
    background-position: 35px 0;
    padding-left: 95px;
}

.sitemap ul li.child.level-4 .nodeItem.title{
    background-position: 50px 0;
    padding-left: 110px;
}

.sitemap ul li.child.level-5 .nodeItem.title{
    background-position: 70px 0;
    padding-left: 130px;
}

.children-hidden .ctrl{
    background-color: #DADADA !important;
}

.children-visible .ctrl{
    background-color: #FFFFFF;
}

.handle_reorder,
.handle_copy{
    width: 25px;
    height: auto;
    position: absolute;
    top: 3px;
    cursor: grab;
}

.sitemap ul li.child.level-1 .handle_reorder,
.sitemap ul li.child.level-1 .handle_copy{
    left: 20px;
}

.sitemap ul li.child.level-2 .handle_reorder,
.sitemap ul li.child.level-2 .handle_copy{
    left: 40px;
}

.ctrl{
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 3px;
    left: 0;
    background-color: #DADADA;
    z-index: 1;
    cursor: ns-resize;
}

.ctrl img{
    display: block;
    margin: 10px auto;
}

.nodeItem.title a{
    text-decoration: none;
    line-height: 28px;
}

.nodeItem.title a span{
    font-weight: 300;
}

.nodeItem.title.active a{
    color: #269700;
}

.root .nodeItem.title a span{
    color: #269700;
}
.level-0 .nodeItem.title a span,
.level-1 .nodeItem.title a span{
    font-weight: 700;
}

.level-1 .level-2 .nodeItem.title a span{
    font-weight: 400;
}

.nodeItem.title .remove{
    display: none;
    position: absolute;
    top: 0;
    right: 85px;
}

.nodeItem.title:hover .remove{
    display: block;
}

.nodeItem.title .status{
    min-width: 70px;
    position: absolute;
    top: 5px;
    right: 10px;
    text-align: right;
    text-transform: uppercase;
    border: 1px solid #444444;
    border-radius: 5px;
    padding: 0.2em 0.35em;
    cursor: pointer;
}

.nodeItem.title .status a{
    line-height: normal;
}

.nodeItem.title .status p{
    font-size: 80%;
    font-weight: 400;
    color: #444444;
}

.nodeItem.title .status p span{
    position: absolute;
    left: 0;
    font-weight: 700;
    border-right: 1px solid #F3F3F3;
    padding: 0 0.35em;
}

.nodeItem.title .status.live,
.nodeItem.title .status.active{
    background-color: #269700;
    border: none;
}

.nodeItem.title .status.debug{
    background-color: #FFFF8A;
}

.nodeItem.title .status.live p,
.nodeItem.title .status.active p{
    color: #FFFFFF;
}

.nodeItem.title .status.published{
    background-color: #269700;
}

.nodeItem.title .status.published p{
    color: #FFFFFF;
}

.nodeItem.title .status.hidden{
    border: 1px solid #00BFFF;
}

.nodeItem.title .status.hidden p{
    color: #00BFFF;
}

.nodeItem.title .status.offline{
    border: 1px solid #F03D00;
}

.nodeItem.title .status.offline p{
    color: #F03D00;
}

.nodeItem.info{
    width: 30%;
    padding: 0.5em 1em;
}

.nodeItem.info .id{
    display: none;
    min-width: 50px;
    position: absolute;
    top: 5px;
    right: 10px;
    background-color: #444444;
    border-radius: 5px;
    padding: 0.2em 0.35em;
}

.nodeItem.info .id p{
    font-size: 80%;
    font-weight: 400;
    color: #F3F3F3;
    text-align: right;
}

.nodeItem.info:hover .id{
    display: inline;
}

.nodeItem.info .infoItem{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 1em;
}

.nodeItem.info .infoItem a,
.nodeItem.info .infoItem span{
    display: inline-block;
    line-height: 35px;
}

.nodeItem.tools{
    width: 10%;
    border-right: none;
}

.tools .items{
    position: absolute;
    top: 0;
    right: 0;
}

.tools .items a{
    display: inline-block;
}


.menu{
    display: none;
    position: fixed;
    border-radius: 5px;
    z-index: 1000;
}

.menu p{
    display: block;
    font-weight: 700;
    color: #212343 !important;
    opacity: 1 !important;
    padding: 0.75em;
    margin: 0 auto;
}

.menu > div{
    display: inline-block;
    padding: 1em;
}

.menu > div.selected{
    background-color: rgba(33,35,67,0.8);
    cursor: not-allowed;
}

.menu > div:hover{
    background-color: rgba(33,35,67,0.5);
}

.menu > div:hover a{
    color: #F3F3F3;
}

.menu > div a{
    display: block;
    padding: 0.5em;
    margin: 0 !important;
}

.menu > div.selected a{
    color: #F3F3F3;
    cursor: not-allowed;
}

.menu > div.icon{
    display: inline-block;
    padding: 0;
    margin: 1em 0.5em !important;
}

.menu > div.icon:hover{
    background-color: rgba(33,35,67,0);
}

/* CMS page edit */

.formGrid{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 2em auto;
}

.formGridSizer{
    width: 66.66666%;
}

.formGridItem{
    min-height: 250px;
    float: left;
    background-color: #F1F1F3;
    padding: 1em;
    margin-bottom: 15px;
}

.preview{
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 25px;
}

.preview input{
    opacity: 0;
    cursor: copy;
}

.preview a{
    line-height: 32px;
    margin-left: 0.5em
}

.pageEditor{
    width: 100%;
    position: relative;
}
.pageEditor h3.ui-state-hover {
    background-color: #D6D6D6;
}

#pageParts{
    padding-top: 2em;
}

.pagePart{
    position: relative;
}

.pagePartTools{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f0f0f0;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    padding: 0.5em;
    margin: 0 auto 1.5em auto;
}

.pagePartTools .id{
    display: inline-block;
    min-width: 50px;
    position: absolute;
    top: 13px;
    right: 13px;
    background-color: #444444;
    border-radius: 5px;
    padding: 0.2em 0.35em;
}

.pagePartTools .id p{
    font-size: 80%;
    font-weight: 400;
    color: #F3F3F3;
    text-align: right;
}

/* Global Pop-ups */

#dialog {
    display: none;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color:rgba(255,255,255,0.45);
    z-index: 10000;
    overflow-y: auto;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.closeBtn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.dialogContent {
    display: block;
    width: 50vw;
    height: auto;
    min-height: 50vh;
    position: relative;
    overflow: hidden;
    background-color:rgba(255,255,255,0);
    border-radius: 10px;
    padding: 1.5em;
    margin-top: calc(50vh - 30vh);
    margin-left: calc(50% - 25vw);
}

.dialogContent p {
    display: block;
    clear: both;
    margin: 1em auto;
}

.dialogContent .notice {
    clear: none;
    line-height: 1.55em;
    margin: 0.5em auto 0.5em 1em;
}

.dialogContent ul {
    display: block;
    width: 100%;
    clear: both;
    background: #e5e5e5;
    margin: 0 0 1em 0;
}

.dialogContent ul li {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 0.5em 1em;
}

.dialogContent.modal p{
    font-size: 1.1rem;
    margin: 1em auto 2em auto;
}

/* Footer */

footer {
    display: contents;
    background-color: rgba(240,240,240,0);
    color: #111111;
    margin: 5em auto 0 auto;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

footer a {
    color: #000000;
}

footer .footer-content {
    max-width: 1024px;
    width: 100%;
    padding: 1.5em 1em 1em 1em;
    margin: 0 auto;
}

.footer-content p{
    text-align: center;
}

.footer-content .footer-links{
    width: 80%;
    overflow: hidden;
    text-align: center;
    margin: 1em auto;
}

.footer-content .footer-links li{
    display: inline-block;
    position: relative;
    margin: 0 1em;
}

.footer-content .copyright{
    display: block;
    width: 100%;
    clear: both;
    padding: 0.5em 1em;
    margin: 0 auto;
}

.footer-content .copyright p{
    display: block;
    font-size: 0.75rem;
    text-align: center;
}

.footer-content .copyright .footer-logo{
    display: flex;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 0 auto;
}

.bwah{
    width: 250px;
    height: 45px;
    background-image: url(../imgs/ui/built-with-appy-hive-logo.svg);
}

.service-status{
    background-color: transparent !important;
    font-weight: 700;
}

.service-status:before{
    content: ' ';
    display: inline-block;
    position: relative;
    top: 4px;
    right: 4px;
    width: 16px;
    height: 16px;
    background-color: rgba(255,255,255,0.75);
    border-radius: 100%;
    margin-right: 0.35em;
    animation: dynamic 2000ms infinite;
    -webkit-animation: dynamic 2000ms infinite;
}

.service-status.green:before{
    background-color: rgba(99,179,47,0.85);
}

.service-status.amber:before{
    background-color: rgba(249,134,30,0.85);
}

.service-status.red:before{
    background-color: rgba(178,9,9,0.85);
}


/* jQuery UI overrides*/

.ui-toolbar,
.ui-widget.ui-tooltip{
    background-color: #ffffff;
}

.ui-datepicker {
    max-width: 300px;
}

.ui-widget {
    font-family: 'Oxygen', sans-serif;
}

.ui-widget button{
    font-family: inherit;
    font-size: 1.15rem;
}

.ui-widget-content {
    background: transparent;
    border: none !important;
}

.ui-widget-header {
    background: transparent;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.ui-corner-all {
    border-radius: 0 !important;
}

.ui-accordion .ui-accordion-header{
    background-color: transparent;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    border-bottom: 1px solid #CCCCD7;
    border-radius: 10px 10px 0 0;
    padding: 1em 0;
}

.ui-accordion .ui-accordion-header:first-child{
    border-top: none;
}

.ui-accordion-header.ui-accordion-header-collapsed{
    background: url(../imgs/ui/select-ui-icon.svg) no-repeat 100% 50%;
}

.ui-accordion-header.ui-state-active{
    background-color: #e5e5e5;
    color: #F47A00;
    border-top: none;
    border-radius: 10px 10px 0 0;
}

.ui-accordion-header.ui-state-hover{
    color: #F47A00 !important;
}

.ui-accordion .ui-accordion-content{
    padding: 1em 1.5em;
}

.ui-tabs .ui-tabs-panel {
    position: relative;
    background: #e5e5e5;
    overflow: hidden;
    border: 1px solid #cccccc !important;
    border-radius: 1em;
    padding: 2em;
}

.ui-tabs .ui-tabs-nav {
    position: relative;
    margin: 0 0 0 2.5em;
    z-index: 1;
}

.ui-tabs .ui-tabs-nav li {
    background-color: #f6f6f6;
    border-radius: 10px 10px 0 0;
    border: none;
}

.ui-tabs .ui-tabs-nav li.ui-state-hover {
    background-color: #e5e5e5;
    border-radius: 10px 10px 0 0;
}

.ui-tabs .ui-tabs-nav li.ui-state-active{
    border-radius: 10px 10px 0 0;
    border: 1px solid #cccccc;
    border-bottom: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    position: relative;
    font-weight: 700;
    color: #111111;
    border-radius: 10px 10px 0 0;
    padding: 0.8em 1em;
    margin-bottom: -1px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor .badge{
    position: absolute;
    top: -20px;
    left: calc(50% - 12px);
    min-width: 24px;
    min-height: 24px;
    background-color: #e5e5e5;
    border: 0.85px solid #cccccc;
    border-radius: 1.15em;
    font-size: 0.75rem;
    font-weight: 400;
    text-align: center;
    line-height: 25px;
    padding: 0 0.55em;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor .badge.large{
    left: calc(50% - 20px);
}

.ui-tabs .ui-tabs-nav .ui-tabs-active .badge{
    background-color: #F47A00;
    color: #ffffff;
    border-color: #F47A00;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active .badge.green{
    background-color: rgba(77,160,120,1);
    color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    background: #e5e5e5;
    font-weight: 700;
    color: #F47A00 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: none;
}

.ui-state-hover {
    color: #ee2560 !important;
}

.ui-menu-item .ui-state-active{
    background: none;
    color: #F47A00;
}


/* TinyMCE overrides */

.mce-container{
    height: 100%;
}
.mce-content-body {
    font-size: 1rem !important;
}
.mce-panel{
    background-color: transparent;
    border-radius: 10px;
}

.mce-panel.mce-fullscreen{
    border-radius: 0;
}

div.mce-edit-area *{
    height: 100%;
    min-height: 360px;
}

div.mce-edit-area > body{
    font-size: 1rem;
}

.mce-fullscreen{
    padding-top: 20px !important;
}

.mce-label{
    min-height: 1px;
}

.mce-btn button{
    background: #F0F0F0;
    color: #212343;
}

.mce-dropzone{
    background-color: rgba(0,0,0,0.75);
    border: 1px dashed #c5c5c5 !important;
    border-radius: 10px;
}

.mce-dropzone span{
    display: block;
    text-align: center !important;
    padding: 1em;
}

.mce-browsebutton input[type="file"]{
    display: none;
}

/* effects */

.anim {
    -webkit-transition: -webkit-transform 0.5s;
    transition-timing-function: ease-in;
    transition: transform 0.5s;
}

.trans {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.roll{
    animation: spin 3s infinite;
    -webkit-animation: spin 3s infinite;
}

.blink {
    animation: fade 3000ms infinite;
    -webkit-animation: fade 3000ms infinite;
}

.leftToRight{
    -webkit-animation: leftToRight 0.5s;
    -moz-animation: leftToRight 0.5s;
    -ms-animation: leftToRight 0.5s;
    -o-animation: leftToRight 0.5s;
    animation: leftToRight 0.5s;
}

.reveal{
    -webkit-animation: fade 1s;
    -moz-animation: fade 1s;
    -ms-animation: fade 1s;
    -o-animation: fade 1s;
    animation: fade 1s;
}

.appeardissapear{
    opacity: 0;
    -webkit-animation: fadeinout 5s linear forwards;
    -moz-animation: fadeinout 5s linear forwards;
    -ms-animation: fadeinout 5s linear forwards;
    -o-animation: fadeinout 5s linear forwards;
    animation: fadeinout 5s linear forwards;
}

@keyframes fade {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 0.5;
    }
    100%{
        opacity: 1;
    }
    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade{
    0%{
        opacity: 0;
    }
    50%{
        opacity: 0.5;
    }
    100%{
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fade{
    0%{
        opacity: 0;
    }
    50%{
        opacity: 0.5;
    }
    100%{
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeinout {
    30% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
}

@keyframes fadeinout {
    30% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
}

@-moz-keyframes fadeinout {
    30% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
}

@-webkit-keyframes leftToRight {
    0% {
        left: -80px;
    }
    100% {
        left: 50%;
    }
}

@-moz-keyframes leftToRight {
    0% {
        left: -80px;
    }
    100% {
        left: 50%;
    }
}

@keyframes leftToRight {
    0% {
        left: -80px;
    }
    100% {
        left: 100%;
    }
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

@-webkit-keyframes pulse {
    0%   {
        width: 45px;
        height:45px;
        top:5px;
        left:-22px;
        opacity:0.8;
    }
    50%  {
        width: 60px;
        height:60px;
        top:-2px;
        left:-30px;
        opacity:0;
    }
    100% {
        width: 60px;
        height:60px;
        top:5px;
        left:-22px;
        opacity:0;
    }
}

@-moz-keyframes pulse {
    0%   {
        width: 45px;
        height:45px;
        top:5px;
        left:-22px;
        opacity:0.8;
    }
    50%  {
        width: 60px;
        height:60px;
        top:-2px;
        left:-30px;
        opacity:0;
    }
    100% {
        width: 60px;
        height:60px;
        top:5px;
        left:-22px;
        opacity:0;
    }
}

@keyframes pulse {
    0%   {
        width: 45px;
        height:45px;
        top:5px;
        left:-22px;
        opacity:0.8;
    }
    50%  {
        width: 60px;
        height:60px;
        top:-2px;
        left:-30px;
        opacity:0;
    }
    100% {
        width: 60px;
        height:60px;
        top:5px;
        left:-22px;
        opacity:0;
    }
}

.pulse {
    animation: pulse 3000ms infinite;
    -webkit-animation: pulse 3000ms infinite;
}

@-webkit-keyframes dynamic {
    0%   {
        background-size: 68% auto;
        border-color: #212343;
        opacity:1;
    }
    50%  {
        background-size: 60% auto;
        border-color: #212343;
        opacity:0.25;
    }
    100% {
        background-size: 68% auto;
        border-color: #212343;
        opacity:1;
    }
}

@-moz-keyframes dynamic {
    0%   {
        background-size: 68% auto;
        border-color: #212343;
        opacity:1;
    }
    50%  {
        background-size: 60% auto;
        border-color: #212343;
        opacity:0.25;
    }
    100% {
        background-size: 68% auto;
        border-color: #212343;
        opacity:1;
    }
}

@keyframes dynamic {
    0%   {
        background-size: 68% auto;
        border-color: #212343;
        opacity:1;
    }
    50%  {
        background-size: 60% auto;
        border-color: #212343;
        opacity:0.25;
    }
    100% {
        background-size: 68% auto;
        border-color: #212343;
        opacity:1;
    }
}

.appPulse{
    animation: dynamic 3000ms infinite;
    -webkit-animation: dynamic 3000ms infinite;
}

.shakeIt{
    animation: shake 1000ms infinite;
    -webkit-animation: shake 1000ms infinite;
}


@keyframes shake {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(-5deg);
    }
    20% {
        transform: rotate(5deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    60% {
        transform: rotate(0deg);
    }
    70% {
        transform: rotate(-5deg);
    }
    80% {
        transform: rotate(5deg);
    }
    90% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(5deg);
    }
}


/* Media Queries */

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media screen and (max-width: 47em) {

    main{
        padding: 0 1.2em;
    }

    .preview{
        position: relative;
        top: 10px;
        left: 0;
    }

    .dialogContent{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .contentGridItem,
    .formGridItem{
        width: 100%;
        min-height: 1px;
    }

    .sectionHeader .logo{
        display: block;
        position: static;
    }
    .navMenu,
    .navMenu.open{
        display: none;
    }

    .navMenu.show{
        display: block;
        height: 100%;
        top: 0;
        opacity: 0.98;
        padding-top: 2em;
        -webkit-animation: fadeInDown 0.5s;
        -moz-animation: fadeInDown 0.5s;
        -ms-animation: fadeInDown 0.5s;
        -o-animation: fadeInDown 0.5s;
        animation: fadeInDown 0.5s;
    }

    .navMenu ul li{
        display: block;
        margin: 1.5em auto;
    }

    .navToggle{
        display: block;
    }

    .leftMenu ul li a span{
        text-indent: -6000px;
    }

    .header .reindeer {
        -webkit-animation: linear leftToRight 8s;
        -moz-animation: linear leftToRight 8s;
        -ms-animation: linear leftToRight 8s;
        -o-animation: linear leftToRight 8s;
        animation: linear leftToRight 8s;
    }
    .intro .navMenu a{
        color: #EEEEEE;
    }

    .branding{
        width: 100%;
        height: 150px;
    }

    .branding.dark{
        margin-top: 0;
    }

    .hero, .content {
        font-size: 90%;
    }
    .wallpaper img {
        left: -100%;
    }
    .navMenu a {
        font-size: 80%;
    }

    .contentGridItem{
        margin-bottom: 20px;
    }

    .contentGridItem h2{
        font-weight: 700;
        min-height: 100%;
    }

    .dateInfo ul li,
    .locationInfo span{
        font-size: 92%;
    }

    .btn{
        width: 80%;
        min-width: inherit;
        max-width: 100%;
        font-size: 145%;
    }

    label{
        width: 100% !important;
        border-left: 0 !important;
    }

    label.switch{
        width: 60px !important;
    }

    label.isFirst:nth-child(3){
        border-top: 1px solid;
    }


    footer article > ul{
        margin: 0em auto;
    }

    footer article > ul li{
        display: block;
        font-size: 110%;
        text-align: center;
        margin: 0.5em auto;
    }

    .ui-accordion .ui-accordion-content{
        padding: 0 0.25em;
    }
}

@media screen and (max-width: 27em) {

    .intro .grid li h2 {
        display: none;
    }

    .intro-effect-push .header .hero {
        top: 60px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .hero, .content {
        font-size: 82%;
    }

    button.trigger::before {
        display: none;
    }

    .ui-datepicker{
        max-width: 100%;
        width: 100%;
        left: 0 !important;
    }
}