﻿html,
body,
form {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex: 1;
    font-family: 'Open Sans',arial,sans-serif;
}

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li,
table, tfoot, thead, tr, th, td,
article, aside, canvas, details, footer, header, section {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
}

.container-fluid {
    display: flex;
    flex: 1;
}

    .container-fluid > .row {
        display: flex;
        flex: 1;
    }

#nav-section {
    background-color: #35373d;
    flex: 0 1 220px;
}

    #nav-section li {
        border-bottom: 1px solid #4a4b51;
        white-space: nowrap;
        font-size: 11px;
        line-height: 11px;
    }

        #nav-section li a {
            color: #b8bbc2;
            text-transform: uppercase;
            text-decoration: none;
            margin-left: 1em;
            font-size: 12px;
            padding: 3em 1.2em;
        }

        #nav-section li:hover {
            background-color: #212329;
        }

        #nav-section li.active {
            background-color: #0d1016;
        }

.nav > li > a:hover,
.nav > li > a:focus {
    background: none;
}

#rights {
    color: #848690;
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    left: 15px;
}

#dash-logo {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1996e4;
    text-align: center;
    padding: 25px 0;
}

#dash-logo-NotUpper {
    font-size: 30px;
    color: #fff;
    background-color: #1996e4;
    text-align: center;
    padding: 10px 0;
}

#main-section-header > h2 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 26px;
    padding: 25px 0 30px 30px;
}


.select-period {
    text-transform: uppercase;
    font-weight: normal;
    width: 5em;
    display: inline-block;
}

.period-wrapper {
    margin: 1em 0;
}

#dateFilter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
}

@media (min-width: 1430px) {
    .select-period {
        text-align: right;
    }
}

#map-wrapper {
    max-height: 380px;
    overflow: hidden;
}

    #map-wrapper h2 {
        padding-left: 15px;
    }

.RadMap,
.RadMap .k-button {
    outline: none;
}

div.RadMap div.k-navigator {
    font-size: 1em;
}

.RadMap .k-zoom-control {
    font-size: 0.8em;
}

#main-section {
    flex: 9;
    display: flex;
    flex-direction: column;
    background: #eee;
}

#main-section-header {
    background: #fff;
}

#regional-sales {
    flex: 9;
    overflow-y: scroll;
}

#map-details {
    padding: 30px 0 0 15px;
}

#statsContainer {
    padding-top: 30px;
    background: #fff;
}

.stats-label {
    padding-left: 15px;
}

#topProductsContainer {
    padding-top: 30px;
}

.row.no-gutter > [class*='col-']:first-child,
.row.no-gutter > [class*='col-']:last-child {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 760px) {
    .container-fluid > .row {
        flex-direction: column;
    }

    #nav-section {
        flex: 1;
    }

    #main-section-header {
        text-align: center;
    }

        #main-section-header .select-period {
            text-align: left;
        }

        #main-section-header > h2 {
            padding-top: 1em;
            padding-bottom: 0;
        }

    #dateFilter {
        padding: 0;
    }

    div.main-section-content div.row > div[class*='col-'] {
        padding: 0 30px;
    }

    #map-details {
        padding: 30px;
    }

    #statsContainer,
    #topProductsContainer {
        padding-bottom: 30px;
    }

    .period-wrapper {
        margin: 30px 0;
    }
}

/* font */
@font-face {
    font-family: 'TelerikWebUI-group';
    src: url('fonts/TelerikWebUI-group.eot?3uawak');
    src: url('fonts/TelerikWebUI-group.eot?3uawak#iefix') format('embedded-opentype'), url('fonts/TelerikWebUI-group.ttf?3uawak') format('truetype'), url('fonts/TelerikWebUI-group.woff?3uawak') format('woff'), url('fonts/TelerikWebUI-group.svg?3uawak#TelerikWebUI-group') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'TelerikWebUI-group' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
    content: "\e0de";
}

.icon-faves:before {
    content: "\e0d6";
}

.icon-star-empty:before {
    content: "\e048";
}

.icon-chart-column:before {
    content: "\e04b";
}

.icon-mobile:before {
    content: "\e604";
}

.icon {
    margin-right: 0.917em;
}

#MarketShareLabel,
#RevenueLabel,
#OrdersLabel,
#CustomersLabel,
#countryName {
    font-size: 36px;
    text-transform: uppercase;
}

#countryCustomers {
    font-size: 11px;
    padding-left: 15px;
}

.k-sparkline,
.k-chart {
    display: inline-block;
    width: 100%;
}

/* Bootstrap overrides*/

.navbar-toggle {
    padding: 5px 0;
}

.navbar-default .navbar-toggle {
    border: none;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

.row,
.container-fluid {
    padding: 0;
    margin: 0;
   
}

.column,
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

/* team efficiency */
#employee-list,
#employee-details-wrapper {
    padding: 0;
}

#employees-content {
    overflow-y: scroll;
}

#employee-details-wrapper {
    background-color: #fff;
}

#employee-details {
    overflow-y: auto;
    overflow-x: hidden;
}

#employee-list,
#EmployeesList {
    background-color: #eee;
}

    #employee-list h3 {
        padding: 2.5em 2.727em;
        font-size: 11px;
        color: #35373d;
        border-bottom: 1px solid #dbdbdb;
    }

.employee-wrapper {
    padding: 1.25em 0;
    margin-left: 2.5em;
}

.employee.k-state-selected {
    background-color: #6abd2d;
}

    .employee.k-state-selected .employee-wrapper {
        border-top: 1px solid #6abd2d;
        border-bottom: 1px solid #6abd2d;
    }

.name {
    font-size: 14px;
    color: #35373d;
}

.title {
    font-size: 9px;
    line-height: 9px;
    color: #8a8b8f;
    text-transform: uppercase;
    display: inline-block;
}

.selected .name,
.selected .title {
    color: #fff;
}

.phone {
    font-size: 10px;
    line-height: 10px;
    color: #35373d;
}

.k-state-selected .name,
.k-state-selected .title {
    color: #fff;
}

.bioTooltip {
    font-size: 9px;
    line-height: 9px;
}

#EmployeeQuarterSalesLabel,
#EmployeeAverageSalesLabel {
    font-size: 36px;
    display: inline-block;
    margin: 0 auto 10px;
}

.employee-list-image,
.employee-details-image,
.employee-list-details,
.employee-bio-details {
    display: inline-block;
}

.employee-list-image {
    border-radius: 30px;
    margin-right: 5px;
}

.employee-details-image {
    border-radius: 45px;
    border: 2px solid #737374;
    margin-right: 20px;
}

#employee-about {
    border-bottom: 1px solid #eaeaeb;
}

    #employee-about .row {
        padding: 30px 0;
    }

    #employee-about h3,
    #employeeSchedule h3,
    #employeeStats h3,
    .section-header {
        font-size: 11px;
        color: #35373d;
        text-transform: uppercase;
        padding-bottom: 1.091em;
        padding: 15px;
    }

#employeeSchedule {
    padding-left: 30px;
    padding-bottom: 20px;
    background-color: #fff;
}

.placeholder {
    margin-bottom: 20px;
}

.employee-list-details,
.employee-bio-details {
    vertical-align: middle;
}

    .employee-bio-details dt {
        font-size: 18px;
        line-height: 18px;
        margin: 4px auto;
    }

    .employee-bio-details dd {
        margin: 4px auto;
    }

@media (max-width: 600px) {
    #employeeStats {
        display: none;
    }
}

@media (max-width: 769px) {
    #nav-section {
        flex: 0;
    }

    .column {
        height: auto;
    }

    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -50%;
    }

    .row-offcanvas-left.active {
        left: 50%;
    }

    .container-fluid > .row {
        flex-direction: column;
    }

    #main-section-header {
        font-size: 8px;
    }

    .employee-list-details .title,
    .employee-list-details .name {
        display: none;
    }

    .employee-list-image {
        display: inline-block;
    }

    .employee-wrapper {
        margin: auto;
        text-align: center;
    }

    #nav-section {
        width: 100%;
        height: auto;
    }

    #main-section {
        width: 100%;
        overflow: hidden;
    }

    #main-section-header > h2,
    #dateFilter {
        display: block;
        width: 100%;
        text-align: center;
    }

    #main-section-header > h2 {
        padding-bottom: 15px;
    }

    #dateFilter {
        padding-top: 15px;
    }

    #employee-list h3 {
        display: none;
    }

    #rights {
        display: none;
    }

    .container-fluid {
        display: initial;
    }

    .stretch {
        flex: 1;
        align-items: initial;
        align-content: initial;
    }

    .productsGrid {
        height: auto;
    }

        .productsGrid .rgDataDiv {
            height: auto !important;
        }
}

@media (max-width: 995px) {
    #employee-list {
    }

        #employee-list h3,
        .employee-list-details {
            display: none;
        }

    .employee-wrapper {
        margin: 0;
        padding: 10px;
    }

    .RadListView {
        white-space: nowrap;
        overflow: auto;
    }

    #itemPlaceholder {
    }

    .employee {
        display: inline-block;
    }

    #main-section-header,
    #dateFilter {
        display: initial;
    }
}

/* Products & Orders*/
#products-orders-main-content {
    border: none;
    overflow: auto;
    color: #464648;
    font-size: 11px;
}

    #products-orders-main-content .k-tooltip {
        width: 140px;
    }

        #products-orders-main-content .k-tooltip th {
            text-align: left;
        }

        #products-orders-main-content .k-tooltip td {
            border: 0;
        }

.product-details {
    display: inline-block;
    height: 100%;
}

.product-name-cat,
.product-details-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.product-details-wrapper {
    color: #0d1016;
    width: 100%;
}

.product-details-image {
    border-radius: 55px;
    border: 1px solid #eaeaeb;
    margin-right: 1.667em;
}

.product-name {
    font-size: 14px;
}

.product-category {
    font-size: 9px;
    color: #8a8b8f;
    text-transform: uppercase;
}

.product-details {
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
}

.appointment-details {
    width:auto
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
    font-size: 22px;
    /*font-weight:bold;*/
    color:blue;
    /*font-family:Rockwell;*/
    vertical-align: middle;
    text-align-last:center;
    line-height: normal;
}


.product-details .k-sparkline {
    width: 80%;
    height: 50px;
 
}

.product-details span {
    font-size: 36px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.product-details-wrapper h5 {
    font-size: 11px;
    vertical-align: middle;
    top: 20%;
    position: relative;
    margin-bottom: 20px;
}

.stats-graph {
    padding: 15px 30px 30px;
}

#MarketShareLabel,
#RevenueLabel,
#OrdersLabel,
#CustomersLabel,
#countryName {
    font-size: 36px;
    text-transform: uppercase;
}

.k-detail-cell .k-tabstrip .k-content {
    padding: 0.2em;
}

.shipping-details ul {
    list-style: none;
    font-style: italic;
    margin: 15px;
    padding: 0;
}

    .shipping-details ul li {
        margin: 0;
        line-height: 1.7em;
    }

.shipping-details label {
    display: inline-block;
    width: 90px;
    padding-right: 10px;
    text-align: right;
    font-style: normal;
    font-weight: bold;
}

/* About */

#map {
    height: 350px;
    outline: 0;
}

#about {
    font-size: 15px;
    line-height: 24px;
    overflow-y: scroll;
}

    #about > div {
        padding: 85px 60px;
    }

    #about p {
        padding-bottom: 1em;
        max-width: 960px;
    }

    #about ul {
        list-style: disc;
        color: #428bca;
    }

.section-title {
    font-size: 36px;
    color: #35373d;
    padding-bottom: 1em;
    line-height: 1em;
}

.section-sub-title {
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: .5em;
}

.section-white {
    background-color: #fff;
}

.download-btn {
    color: #fff;
    background-color: #ee5315;
    border: 1px solid #ee5315;
    background-clip: padding-box;
    position: relative;
    display: inline-block;
    padding: 0.667em 2.000em;
    line-height: 0.933em;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    border-radius: 2px;
    -webkit-appearance: none;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    margin: 1em 0 0;
}

    .download-btn:hover {
        background-color: #c2410e;
        border-color: #c2410e;
        cursor: pointer;
        text-decoration: none;
        color: #fff;
    }

    .download-btn span {
        display: block;
        font-size: 10px;
        margin-bottom: -3px;
    }


div.RadInput a {
    width: auto;
}

.app-item {
    margin: 0;
    padding: 0;
    text-align: center;
}

@media (max-width: 770px) {
    .section-title {
        margin-top: 30px;
    }
}
