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

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

:root {
   font-size: 1rem;
}

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

* {
   margin: 0;
   padding: 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   text-rendering: optimizelegibility;
}

body {
   width: 100%;
   height: 100vh;
   position: relative;
   background-color: #E1E1E7;
   font-family: 'Oxygen', sans-serif;
   font-size: 14px;
   font-weight: normal;
   color: #2D2D37;
   z-index: 0;
   overscroll-behavior: none;
}

.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;
}

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%;
}

.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);
}

.reports{
   background-image: url(../imgs/ui/page-reports-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");
}

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

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

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

/* colours */

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

.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: 1.5px 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(244,122,0,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: rgba(244,122,0,0.3);
   border-top: 1px solid #ccc;
}

/* 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.75), color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.75);
   -moz-transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.75), color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.75);
   -ms-transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.75), color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.75);
   -o-transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.75), color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.75);
   transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.75), color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.75);
   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: 0.45em 0.55em 0.25em 0.55em;
   position: relative;
   margin-top: 0;
   min-height: 100px;
   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;
   clear: both;
}

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: 0.55em;
   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,
input[type="file"].file{
   overflow: hidden;
   min-height: 5em;
   background-color: rgba(0,0,0,0);
   border: 1px solid #ccccd7;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: rgb(204, 204, 215);
   border-radius: 0.75em;
   cursor: pointer;
   line-height: 3em;
   text-align: center;
   padding: 0.75em;
   margin: 1.5em auto;
}

label.file.hasIcon,
input[type="file"].file.hasIcon{
   background-size: 5% auto;
   background-position: 15px 5px;
}

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="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;
}

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

.input-notice {
   padding: 0 0.75em;
}

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

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

.btn.left{
   margin: 0.5em;
}

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

.btn.delete{
   background-color: #b0464a;
   color: #ffffff;
}

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

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;
}

select.error{
   color: #d0021b;
}

td select,
td input[type="text"],
td input[type="number"]{
   background: none;
   border: 0.3px solid #111 !important;
   border-radius: 5px;
   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: relative;
   top: 0;
   left: 0;
   background-color: rgba(240,240,240,0);
   padding: 1em;
   margin: 0 0 1em 0;
   z-index: 10;
}

.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 0.75em;
}

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


/* navigation */

header .menu-control{
   width: 45px;
   height: 45px;
   position: relative;
   top: 10px;
   left: 35px;
   background: url("../imgs/ui/icon-home-initial-lightmode.svg") no-repeat 50% 50%;
}

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

.primary-nav {
   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{
   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);
}

.primary-nav .nav-menu {
   width: 50vw;
   height: 50vh;
   position: absolute;
   top: calc(50vh - 25vh);
   left: calc(50vw - 25vw);
   background-color: rgba(250,250,250,0);
   border-radius: 1em;
   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%;
   min-height: 64px;
   background-repeat: no-repeat;
   background-size: contain;
   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: 1.15rem;
   text-align: center;
}

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

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

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

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

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

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

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

.homeLink{
   width: 35px;
   background: url("../imgs/ui/icon-home-initial-lightmode.svg") no-repeat 50% 50%;
   text-indent: -5000px;
}

.homeLink.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%;
}

.supportLink{
   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%;
   overflow: hidden;
}

.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 a span{
   display: block;
}

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

.menuItem:hover,
.menuItem.current{
   background-color: #8C8CA1;
   background-position: 5px 50%;
   color: #FFFFFF;
}

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


main {
   width: 100%;
   height: auto;
   position: relative;
   clear: both;
   padding: 0;
   margin-top: 1em;
}

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

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

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

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

.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: 2.15rem;
   font-weight: 400;
   letter-spacing: -1px;
}

.hasIcon{
   display: block;
   background-repeat: no-repeat;
   background-position: 0 50%;
   background-size: 7% auto;
   padding-left: calc(7% + 10px) !important;
}

.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: 75px;
   right: 20px;
   border-radius: 15px;
}
.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%;
   overflow: hidden;
}

.dashboard .dashboard-item{
   display: block;
   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-item:hover,
.dashboard-item.warning:hover,
.dashboard-item.important:hover{
   background-color: rgba(255,255,255,0.65);
}

.dashboard-item.warning{
   background-color: rgba(247,130,94,0.35);
}

.dashboard-item.warning:hover{
   background-color: rgba(247,130,94,0.65);
}

.dashboard-item.important{
   background-color: rgba(250,241,165,0.65);
}

.dashboard-item.important:hover{
   background-color: rgba(250,241,165,0.85);
}

.dashboard-item.valid{
   background-color: rgba(77,160,120,0.25);
}

.dashboard-item.valid:hover{
   background-color: rgba(77,160,120,0.65);
}

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

.dashboard-item h3{
   display: block;
   margin: 0.5em auto 1em auto;
}

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

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

.dashboard-item ul li.delimiter h3{
   display: block;
   text-align: left;
}

.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;
}

.dashboard-item .dynamic-form{
   display: block;
}

.dynamic-form .dynamic-field{
   display: block;
   position: relative;
   overflow: hidden;
   background-color: rgba(0,0,0,0.12);
   border-radius: 0.75em;
   padding-left: 2em;
   margin: 0.5em auto;
}

.dynamic-form .dynamic-field .tools{
   position: absolute;
   top: calc(50% - 16px);
   right: 32px;
}

.dynamic-form .dynamic-field.ui-sortable-handle{
   background-repeat: no-repeat;
   background-origin: content-box;
   background-position: -35px 50%;
   background-size: 30px 20px;
   cursor: grab;
}

.dynamic-form .dynamic-field.ui-sortable-handle.ui-sortable-helper{
   background-color: rgba(77,160,120,0.45);
   cursor: grabbing;
}

.dynamic-form .ui-sortable-placeholder.ui-state-highlight{
   display: block;
   min-height: 75px;
   border-radius: 1em;
}

.dynamic-form .dynamic-field label{
   display: block;
   max-width: 15%;
   top: 50%;
   font-weight: 700;
   padding: 1em 0 1em 0.5em;
}

.dynamic-form .dynamic-field input,
.dynamic-form .dynamic-field select,
.dynamic-form .dynamic-field textarea{
   max-width: 50%;
   background-color: rgba(255,255,255,0.75);
   border: 0.75px dashed #111111 !important;
   border-radius: 0.5em;
   padding: 1em;
}

.dynamic-form .dynamic-field textarea{
   min-width: 50%;
   min-height: 50px;
   max-height: 60px;
}

.dynamic-form .dynamic-field input::-webkit-input-placeholder,
.dynamic-form .dynamic-field input:-moz-placeholder,
.dynamic-form .dynamic-field input::-moz-placeholder,
.dynamic-form .dynamic-field input:-ms-input-placeholder{
   color: #cccccc;
   font-weight: 400;
}

.app-name{
   position: absolute;
   top: 90px;
   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%;
}

.rightCol {
   width: calc(88% - 10px);
   border-left: 1px solid #CCCCD7;
}

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

.contentItem.table-wrap {
   overflow: hidden;
   border-radius: 1em;
   padding: 0;
}

.contentItem h2{
   position: relative;
   margin-bottom: 1em;
}

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

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

.contentGridItem,
.mediaGridItem,
.dashboardItem{
   width: 400px;
   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;
}

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

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

.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: 15px;
   right: 20px;
   background-color: transparent;
   color: #8B8BA0;
   text-align: center;
   border: 1px solid #8B8BA0;
   border-radius: 5px;
}

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

.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.35);
   overflow-y: auto;
   z-index: 10000;
   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;
   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: flex;
   background-color: rgba(240,240,240,0);
   color: #111111;
   margin: 3em auto 0 auto;
   backdrop-filter: blur(10px);
}

footer a {
   color: #000000;
}

footer .footer-content {
   max-width: 1024px;
   width: 100%;
   padding: 0.5em 1em 1.5em 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-datepicker {
   max-width: 300px;
   clip: auto !important;
   z-index: 10000 !important;
}

.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: 15px 15px 0 0;
   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: rgba(255,255,255,0.95);
   border: 0.75px solid #cccccc;
   border-radius: 100%;
   font-size: 0.75rem;
   font-weight: 400;
   text-align: center;
   line-height: 25px;
   padding: 0 0.55em;
}

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

.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;
   }
}