body {
    height: 100vh;
    min-height: 350px;
    margin: 0;
    box-sizing: border-box;
    font-family: Roboto, Arial, serif;
}

#small_logo {
    display: none;
}

#default_logo {
    padding-left: 2em;
}

#header-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 4.5em;
    padding: 0 1.5em 0 0;
    background-color: #ffffff;
    box-sizing: border-box;
    width: 100%;
}

#component-container {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}

#ce-free-trial {
    display: flex;
}

#ce-secretary-number {
    display: flex;
}

#wc-user-login-details {
    display: flex;
}

#nav_home {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.center-block {
    margin-top: 156px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center-image {
    width: 320px;
    height: 320px;
}

.hints {
    position: absolute;
}

#home_feedback {
    bottom: 135px;
    right: 72px;
}

#home_feedback_small {
    display: none;
}

#home_login {
    right: 50px;
    top: -6px;
}

#home_navigation, #home_navigation_small {
    left: 0;
    top: 0;
}

#home_navigation_small {
    display: none;
}

#home_back-to-old {
    left: 0;
    bottom: 0;
}

.welcome-text {
    font-size: 2em;
    color: #747475;
    text-align: center;
    top: -16px;
    position: relative;
}

.welcome-1 {
    margin-bottom: 8px;
}

#portal {
    padding: 0 1em 1em;
    width: 100%;
    height: calc(100% - 4.5em);
    box-sizing: border-box;
    background: url(../images/background.jpg);
    background-size: cover;
}

#nav_contents.max, #portal.max {
    height: 100% !important;
}

.nav-bar.hidden wc-navigation {
    width: 0 !important;
}

.nav-bar.hidden, #header-container.hidden  {
    visibility: hidden !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
}



#portal.banner-visible {
    height: calc(100% - 4.5em - 32px);
}

#side {
    width: 272px;
    height: 100%;
    float: left;
    box-sizing: border-box;
    padding-right: 1em;
}

#home_navigation, #home_navigation_small, #home_back-to-old, #home_login,
#home_feedback_small, #home_feedback, .center-block, .center-image {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#contents {
    float: left;
    width: calc(100% - 272px);
    box-sizing: border-box;
    height: 100%;
}

#nav_contents_title {
    display: flex;
    justify-content: flex-start;
    font-size: 1.5em;
    box-sizing: border-box;
    color: #747475;
    font-weight: 300;
    height: 2.0em;
    align-items: center;
    width: 100%;
}

#nav_contents {
    width: 100%;
    box-sizing: border-box;
    height: calc(100% - 3em);
}

.nav_content, .nav_container, .nav_tree_dynamic {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}

/* something special */
.cal_settings {
    margin-bottom: 40px;
}

/* nav content specific settings */
.nav-mailbox {
    display: flex;
    overflow-y: hidden;
}

.nav-mailbox, .nav-addressbook {
    padding-bottom: 1em;
    background-color: white;
}

.main-left {
    width: 40%;
    height: 100%;
    box-sizing: border-box;
    display: flex; /* ??*/
    flex-basis: 40%;
    flex-grow: 1;
    min-width: 360px;
}

.main-right {
    background-color: #ffffff;
    overflow: auto;
    align-self: stretch;
    display: flex;
    flex-basis: 60%;
    flex-direction: column;
}

.hide, .hidden {
    display: none !important;
}

/* begin SnapEngage code */
#designstudio-button {
    display: none;
}

/* end SnapEngage code */
