html {
    font-size: 16px;
}

body,
html {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    /*position: relative;*/ /*-> CMS Toolbar break when hover over template selection */
}

body {
    font-family: Arial, sans-serif;
    color: var(--ui-color-primary-grey);
    background-color: var(--ui-color-secondary-blue-light-extra);
    background-color: var(--ui-color-secondary-blue-bright);
    /*-webkit-font-smoothing: antialiased;*/
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.outer {
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    position: absolute;
    flex-direction: column;
    flex-wrap: nowrap;
    display: flex;
    overflow: hidden;
}

.outer-inner {
    flex-direction: column;
    flex-wrap: nowrap;
    display: flex;
    height: 100%;
}

header {
    z-index: 1000;
    flex-shrink: 0;
}


.scrollable-area {
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
    border-right: 1px solid #eee;
}

.simplebar-scroll-content {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    min-width: 100%;
    /*-webkit-box-sizing: content-box;*/
    /*box-sizing: content-box;*/
    padding: 1.25rem 0;
}

.simplebar-scroll-content-inner {
    /*padding-right: 1rem;*/
    /*padding-left: 1rem;*/
}

.simplebar-scroll-content-item {
    padding: 0 0 0.75rem;
    min-width: 220px;
}

.simplebar-scroll-content-item.side-padding {
    padding-right: 1rem;
    padding-left: 1rem;
}

.outer-inner-inner {
    position: relative;
    /*flex-wrap: nowrap !important;*/
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.side-nav {
    background-color: var(--ui-color-secondary-blue-light-extra);
    background-color: var(--ui-color-secondary-blue-bright);
    max-width: 320px;
    width: 320px;
    min-width: 0;
    height: 100%;
    /*transition: all 0.5s;*/
    flex: 0 0 auto;
}

#sideNavLeft {
    border-right: 1px solid var(--ui-color-secondary-grey-light);
}

#sideNavRight {
    border-left: 1px solid var(--ui-color-secondary-grey-light);
}

.side-nav.sidebar-collapse {
    width: 50px;
}

.sidenav-toggler-container {
    position: absolute;
    bottom: 0;
    right: 0;
}

#sideNavRight .sidenav-toggler-container {
    right: auto;
    left: 0;
}

a.sidenav-toggler {
    font-size: 2rem;
    color: var(--ui-color-primary-grey);
    padding: 0.8rem;
}

a.sidenav-toggler:hover {
    color: var(--ui-color-primary-blue);
    text-decoration: none;
}

a.sidenav-toggler:focus {
    color: var(--ui-color-primary-blue);
    text-decoration: none;
}

a.sidenav-toggler:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f100';
    font-weight: 100;
}

#sideNavRight a.sidenav-toggler:after {
    content: '\f101';
}

#sideNavLeft.sidebar-collapse a.sidenav-toggler:after {
    content: '\f101';
}

#sideNavRight.sidebar-collapse a.sidenav-toggler:after {
    content: '\f100';
}

.side-nav .simplebar-scroll-content {
    color: #fff;
    margin-bottom: 3rem;
}

.side-nav .simplebar-scroll-content:after {
    content: '';
    background-color: transparent;
    transition: all 0.5s;
}

.side-nav.sidebar-collapse .simplebar-scroll-content:after {
    content: '';
    background-color: var(--ui-color-secondary-blue-light-extra);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.sidebar-inner {
    height: 100%;
}

.sidebar-inner .list-group {
    max-width: 100%;
    min-width: 220px;
}

.splitter {
    flex: 0 0 auto;
    width: 12px;
    background: url(/static/images/icon-grab-handle.svg) center center no-repeat var(--ui-color-secondary-blue-light-extra);
    min-height: 200px;
    cursor: col-resize;
}

main {
    flex: 1 1 auto;
    z-index: 1 !important;
    position: relative !important;
    flex-grow: 1 !important;
    flex-direction: column !important;
    display: flex !important;
    height: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
}

main .main-inner {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

main .main-inner .simplebar-scroll-content {
    /*margin: 1rem 0;*/
}

.main-content {
    transition: all 0.5s;
}

.main-content.fullwidth {
    max-width: 100%;
}


footer {
    font-family: var(--ui-font-UniversLTStd-Cn);
    font-size: 0.8125rem;
    color: var(--ui-color-primary-grey);
    background-color: var(--ui-color-secondary-grey-light);
    padding: 1rem 1rem;
}

.footer-links-ul {
    list-style: none;
    margin: 0;
}

.footer-links-ul li {
    display: inline-block;
    margin-left: 1.5rem;
}

.footer-links-ul li a {
    color: var(--ui-color-primary-grey);
}

a,
.btn-link,
.page-link {
    color: var(--ui-color-primary-blue);
}

a {
    letter-spacing: 0.3px;
}

.btn-link {
    cursor: pointer;
}

a.sub-link {
    font-size: 0.875rem;
    letter-spacing: 0.3px;
}

a:hover,
.page-link:hover {
    color: var(--ui-color-primary-blue);
}

a:hover {
    text-decoration: underline;
}

a:focus {
    color: var(--ui-color-primary-blue);
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 20px;
}

h1 {
    font-family: var(--ui-font-UniversLTStd-Cn);
    font-size: 2.25rem;
    line-height: 48px;
    line-height: 1.35;
    font-weight: 400;
    text-transform: uppercase;
}

h2 {
    font-family: var(--ui-font-UniversLTStd-Cn);
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
}

h3 {
    font-family: var(--ui-font-UniversLTStd-Cn);
    font-size: 1.25rem;
    line-height: 36px;
    line-height: 1.8;
    font-weight: 400;
}

h4 {
    font-family: Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.4;
    font-weight: 700;
}

h5 {
    font-family: Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.4;
    font-weight: 400;
}

h6 {
    font-family: var(--ui-font-UniversLTStd-Cn);
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.35;
    font-weight: 400;
}

.section-headline-main {
    font-size: 1.75rem;
}

.body-copy-150-regular-arial {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 24px;
}

.body-copy-100-regular-arial {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 24px;
}

.body-copy-100-regular-univers {
    font-family: var(--ui-font-UniversLTStd-Cn);
    font-size: 1rem;
    line-height: 16px;
    font-weight: 400;
}

.body-copy-75-regular-univers {
    font-family: var(--ui-font-UniversLTStd-Cn);
    font-size: 0.9375rem;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

.body-copy-50-arial-bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 700;
}

.body-copy-25-arial-bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.5rem;
    line-height: 12px;
    font-weight: 700;
}

label,
.fake-label {
    color: var(--ui-color-primary-grey);
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

.fake-label {
    visibility: hidden;
    display: block;
}

strong,
.bold {
    font-weight: 700;
}

.text-primary {
    color: var(--ui-color-information-blue-dark) !important;
}

.text-secondary {
    color: var(--ui-color-secondary-grey) !important;
}

.text-success {
    color: var(--ui-color-indicator-green) !important;
}

.text-danger {
    color: var(--ui-color-indicator-red) !important;
}

.text-warning {
    color: var(--ui-color-indicator-orange) !important;
}

.text-info {
    color: var(--ui-color-primary-blue-light) !important;
}

.section {
    margin: 1rem 0 3rem;
}

.card-element {
    margin-bottom: 1rem;
    border: 1px solid var(--ui-color-secondary-grey-light);
    border-radius: 0;
    background-color: #fff;
}

.card-element .card-element-header {
    padding: 0.5rem 1rem;
}

.card-element .card-element-body {
    padding: 1rem;
}

.context-controls > a,
.context-controls > .dropdown,
.context-controls > form {
    margin: 0 0.5rem 0.5rem 0;
}

.context-controls .ml-auto > a,
.context-controls .ml-auto > .dropdown,
.context-controls .ml-auto > form {
    margin: 0 0 0.5rem 0.5rem;
}

.dropdown-menu {
    font-family: var(--ui-font-UniversLTStd-Cn);
    border: 0;
    border-radius: 0;
    margin: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.dropdown-header,
.dropdown-item {
    padding: 0.5rem 1rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: var(--ui-color-secondary-blue-light);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--ui-color-information-blue-dark);
}

.dropdown-header {
    font-family: var(--ui-font-UniversLTStd-BoldCn);
}

.dropdown-menu i {
    margin-right: 0.5rem;
}

.sidebar-form {
    padding: 0 15px;
}

.sidebar-navigation,
.sidebar-navigation.sidebar-navigation-structure-layout {
    font-size: 1rem;
    margin-top: 1rem;
    padding: 0 15px;
}

.sidebar-navigation ul,
.sidebar-navigation.sidebar-navigation-structure-layout ul {
    list-style: none;
    padding-top: 2px;
    padding-bottom: 0;
    padding-left: 15px;
    margin-bottom: 0;
}

.sidebar-navigation.sidebar-navigation-structure-layout > ul {
    padding-left: 0;
}

.sidebar-navigation.sidebar-navigation-structure-layout > ul > li {
    padding-left: 0;
}

.sidebar-navigation.sidebar-navigation-structure-layout ul li {
    position: relative;
}

.sidebar-navigation.sidebar-navigation-structure-layout ul li:before {
    position: absolute;
    top: 1rem;
    left: -0.5rem;
    width: 10px;
    height: 1px;
    margin: auto;
    content: "";
    background-color: var(--ui-color-primary-grey-light);
}

.sidebar-navigation.sidebar-navigation-structure-layout ul li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -0.5rem;
    width: 1px;
    height: 100%;
    content: "";
    background-color: var(--ui-color-primary-grey-light);
}

ul.sidebar-nav-menu-level-1 > li:first-child:before,
ul.sidebar-nav-menu-level-1 > li:first-child:after {
    display: none;
}

.sidebar-navigation.sidebar-navigation-structure-layout ul li:last-child:after {
    height: 18px;
}

.sidebar-navigation.sidebar-navigation-structure-layout ul.sidebar-navigation.sidebar-navigation-structure-layout-list {
    padding-left: 0;
}

.sidebar-navigation.sidebar-navigation-structure-layout ul.sidebar-navigation.sidebar-navigation-structure-layout-list > li {
    padding-left: 0;
}

.sidebar-nav-item {
    position: relative;
    padding: 0.25rem 0 0.25rem 0.25rem;
}

.sidebar-nav-item a {
    color: var(--ui-color-primary-grey);
    display: inline-block;
    position: relative;
}

.sidebar-nav-item > a {
    position: relative;
}

.sidebar-nav-item.ancestor > a,
.sidebar-nav-item.selected > a {
    color: var(--ui-color-primary-blue);
}

.sidebar-nav-item.ancestor > a:before,
.sidebar-nav-item.selected > a:before {
    border-color: #92C1E9;
}


.sidebar-nav-item i {
    float: left;
    position: relative;
    top: 4px;
}

.sidebar-nav-item .sidebar-nav-item-text {
    display: block;
    overflow: hidden;
}

.sidebar-nav-menu-level-1 {
    background-color: transparent;
}

.sidebar-nav-menu-level-1 > li > a {
    margin-left: 0;
    border-left: 2px solid transparent;
}

.sidebar-nav-menu-level-2 {
}

.sidebar-nav-menu-level-2 > li > a {
}

.sidebar-nav-menu-level-3 {
}

.sidebar-nav-menu-level-3 > li > a {
}

.sidebar-nav-menu-level-4 {
}

.sidebar-nav-menu-level-4 > li > a {
}


/* Effects */

.dropdown-menu.animate {
    top: initial !important;
}

.dropdown-menu-right.animate {
    left: initial !important;
    right: 0;
}

.dropdown-menu-left.animate {
    right: initial !important;
    left: 0;
}

.dropdown {
    display: inline-block;
}

.form-container {

}

.fc-row,
.cc-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2px;
    margin-left: -2px;
}

.fc-row {
    margin-right: -10px;
    margin-left: -10px;
}

.fc-col,
.cc-col {
    position: relative;
    width: 100%;
    padding-right: 2px;
    padding-left: 2px;
}

.fc-col {
    padding-right: 10px;
    padding-left: 10px;
}

.cc-col {
    width: auto;
}

.fc-col-outer,
.cc-col-outer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.fc-col-outer-l,
.cc-col-outer-l {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.cc-col-outer-l .cc-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.fc-col-outer-r,
.cc-col-outer-r {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.fc-col-outer-r-button-container {
    height: 100%;
    width: 100%;
    display: flex;
}

.fc-col-outer-r-button-container-inner {
    width: 100%;
    margin-top: auto;
}

.fc-col-inner-checkbox-container {
    height: 100%;
    width: 100%;
    display: flex;
}

.fc-col-inner-checkbox-container-inner {
    width: 100%;
    margin-bottom: auto;
}

.cc-col-outer-r form,
.cc-col-outer-r .dropdown,
.cc-col-outer-r .btn {
    display: block;
}

.fc-col-inner {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.cc-col-inner .btn,
.cc-col-inner .dropdown {
    margin-bottom: 5px;
}

.fc-col-inner-large {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.form-container .btn[type='submit'] {
    width: 100%;
}

.form-container-flex form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-container-flex .form-group {
    max-width: 200px;
    margin-right: 1rem;
}

.form-container-flex .form-group-large {
    max-width: 450px;
}

.form-container-flex .form-group-large .form-group {
    max-width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}