html, body {
    margin: 0px;
    overflow: hidden;
    font-family: 'Dosis', sans-serif;
    padding: 0px;
}

body {
    padding: 50px 0px 0px;
}

body.appcms-wrapper {
    padding: 0px !important;
}

.backend-ui-headline,
.sub-toolbar {
    position: fixed;
    margin: -15px;
    padding: 0px 15px;
    background: rgb(240,240,240,0.8);
    box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.2);
    top: 55px;
    z-index: 2;
    width: 100%;
}

.backend-ui-headline {
    width: calc(100% - 45px);
}

.backend-ui-headline {
    padding-top: 20px;
}

.backend-ui-headline h1 {
    margin-top: 0px;
}

.nav>li>a.btn-success:hover,
.nav>li>a.btn-success:focus,
.nav>li>a.btn-success:active {
    background-color: #449d44 !important;
    border-color: #398439 !important;
}

#breadcrumbs-wrapper ol.breadcrumb {
    margin-bottom: 10px;
    margin-top: 5px;
}

.backend-ui-search {
    position: fixed;
    padding-right: 5%;
    top: 65px;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .backend-ui-headline {
        margin-top: 0px;
        width: 100%;
        padding-top: 10px;
        min-height: 30px;
    }
}

.sub-toolbar {
    top: 125px;
    background: rgb(250,250,250,0.9);
    box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.4);
    z-index: 2;
}

.debug-message {
    display: none;
}

#paywall {
    margin-top: -65px;
    max-height: 100vh;
}

#paywall .panel .panel-heading h2 {
    font-size: 25px;
}

#paywall .panel .panel-body ul.list-group {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#paywall .panel .panel-body ul li,
#paywall .panel .panel-body ul li .badge {
    font-size: 15px;
}

#paywall .panel .panel-body ul li .badge.badge-default {
    background: #f0f0f0;
    color: #222;
}

#paywall .panel .panel-body ul li .badge {
    min-width: 50px;
    text-align: center;
}

#paywall .panel .panel-heading h2,
#paywall .panel .panel-heading h4 {
    margin: 3px;
    text-align: center;
    display: block;
}

#paywall .panel .panel-footer {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.scroll-container {
    margin-top: -65px;
    padding-top: 65px;
    max-height: calc(100vh - 50px);
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}

#v-info {
    position: fixed;
    right: 15px;
    bottom: 15px;
    font-size: 16px;
}

#loading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 600;
    opacity: 0.9;
}

#loading h1 {
    margin: auto;
    margin-top: 50vh;
    text-align: center;
    display: block;
}

@media screen and (max-width: 768px) {
    #loading {
        opacity: 1;
        z-index: 999;
    }
}

#loading .sk-double-bounce {
    width: 80px;
    height: 80px;
    position: absolute;
    margin: 35vh auto;
    left: 0px;
    right: 0px;
    z-index: 9;
}

#loading .sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out; }
.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
@-webkit-keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1); } }
@keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1); } }

aside,
#content {
    float: left;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#content.appcms-customers {
    padding: 0px !important;
    padding-top: 30px !important;
    left: 0px !important;
    top: 0px !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0px !important;
}

#content.appcms-customers .backend-ui-headline {
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    margin: 0px !important;
}

aside ul li a,
aside ul li a:hover,
aside ul li a:focus,
aside ul li.active a { 
    transition: 0.1s all linear;
    -webkit-transition: 0.1s all linear;
    -khtml-transition: 0.1s all linear;
    -moz-transition: 0.1s all linear;
    -o-transition: 0.1s all linear;
}

.mobile-only {
    display: none;
}

#brand-logo img {
    max-height: 40px;
    margin: -15px 29px;
    position: relative;
    top: 2px;
    color: #fff;
    font-size: 26px;
    letter-spacing: 5px;
    font-weight: 300;
    line-height: 50px;
}

#login {
    margin-top: -65px;
    padding-top: 65px;
    height: 100vh;
}

#login #login-inner {
    margin: auto;
    display: block;
    width: 350px;
    max-width: 90vw;
}

#register {
    width: 90vw;
    max-width: 600px;
    margin: auto;
    margin-top: 10vh;
    display: block;
    background-color: rgba(0,0,0,0.05);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 12px 12px 0px -6px #ccc;
}

#register label[for=agbCheck] input {
    float: left;
    width: auto !important;
    margin-right: 15px;
}

#login h1,
#login h3 {
    text-align: center;
}

#login h1,
#register h1 {
    margin-top: 0px;
    font-weight: 300;
    font-size: 28px;
}

#login h3,
#register h3 {
    font-weight: 300;
    font-size: 20px;
    margin-top: 0px;
}

#login form#loginForm {
    margin-top: 5vh;
}

#register {
    margin-bottom: 5vh;
}

.jumbotron.hotline-jumbo,
.jumbotron.hotline-jumbo p {
    font-size: 15px;
}

.jumbotron.hotline-jumbo .row > div > .fa {
    font-size: 60px;
}

#register img.login-logo {
    background: #fff;
    margin-top: -75px;
    max-width: 60%;
    padding: 2.5vw;
    box-shadow: 0px 2px 8px -2px #333;
    border-radius: 5px;
}

#login form#loginForm input:-webkit-autofill,
#register form#registerForm input:-webkit-autofill {
    background: #fff !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#login form#loginForm a,
#login form#loginForm input,
#register form#registerForm .row a,
#register form#registerForm input {
    outline: none;
    padding: 8px 15px;
    margin-bottom: 0.5vw;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border-width: 0px;
    font-weight: 600;
    font-size: 15px;
    color: #333;
}

#login,
#register {
    color: #fff;
}

#paywall #pricing {
	margin-top: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.button.color1 {
    background: #2979FF;
    border-color: #2979FF;
    color: #fff;
}

ul.list-group li.list-group-item.active a {
    color: #fff;
}

#paywall #pricing .button.color1 {
    text-align: center;
}

.contact-form-wrapper input[type=submit],
#paywall #pricing .panel.panel-primary .button.color1,
.button.color2 {
	background: #e7b850;
	border-color: #e7b850;
}

#paywall #pricing .button.color1 {
	margin-top: 15px;
	width: 100%;
	text-align: center;
}

#paywall #pricing .panel {
    border-radius: 5px;
}

#paywall #pricing .panel .panel-heading {
	margin-top: 30px;
	background-color: rgba(255,255,255,0.35);
	text-align: center;
	border-radius: 2px;
}

#paywall #pricing .panel .panel-heading h3 {
	margin-top: 10px;
	margin-bottom: 0px;
	color: #25424a;
}

#paywall #pricing .row > div:nth-child(1) .panel .panel-heading h3 {
	font-weight: 100;
}

#paywall #pricing .row > div:nth-child(2) .panel .panel-heading h3 {
	font-weight: 300;
}

#paywall #pricing .row > div:nth-child(3) .panel .panel-heading h3 {
	font-weight: 600;
}

#paywall #pricing .row > div:nth-child(4) .panel .panel-heading h3 {
	font-weight: 900;
}

#paywall #pricing .panel .panel-heading p {
    font-size: 14px;
	margin-bottom: 15px;
	color: #666;
}

#paywall #pricing .panel .panel-body {
    padding: 0px;
}

#paywall #pricing .panel ul.list-group {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#paywall #pricing .panel ul.list-group li.list-group-divider,
#paywall #pricing .panel ul.list-group li.list-group-item {
	margin: 0px;
	padding: 5px 15px;
    background-color: rgba(255,255,255,0.15);
    border-left-width: 0px;
    border-right-width: 0px;
	border-bottom-width: 1px solid rgba(255,255,255,0.2);
}

#paywall #pricing .panel ul.list-group li.list-group-divider {
	background-color: rgba(255,255,255,0.25);
	margin-top: 15px;
}

#paywall #pricing .panel ul.list-group li.list-group-item .item-note {
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
}

@media screen and (min-width: 1024px) {

	#paywall #pricing .panel ul.list-group li.list-group-divider,
	#paywall #pricing .panel ul.list-group li.list-group-item {
        font-size: 0px;
        float: left;
        width: 100%;
        min-height: 30px;
    }
    
	#paywall #pricing .panel ul.list-group li.list-group-item {
        margin-bottom: -1px;
    }

	#paywall #pricing .row > div.col-md-3 {
		flex-basis: 20%;
    	max-width: 20%;
	}

	#paywall #pricing .row > div:nth-child(1) {
		margin-left: 20%;
	}

	#paywall #pricing .row > div:nth-child(1) .panel ul.list-group {
        position: relative;
        margin-left: -100%;
        width: 200%;
        flex-basis: 200%;
        max-width: 200%;
	}

	#paywall #pricing .row > div:nth-child(1) .panel ul.list-group li.list-group-divider::after,
	#paywall #pricing .row > div:nth-child(1) .panel ul.list-group li.list-group-item::after {
		content: ' ';
		position: absolute;
		right: 50%;
    	width: 30px;
    	height: 100%;
    	margin-top: -5px;
	}

	#paywall #pricing .row > div:nth-child(1) .panel ul.list-group li.list-group-divider,
	#paywall #pricing .row > div:nth-child(1) .panel ul.list-group li.list-group-item {
		font-size: 15px !important;
		white-space: nowrap; 
    	overflow: hidden;
    	text-overflow: ellipsis;
	}

	#paywall #pricing .row .panel ul.list-group li.list-group-item .item-note {
		font-size: 22px;
	}
	
}

@media screen and (max-width: 768px) {

    .backend-ui-headline {
        top: 52px;
        min-height: 30px;
        width: 100%;
    }

    .loggedin #content {
        padding-top: 45px;
    }

    #paywall #pricing .panel ul.list-group li.list-group-divider,
	#paywall #pricing .panel ul.list-group li.list-group-item {
		text-align: left;
		margin-top: 0px;
	}
}

#login form#loginForm a.btn,
#login form#loginForm input[type=submit],
#register form#registerForm .row a.btn,
#register form#registerForm .row input[type=submit] {
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
    font-size: 16px;
}

#login form#loginForm a.btn:hover,
#login form#loginForm input[type=submit]:hover,
#register form#registerForm a.btn:hover,
#register form#registerForm input[type=submit]:hover {
    color: #5b9132 !important;
    background-color: #fff !important;
}

#login .row,
#register .row {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

#login .row .col-xs-12,
#register .row .col-xs-12,
#login .row .col-xs-6,
#register .row .col-xs-6 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

body:not(.loggedin) #content {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#agb h2 {
    margin-top: 60px;
}

#register .alert label {
    width: 80%;
    padding-right: 15px;
    text-align: left;
}

#register .alert > a.btn,
#register .alert > button.btn {
    position: relative;
    float: right;
    margin: 0px;
}


.toggle, .toggle-on, .toggle-off { border-radius: 20px; }
.toggle .toggle-handle { border-radius: 20px; }

.btn.toggle {
    min-width: 50px !important;
    min-height: 24px !important;
}

.btn.toggle label {
    padding-top: 1px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-weight: 900;
}

nav#navigation {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 50px;
    padding: 15px 15px;
    background-color: #fff;
    color: #5b9132;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 4;
    border-radius: 0px;
    box-shadow: 0px -2px 10px 2px rgba(50,50,50,0.33);
}

nav#navigation .btn-group.bootstrap-select {
    margin-top: -8px;
    max-width: 40vw;
}

nav#navigation .left {
    float: left;
}

nav#navigation ul {
    float: right;
    list-style: none;
    padding: 0px;
}

nav#navigation ul > li {
    float: left;
    margin: 0px 0px 0px 15px;
    padding: 0px;
}

nav#navigation ul > li.user-li .dropdown-toggle {
    background: transparent;
    padding: 0px;
    padding-left: 15px;
    border-radius: 0px;
    margin-top: -2px;
    margin-right: 30px;
}

nav#navigation ul > li.user-li .dropdown-toggle img {
    float: left;
    margin-top: -6px;
    margin-left: -5px;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    nav#navigation ul {
        margin-top: -10px;
        margin-left: -20px !important;
    }
    nav#navigation ul > li.user-li .dropdown-toggle {
        margin-right: 0px;
        margin-top: 0px;
    }
    nav#navigation ul > li.user-li .dropdown-toggle img {
        margin-left: 0px;
        margin-top: 5px !important;
    }
    nav#navigation ul > li.user-li .dropdown-toggle span {
        margin-top: 10px;
        float: right;
    }
}

nav#navigation ul > li > .btn {
    float: left;
    background: transparent;
    border-width: 0px;
    padding: 0px;
}

nav#navigation ul > li > .btn > .caret {
    float: right;
    margin-top: 8px;
    margin-left: 10px;
}

nav#navigation ul.dropdown-menu {
    max-height: 75vh;
    overflow-y: auto;
}

nav#navigation ul.dropdown-menu[aria-labelledby=userMenu],
nav#navigation ul.dropdown-menu[aria-labelledby=basketMenu] {
    right: 0px;
    left: auto;
}

nav#navigation ul.dropdown-menu > li {
    padding: 5px;
    font-size: 12px;
    color: #333;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin: 0px;
    float: left;
    width: 100%;
}

nav#navigation ul.dropdown-menu > li .label {
    float: left;
    margin-right: 5px;
}

nav#navigation ul.dropdown-menu > li h4 {
    font-size: 15px;
}

nav#navigation ul > li > .dropdown-toggle,
nav#navigation > ul:not(.dropdown-menu) > li:not(.dropdown) a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

nav#navigation > ul > li:not(.dropdown) a {
    float: left;
    font-weight: 400 !important;
    border-left: 1px solid rgba(255,255,255,0.75);
    padding-left: 15px;
}

nav#navigation > ul > li:not(.dropdown):first-child a {
    border-width: 0px;
}

aside {
    width: calc(25% - 15px);
    background-color: #70b63a;
    padding-top: 45px;
}

aside.small {
    width: 45px;
}

aside ul,
aside ul li,
aside ul li a {
    float: left;
    width: 100%;
}

aside ul li a {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    text-decoration: none;
}

.container.cookie-warning {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 60px;
    z-index: 3;
    line-height: 20px;
}

#login .container.cookie-warning {
    top: auto;
    bottom: 60px;
}

.container.cookie-warning .alert {
    border-radius: 0px !important;
    height: auto;
    min-height: 0px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.container.cookie-warning .alert .btn {
    margin: -2px 3px;
    border-radius: 0px;
}

.container.cookie-warning label {
    line-height: 23px;
    margin-bottom: 2px;
}

.container.cookie-warning label input {
    margin-right: 5px;
}

aside.small .user img.img-circle {
    width: 45px;
    height: 45px;
    border-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
}

aside.small .user h4,
aside.small form {
    display: none;
}

aside.small ul li a {
    font-size: 0px !important;
    padding: 5px;
}

aside.small ul li a i {
    font-size: 25px !important; 
}

aside button.sidebar-toggle.btn-clear {
    opacity: 0.5;
    position: fixed;
    left: 5px;
    top: 55px;
    color: #fff;
    background: transparent;
    border-color: #fff;
}

aside:hover button.sidebar-toggle.btn-clear {
    opacity: 1;
}

aside.small button.sidebar-toggle i.fa-chevron-left,
aside:not(.small) button.sidebar-toggle i.fa-chevron-right {
    display: none;
}

aside.small button.sidebar-toggle {
    top: 55px;
    left: 6px !important;
    border-width: 0px; 
}

aside.small button.sidebar-toggle i.fa-chevron-right {
    left: 5px;
}

aside ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 95px);
    max-height: calc(100vh - 95px)
}

aside.small ul {
    height: calc(100vh - 70px);
    max-height: calc(100vh - 70px);
}

aside:not(.small) ul.half {
    height: calc(100vh - 115px - 11vh);
    max-height: calc(100vh - 115px - 11vh);
}

aside ul li {
    padding: 0px;
}

aside ul li a .fa {
    font-size: 20px;
    float: right;
    margin: 0px;
    margin-right: 5px;
}

aside.small ul li a .fa {
    position: relative;
    margin-right: 0px;
    left: -5px;
}

aside ul li a:hover,
aside ul li a:focus,
aside ul li.active a {
    cursor: pointer;
    background-color: rgba(255,255,255,0.25);
    text-decoration: none;
    color: #fff;
}

aside .user {
    text-align: center;
    color: rgba(255,255,255,0.5);
}

aside .user h4 {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    margin-top: 20px;
}

aside .user h4:not(.no-image) {
    margin-top: -15px;
}

aside .user img.img-circle {
    margin: auto;
    margin-top: 3vh;
    margin-bottom: 30px;
    border: 2px solid #fff;
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.8);
    font-size: 0px;
}

aside .user a {
    color: rgba(255,255,255,0.8);
}

aside form#search {
    float: left;
    width: 100%;
    border-radius: 0px;
    background: rgba(0,0,0,0.2);
}

aside form#search button {
    border-radius: 0px;
    margin-right: -1px;
}

aside form#search input::-moz-input-placeholder {
    color: #f0f0f0;
    color: rgba(255,255,255,0.8);
}

aside form#search input::-webkit-input-placeholder {
    color: #f0f0f0;
    color: rgba(255,255,255,0.8);
}

aside form#search input {
    background-color: transparent;
    color: #fff;
    border-radius: 0px;
    border-width: 0px;
}

aside form#search button[type="submit"] {
    background: rgba(0,0,0,0.3);
    color: #fff !important;
}

#content {
    width: 100%;
    padding: 15px;
    padding-bottom: 60px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.95) !important;
    position: relative;
}

@media screen and (min-width: 769px) {

    body.backend-ui-1 #content {
        width: calc(75% + 15px);
    }
    
    body.loggedin.backend-ui-1 #content.large {
        width: calc(100% - 45px);
    }
    
    #content {
        padding-top: 65px;
    }

    .loggedin #content {
        padding-top: 120px;
    }

}

#content.fluid {
    width: 100%;
    height: 100vh;
}

.modal .modal-content {
    box-shadow: 0px 5px 200px 10px rgba(0,0,0,0.25);
}

.modal,
.modal-dialog {
    z-index: 9999999 !important;
}

.modal-backdrop {
   display: none !important;
}

.panel.post .panel-heading {
    padding: 0px;
}

.panel.post .panel-heading label.time {
    float: right;
    margin-right: 10px;
    font-size: 13px;
    margin-top: 11px;
}

.panel.post .panel-body {
    font-size: 11px;
    padding: 6px;
    padding-right: 2px;
    padding-bottom: 0px;
    height: 10vh;
    overflow: hidden;
}

.panel.post .panel-footer {
    padding: 3px;
}

.panel.post .panel-footer textarea {
    position: absolute;
    top: 43px;
    left: 16px;
    height: calc(50%);
    width: calc(100% - 32px);
    resize: none;
    border-width: 0px;
    font-size: 12px;
}

aside header {
    float: left;
    width: 100%;
}

header button.open,
aside:not(.mobile-hidden) header {
    position: fixed;
    top: 0px;
    left: 0px;
}

header button.open,
aside header button.close {
    float: left;
    z-index: 4;
    float: left;
    padding: 7px 15px;
    background: transparent;
    border-width: 0px;
    font-size: 2em;
    line-height: 20px;
}

aside header button.close {
    z-index: 5;
    background-color: #ddd;
    opacity: 1;
}

header button.open {
    padding: 20px 15px 0px;
}

header button.open i {
    float: left;
    margin: -10px 0px 0px;
    font-size: 30px;
}

@media screen and (min-width: 1280px) {
    aside {
        width: calc(15% - 15px);
    }

    aside button.sidebar-toggle.btn-clear {
        left: calc(15% - 60px);
    }

    body.backend-ui-1 #content {
        width: calc(85% + 15px);
    }

    body.loggedin.backend-ui-1 #content.large {
        width: calc(100% - 45px);
    }
}

@media screen and (min-width: 2560px) {
    aside {
        width: calc(10% - 15px);
    }

    aside button.sidebar-toggle.btn-clear {
        left: calc(10% - 60px);
    }

    body.backend-ui-1 #content {
        width: calc(90% + 15px);
    }
}

@media screen and (max-width: 768px) {

    html, body {
        overflow-y: auto;
        padding-top: 0px !important;
    }

    nav#navigation {
        top: 0px !important;
        padding-left: 45px;
        margin-bottom: 0px;
    }

    body.backend-ui-2 nav#navigation,
    body.backend-ui-3 nav#navigation {
        padding-left: 0px;
    }

    nav#navigation ul li:first-child {
        margin-left: 0px;
    }

    nav#navigation span.left {
        font-size: 11px;
        padding-top: 2px;
        margin-left: -5px;
    }

    #brand-logo img {
        margin-left: 10px;
        max-width: 45vw;
        height: auto;
    }

    body.backend-ui-2 #brand-logo,
    body.backend-ui-3 #brand-logo {
        display: none;
    }

    nav#navigation ul > li,
    nav#navigation ul > li > a {
        font-size: 11px;
        padding-top: 1px;
    }

    aside,
    #content {
        width: 100%;
    }
    
    .loggedin #content {
        padding-top: 70px;
    }

    .sub-toolbar {
        top: 110px;
    }

    #content.appcms-customers .sub-toolbar {
        top: 45px;
    }

    .mobile-hidden {
        left: -100vw;
    }

    .mobile-only {
        display: block;
    }

    .alert,
    .panel,
    .allow-branding {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .allow-branding h1 {
        margin: 0px;
        font-size: 15px;
        text-transform: uppercase;
    }

    .allow-branding button {
        float: right;
        margin-top: -3px;
        margin-bottom: 3px;
    }

    aside {
        position: fixed;
        top: 51px;
        left: 0px;
        height: 100vh;
        z-index: 500;
    }

    aside ul {
        max-height: 82.5vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    aside ul {
        max-width: 100vw;
        overflow-x: hidden;
        padding-bottom: 10vh;
    }

    aside:not(.small) ul li {
        width: 25%;
    }

    aside ul li a {
        height: 20vw;
        text-align: center;
        font-size: 10px;
        padding-left: 5px;
        padding-right: 5px;
        border: 1px solid rgba(255,255,255,0.25);
        border-right-width: 0px;
        border-bottom-width: 0px;
        margin: -1px -1px 0px;
    }

    aside.small ul li a{
        height: 10vw;
    }
    
    aside ul li a:hover {
        background-color: rgba(0,0,0,0.15);
    }

    aside ul li a .fa {
        float: none;
        width: 100%;
        text-align: center;
        margin: auto auto 2vw;
        font-size: 26px;
        display: block;
        left: auto !important;
    }

    #register {
        margin-top: 22.5vh;
    }

    #login h1,
    #register h1 {
        font-size: 24px;
    }

    #login h3,
    #register h3 {
        font-size: 16px;
    }

    #login form#loginForm .btn,
    #login form#loginForm input,
    #register form#registerForm .row .btn,
    #register form#registerForm input {
        min-height: 40px;
        margin-bottom: 15px;
    }

    #content {
        height: auto;
        max-height: auto;
        padding-top: 15px;
        margin-top: 51px;
        height: calc(100vh - 51px) !important;
    }

    body.backend-ui-3 #content {
        padding-left: 0px;
        padding-right: 0px;
    }

    body.loggedin.backend-ui-1 #content.large,
    body.loggedin.backend-ui-1 .backend-ui-headline {
        margin-left: 45px;
        width: calc(95% - 15px);
    }

    .backend-ui-headline {
        left: 0px;
        margin-left: 0px;
    }

    #adminDashboard {
        float: left;
        width: 100%;
    }

}

@media screen and (max-width: 768px) and (orientation: landscape) {

    body.loggedin.backend-ui-1 #content.large {
        width: calc(100% - 45px);
    }

    aside:not(.small) .user {
        float: left;
        width: 33%;
    }

    aside:not(.small) #search {
        float: left;
        width: 66%;
    }

    aside:not(.small) ul.half {
        height: calc(100vh - 150px - 8vh);
        max-height: calc(100vh - 150px - 8vh);
    }

    aside:not(.small) ul li,
    aside:not(.small) ul li a {
        height: 12.5vw;
        width: 12.5vw;
    }

    aside.small ul li a {
        height: 45px;
    }

    aside.small ul li a .fa {
        margin-top: 5px;
    }

}

/* iPad portrait */
@media only screen 
    and (orientation: portrait)
    and (min-device-width : 768px) 
    and (max-device-width : 1024px)
    and (-webkit-min-device-pixel-ratio: 1) {
    
    body.loggedin.backend-ui-1 #content.large {
        margin-left: 45px;
        width: calc(100% - 45px);
    }

    aside button.sidebar-toggle.btn-clear,
    aside.small button.sidebar-toggle {
        display: none;
    }
    
    aside.small ul li a {
        height: 45px;
    }

    aside .user {
        float: left;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    aside .user h4 {
        font-size: 18px;
    }

    aside ul li a {
        font-size: 16px;
        padding-top: 30px;
    }

    aside ul li a .fa {
        font-size: 45px;
        margin-bottom: 10px;
    }
}