@font-face {
    font-family: 'host';
    src:  url('../../modeling-assets/fonts/host.eot?8t79f');
    src:  url('../../modeling-assets/fonts/host.eot?8t79f#iefix') format('embedded-opentype'),
    url('../../modeling-assets/fonts/host.ttf?8t79f') format('truetype'),
    url('../../modeling-assets/fonts/host.woff?8t79f') format('woff'),
    url('../../modeling-assets/fonts/host.svg?8t79f#host') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Icons */
.icn {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'host' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-size: medium;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icn-search:before {
    content: "\e91e";
}


* {
    padding: 0;
    margin: 0;
}
html, body {
    height: 100%;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 13px;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a {
    text-decoration: none;
    outline: none;
    color: #6369D1;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
.hide {
    display: none !important;
}

.app-layout {
    height: 100%;
}
.app-layout .layout-left, .app-layout .layout-right {
    height: 100%;
    width: 50%;
    box-sizing: border-box;
    position: relative;
}

/*   Left Layout   */
.app-layout .layout-left {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    float: left;
}
.app-layout .layout-left .banner {
    padding: 6em;
    color: #FFF;
    letter-spacing: 0.5px;
}
.app-layout .layout-left .banner h3 {
    font-size: 16px;
    margin-bottom: 17px;
    color: #ccff99;
    text-transform: uppercase;
}
.app-layout .layout-left .banner h1 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 15px;
}
.app-layout .layout-left .banner h2 {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 17px;
}
.app-layout .layout-left .banner a {
    background: #e97f03;
    color: #fff;
    display: inline-block;
    zoom: 1;
    padding: 10px 25px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.app-layout .layout-left .small-screen {
    display: none;
}
.app-layout .layout-left .large-screen {
    display: inline;
}

/*   Right Layout   */
.app-layout .layout-right {
    float: right;
    padding: 4em 5em 3em 5em;
}
.app-layout .layout-right .branding-logo {
    margin-bottom: 5.2em;
}
.app-layout .layout-right .branding-logo.app-selection {
    margin-bottom: 1em;
}
.app-layout .layout-right .branding-logo .brand img {
    width: 100px;
}
.app-layout .layout-right .app-selection-header {
    font-size: 2em;
    margin-bottom: 0.6em;
}
.app-layout .layout-right .tenant-search {
    position: relative;
}
.app-layout .layout-right .tenant-search input {
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px;
    font-size: 14px;
    margin-bottom: 1em;
    box-sizing: border-box;
}
.app-layout .layout-right .tenant-search input:focus {
    border-bottom: 1px solid #6369D1;
}
.app-layout .layout-right .tenant-search i.search-icon {
    position: absolute;
    left: 10px;
    top: 5px;
    color: #CCC;
    font-weight: normal;
}
.app-layout .layout-right .tenant-search input:focus + i.search-icon {
    color: #6369D1;
}
.app-layout .layout-right .tenant-search .tenant-list {
    overflow: auto;
}
.app-layout .layout-right .tenant-search .tenant-list > div {
    font-size: 15px;
    padding: 10px 10px 10px 35px;
    cursor: pointer;
    position: relative;
}
.app-layout .layout-right .tenant-search .tenant-list > div.active {
    background: #6369D1;
    color: #FFF;
}
.app-layout .layout-right .tenant-search .tenant-list > div.active:before {
    content: "\e942";
    font-family: 'host' !important;
    position: absolute;
    left: 10px;
    top: 13px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.app-layout .layout-right .tenant-search .tenant-list > div:not(.active):hover {
    background: #9fc7ef;
}
.app-layout .layout-right .field {
    margin-bottom: 13px;
}
.app-layout .layout-right .field input[type="text"],
.app-layout .layout-right .field input[type="email"],
.app-layout .layout-right .field input[type="password"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 30em;
    font-size: 14px;
    border: 1px solid #aaa;
    padding: 0.8em;
    border-radius: 2px;
    outline: none;
}
.app-layout .layout-right .field input[type="text"]:focus,
.app-layout .layout-right .field input[type="email"]:focus,
.app-layout .layout-right .field input[type="password"]:focus {
    border-color: #6369D1;
}
.app-layout .layout-right .field input[type="button"] {
    background: #6369D1;
    border: 1px solid #6369D1;
    color: #fff;
    padding: 0.7em 1.2em;
    text-align: center;
    width: 13em;
    border-radius: 2px;
    font-size: 1.3em;
    cursor: pointer;
    letter-spacing: 0.3px;
}
.app-layout .layout-right .field.login-button, .app-layout .layout-right .field.launch-button {
    margin-top: 4em;
}

/*   Footer   */
.app-layout .layout-right .footer {
    position: absolute;
    bottom: 0.5em;
    display: flex;
    align-items: center;
}

.app-layout .layout-right .footer .footer-seal {
    display: inline-block;
    margin-left: 10px;
}

/* Small Screen Width */
@media screen and (max-height: 635px) {
    .app-layout .layout-right {
        padding: 3em;
    }
}
@media (max-width: 700px) ,(max-height: 500px) {
    /* Left Layout */
    .app-layout .layout-left .banner {
        padding: 24px;
    }
    .app-layout .layout-left .banner h3 {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .app-layout .layout-left .banner h1 {
        font-size: 20px;
    }
    .app-layout .layout-left .banner h2 {
        font-size: 12px;
    }
    .app-layout .layout-left .banner a {
        padding: 8px 14px;
        font-size: 12px;
    }
    .app-layout .layout-left .small-screen {
        display: inline;
    }
    .app-layout .layout-left .large-screen {
        display: none;
    }

    /* Right Layout */
    .app-layout .layout-right {
        padding: 24px;
    }
    .app-layout .layout-right .branding-logo {
        margin-bottom: 2em;
    }
    .app-layout .layout-right .app-selection-header {
        font-size: 1.2em;
    }
    .app-layout .layout-right .tenant-search input {
        font-size: 12px;
    }
    .app-layout .layout-right .tenant-search .tenant-list > div {
        padding: 6px 6px 6px 35px;
        font-size: 12px;
    }
    .app-layout .layout-right .tenant-search .tenant-list > div.active:before {
        top: 9px;
        left: 12px;
    }
    .app-layout .layout-right .field {
        margin-bottom: 8px;
    }
    .app-layout .layout-right .field input[type="text"],
    .app-layout .layout-right .field input[type="email"],
    .app-layout .layout-right .field input[type="password"] {
        font-size: 12px;
    }
    .app-layout .layout-right .field input[type="button"] {
        padding: 0.5em 1em;
        width: 10em;
        font-size: 1em;
    }
    .app-layout .layout-right .field.login-button {
        margin-top: 16px;
    }

    /* Footer */
    .app-layout .layout-right .footer {
        font-size: 0.8em;
        left: 0;
        bottom: 0;
        padding: 24px;
    }
    .app-layout .layout-right .footer .footer-seal {
        margin: 0 5px;
    }
    .app-layout .layout-right .footer img {
        width: 90px;
    }
}