@font-face {
    font-family: "NewsGothicBTRoman";
    src: url("fonts/news_gothic_bt_roman-webfont.woff") format('woff');
}

@font-face {
    font-family: "NewsGothicBTRoman";
    src: url("fonts/news_gothic_bt_roman_bold-webfont.woff") format('woff');
    font-weight: bold;
}

@font-face {
    font-family: "NewsGothicBTDemi";
    src: url("fonts/news_gothic_bt_demi-webfont.woff") format('woff');
}

body {
    /* lander does not support the dark theme - this ensures that the lander background stays white when dark theme is on */
    background-color: white !important;
    height: auto !important;
    width: auto !important;
    overflow: auto !important;
}

#hs-lander, #hs-lander-modal-layer {
    font-family: NewsGothicBTRoman, Helvetica, Arial, sans-serif;
    color: black;
}

#apps {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 300px;
    padding: 15px 30px;
    overflow-y: auto;
    max-height: 410px;
    box-sizing: content-box;
}

#apps #apps-header {
    margin-bottom: 15px;
}

#apps #apps-header #apps-prompt {
    position: relative;
    display: inline-block;
    padding-left: 2px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
}

#apps #apps-header #gear-wheel {
    position: absolute;
    top: 1px;
    right: 2px;
    cursor: pointer;
}

#apps #apps-header #gear-wheel:hover svg {
    fill: #00aeef;
}

#apps .option {
    display: block;
    color: #58595B;
    cursor: pointer;
    padding: 10px;
    margin-top: 7px;
    text-decoration: none;
}

#apps .app-name {
    font-size: 16px;
}

#apps .app-description {
    margin-top: 2px;
    font-size: 10px;
    color: #A4A6A9
}

#apps .option:hover {
    color: #00aeef;
    background-color: #E8F4FA;
}

.client-list-container {
    display: inline-block;
    vertical-align: top;
}

.client-list {
    display: block;
    height: 440px;
    width: 90px;
    vertical-align: top;
    text-align: left;
    padding: 0;
    font-size: 12px;
    outline: 0;
    overflow-y: auto;
}

.client-list .client-code {
    padding: 5px 15px 5px 5px;
    height: 15px;
    box-sizing: content-box;
    cursor: pointer;
    font-family: NewsGothicBTDemi, Helvetica, Arial, sans-serif;
    color: #a7a9ac;
}

.client-list .client-code:hover {
    color: #00aeef;
    border-right: 4px solid #00aeef;
    background-color: #f6f6f6;
}

.client-list .client-code.selected-client {
    border-right: 4px solid black;
    background-color: #f6f6f6;
}

.client-list .client-code .search-query {
    color: #00aeef;
}

.hidden {
    display: none;
}

#divider {
    display: inline-block;
}

#divider .divider-top, #divider .divider-bottom {
    display: block;
}

#divider .divider-middle {
    height: 200px;
    background-image: url("img/divider-fill.png");
    background-repeat: repeat-y;
}

#hs-lander {
    margin-top: 10%;
    text-align: center;
    min-width: 800px;
}

#hs-lander-modal-layer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    font-family: NewsGothicBTRoman, Helvetica, Arial, sans-serif;
}

#hs-lander-modal-layer.shadowed {
    background: rgba(90, 90, 90, 0.51);
}

#picker {
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
}

#user {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-top: 75px;
    margin-right: 2%;
}

#user #welcome {
    font-family: Avenir-Light,sans-serif;
    font-weight: 400;
    margin: 0 0 8px;
    font-size: 60px;
    color: #e6e7e8;
    line-height: 44px;
}

#user #username {
    margin: 0;
    font-size: 18pt;
    color: #000;
    line-height: 24px;
}

#user-modal {
    display: none;
    position: fixed;
    z-index: 10001;
    font-size: 14px;
    background-color: white;
    padding: 15px;
    width: 200px;
    box-shadow: 1px 1px 1pc #888888;
}

#user-modal .option {
    padding: 5px 0;
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #58595B;
    cursor: pointer;
}

#user-modal .option:hover  {
    color: #00aeef;
}

#validate-entitlements-button {
    min-height: 28px;
    border: 0;
    padding: 0 10px;
    outline: 0;
    margin: 40px 0 0;
    background-color: #939598;
    color: white;
    font-family: NewsGothicBTRoman,Helvetica,Arial,sans-serif;
    font-size: 10pt;
    cursor: pointer;
}

#validate-entitlements-button:hover  {
    background-color: #00aeef;
}

#validate-entitlements-modal {
    display: none;
    position: absolute;
    z-index: 10001;
    top: 20%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-height: 550px;
    max-width: 400px;
    overflow-y: auto;
    padding: 25px 15px 15px 15px;
    background-color: white;
    box-shadow: 1px 1px 1pc #888888;
    font-family: NewsGothicBTRoman,Helvetica,Arial,sans-serif;
    font-size: 14px;
}

#validate-entitlements-modal button {
    border: none;
    background-color: #939598;
    color: #fff;
    padding: 3px 10px;
    margin-left: 7px;
    height: 27px;
    cursor: pointer;
}

#validate-entitlements-modal input {
    height: 21px;
    width: 83%;
    padding-left: 3px;
}

#validate-entitlements-modal button:focus, #validate-entitlements-modal input:focus {
    outline: none;
}

#validate-entitlements-modal .validate-user-properties b {
    text-transform: capitalize;
}

#validate-entitlements-modal .validate-user-properties:nth-of-type(3) {
    margin-bottom: 10px;
}

#validate-entitlements-modal .light-blue {
    background-color: aliceblue;
}

#validate-entitlements-modal #entitlements-list {
    margin-top: 10px;
}

#validate-entitlements-modal #entitlements-list .code {
    min-width: 120px;
    margin-right: 10px;
    display: inline-block;
}

#validate-entitlements-modal #entitlements-list .validate-error {
    color: #DD1C1C;
    font-size: 9pt;
}

#validate-entitlements-modal #entitlements-table {
    max-height: 350px;
    overflow-y: auto;
}

#alert-modal {
    display: none;
    position: absolute;
    z-index: 10002;
    top: 40%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-height: 550px;
    max-width: 400px;
    overflow-y: auto;
    padding: 25px 15px 15px 15px;
    background-color: white;
    box-shadow: 1px 1px 1pc #888888;
    font-family: NewsGothicBTRoman,Helvetica,Arial,sans-serif;
    font-size: 14px;
}

#alert-modal button {
    border: none;
    background-color: #939598;
    color: #fff;
    padding: 3px 10px;
    height: 27px;
    cursor: pointer;
    min-width: 50px;
}

#alert-title {
    font-family: Avenir-Light,sans-serif;
    font-weight: 400;
    font-size: 22px;
}

#alert-message {
    margin: 1em 0;
}

#reserve-for-navbar {
    height: 48px;
}
