﻿#landing-performance-view {
    width: 100%;
    height: 100%;
}

#landing-sales-leadership-view {
    width: 100%;
    height: 100%;
}

#landing-scheduling-view {
    width: 100%;
    height: 100%;
}

#landing-store-view {
    width: 100%;
    overflow: auto;
}

#landing-store-visit-view {
    width: 100%;
    height: 100%;
}

#landing-tasks-view {
    width: 100%;
    height: 100%;
}

#landing-team-activity-view {
    width: 100%;
    height: 100%;
}

#landingpage-menu-wrapper {
    height: 35px;
    position: absolute;
    top: 1px;
    left: 170px;
    width: calc(100% - 570px);
    overflow: hidden;
}

#landingpage-menu {
    float: left;
    border-width: 0;
    background: none;
    vertical-align: bottom;
    color: #FFFFFF;
    font-weight: 700;
}

    #landingpage-menu li:hover {
        background-color: #003F54;
        border: 1px solid #003F54;
    }

#storelandingpage-menu-wrapper {
    height: 35px;
    position: absolute;
    top: 1px;
    left: 170px;
    width: calc(100% - 570px);
    overflow: hidden;
}

#storelandingpage-menu {
    float: left;
    border-width: 0;
    background: none;
    vertical-align: bottom;
    color: #FFFFFF;
    font-weight: 700;
}

    #storelandingpage-menu li:hover {
        background-color: #003F54;
        border: 1px solid #003F54;
    }

.LandingPageBox {
    padding: 5px;
    box-sizing: border-box;
    float: left;
    display: inline-block;
}

.landing-page-border {
    border: 1px solid #D7D8DA;
    border-radius: 5px;
}

.landing-page-box-content {
    border: 1px solid #D7D8DA;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.LandingPageBoxText {
    font-weight: bold;
    color: #068ACA;
}

#scheduling_landing_top .fiscal-week-wrapper img {
    position: relative;
    top: 5px;
}

#scheduling_landing_top .fiscal-date-picker-wrapper {
    width: 24px;
    position: relative;
    float: left;
}

    #scheduling_landing_top .fiscal-date-picker-wrapper .ui-datepicker-trigger {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        display: inline-block;
    }

#landing-page-main-team-activity {
    width: 100%;
    border: 1px solid #E7E9EA;
    border-radius: 10px;
}

#landing-page-main-sales-leadership {
    width: 100%;
    border: 1px solid #E7E9EA;
    border-radius: 10px;
}

#landing-rankings-kpi-selection {
    margin-left: auto;
    margin-right: auto;
}

.landing-section-name {
    font-weight: bold;
    padding-left: 10px;
}

.landing-count {
    font-weight: 700;
    color: #0177BC;
    margin-right: 10px;
}

.landing-margin-left {
    margin-left: 10px;
}

.landing-header-font {
    font-weight: bold;
}

.landing-separator {
    color: #E7E9EA;
}

.landing-container {
    display: inline-flex;
    border: 1px solid #E7E9EA;
    border-radius: 10px;
    height: 40px;
    padding-top: 10px;
    width: 95%;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.landing-chart-container {
    background-color: #fff;
    width: 50%;
    height: calc(100% - 50px);
    padding-top: 10px;
}

.landing-profile-image {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 32px;
    max-height: 32px;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.landing-profile-image-container {
    width: 32px;
    height: 32px;
    margin: 5px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 1px solid #e7e9ea;
}

.drawer {
    height: 100%;
    width: 0;
    z-index: 1;
    background-color: white;
    overflow-x: hidden;
    transition: 0.7s;
    border: 1px solid #E7E9EA;
    border-radius: 5px;
}

.landing-tab {
    height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #E7E9EA;
    width: 98%;
    margin-left: 10px;
}

    .landing-tab button {
        background-color: #FFFFFF;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 9px 16px;
        transition: 0.3s;
        font-size: 11pt;
        font-family: Calibri, Helvetica, Tahoma;
        margin-top: 0px;
        color: #000000;
        font-weight: 400;
    }

        .landing-tab button:hover {
            background-color: #FFFFFF;
            color: #0177BC;
        }

        .landing-tab button.active {
            background-color: #FFFFFF;
            font-weight: 700;
            margin-top: 1px;
            color: #0177BC;
            border-bottom: 3px solid #0177BC !important;
        }

.bottom-50 {
    bottom: 50px;
}

.text-500-ellipsis {
    margin-left: 10px;
    width: 500px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.inline-flex-100-percent {
    display: inline-flex;
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}
