﻿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-size: 100%;
    font: inherit;
}

/* HTML5 display-role reset for older browsers */
body {
    line-height: 1;
    font-size: 12px;
    padding-top: 50px;
    padding-bottom: -50px;
    overflow: auto;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    min-width: 220px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

ol, ul {
    list-style: none;
}

html, body {
    height: 100%;
    font-family: 'Open Sans',arial,sans-serif;
}

html,
body,
.container-fluid,
.column {
    height: 100%;
}

/* font */
@font-face {
    font-family: 'icomoon';
    src: url('Fonts/icomoon.eot?c8m22a');
    src: url('Fonts/icomoon.eot?#iefixc8m22a') format('embedded-opentype'), url('Fonts/icomoon.woff?c8m22a') format('woff'), url('Fonts/icomoon.ttf?c8m22a') format('truetype'), url('Fonts/icomoon.svg?c8m22a#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    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: "\e600";
}

.icon-faves:before {
    content: "\e601";
}

.icon-star-empty:before {
    content: "\e602";
}

.icon-chart-column:before {
    content: "\e603";
}

.icon-mobile:before {
    content: "\e604";
}

.icon {
    margin-right: 0.917em;
}


.row {
    padding: 0;
    margin: 0;
}

.column {
    padding-left: 0;
    padding-right: 0;
}

/* Nav section */
#nav-section {
    background-color: #35373d;
    width: 220px;
    float: left;
    height: 100%;
}

    #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 a:hover {
                background-color: #212329;
            }

        #nav-section li:hover {
            background-color: #212329;
        }

        #nav-section li.active {
            background-color: #0d1016;
        }

.nav > li > a:focus {
    background-color: #0d1016;
}

#dash-logo {
    color: #fff;
    background-color: #1996e4;
    text-align: center;
}

#sidebar-nav {
    padding: 0;
}

#rights {
    position: absolute;
    bottom: 10px;
    left: 15px;
    padding-right: 15px;
    color: #848690;
    font-size: 10px;
}

    #rights p {
        margin: 5px 0;
    }

/* Toggle button */
#toggle-button {
    margin-top: 27px;
    border: none;
}

    #toggle-button:hover,
    #toggle-button:focus {
        background-color: transparent;
    }

    #toggle-button .icon-bar {
        background-color: #fff;
    }

/* Main section */
#main-section {
    float: none;
    width: auto;
    overflow: hidden;
    height: 100%;
    background-color: #eee;
}

#dash-logo,
#main-section-header > h2 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 26px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#main-section-header > h2 {
    padding-left: 1.667em;
    white-space: nowrap;
}

#main-section-header {
    height: auto;
    border-bottom: 1px solid #ededee;
    -moz-box-shadow: 1px 0 4px #ededee;
    -webkit-box-shadow: 1px 0 4px #ededee;
    box-shadow: 1px 0 4px #ededee;
    background-color: #fff;
}

/* team efficiency */
#dateFilter {
    padding: 30px;
    text-align: right;
}

.placeholder {
    margin-bottom: 20px;
}

.period-wrapper {
    display: inline-block;
}

.select-period {
    margin-right: 0.833em;
    margin-left: 2.500em;
    text-transform: uppercase;
    font-weight: normal;
}

/* Kendo widgets */
/*.k-sparkline {
    display: inline-block;
    width: 100%;
}

.k-tooltip {
    width: 200px;
}*/

/*#topProductsContainer {
   
    padding: 15px;
}

#topProductsContainer h3{
    padding-left: 15px;
}*/

.section-title {
    font-size: 36px;
    color: #35373d;
    padding-bottom: 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;
    }

/*max-width: 768px -> .col-xs- */
@media screen and (max-width: 768px) {
    body {
        font-size: 10px;
    }

    .column {
        height: auto;
    }

    .centered {
        margin: 0 auto;
        width: 80% /* value of your choice which suits your alignment */
    }

    .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%;
    }

    #main-section-header {
        font-size: 8px;
    }

    #nav-section {
        width: 100%;
        height: auto;
    }

    #main-section {
        width: 100%;
        overflow: hidden;
    }

    #main-section-header > h2,
    #dateFilter {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 15px;
    }

    #main-section-header > h2 {
        padding-bottom: 15px;
    }

    #rights {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .centered {
        position: fixed;
        top: 40%;
        left: 40%;
        margin-top: -50px;
        margin-left: -100px;
    }
}

@media screen and (max-width: 380px) {

    .centered {
        margin: 0 auto;
        width: 80% /* value of your choice which suits your alignment */
    }
}

@media screen and (min-width: 381px) and (max-width: 396px) {
    body {
        font-size: 10px;
    }

    .select-period {
        display: none;
    }
}


@media screen and (min-width: 558px) and (max-width: 632px) {
    body {
        font-size: 10px;
    }

    .select-period {
        margin: 0;
    }
}
/* End - custom */

/*min-width: 768px -> .col-sm- */
@media screen and (min-width: 768px) and (max-width:992px) {
    body {
        font-size: 11px;
    }

    .select-period {
        margin: 0;
    }
}

/* Custom */
@media screen and (min-width: 768px) and (max-width: 831px) {
    body {
        font-size: 11px;
    }

    #main-section-header h2 {
        font-size: 12px
    }

    .period-wrapper {
        font-size: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 863px) {
    body {
        font-size: 11px;
    }

    #main-section-header h2 {
        padding-right: 0;
        font-size: 12px;
    }
}


@media screen and (min-width: 863px) and (max-width:1040px) {
    body {
        font-size: 12px;
    }

    #main-section-header h2 {
        font-size: 14px;
    }
}



@media screen and (max-width: 1096px) {
    body {
        font-size: 12px;
    }
    /*.employee-list-details .title,
    .employee-list-details .name {
        display: none;
    }

    .employee-list-image {
        display: inline-block;
    }

    #team-efficiency {
        font-size: 14px;
    }

    #employee-list h3,
   .employee-wrapper {
       margin: auto;
       text-align: center;
    }*/
}

@media screen and (max-width: 1160px) {
    body {
        font-size: 12px;
    }

    .product-details span {
        font-size: 24px;
    }

    .product-details-wrapper h5 {
        top: 0;
    }

    .product-name-cat {
        display: none;
    }
}

@media screen and (max-width: 1196px) {
    body {
        font-size: 12px;
    }

    .employee-details-image {
        display: none;
    }
}

@media screen and (min-width: 1092px) and (max-width: 1570px) {
    body {
        font-size: 12px;
    }

    .employee-list-image {
        display: none;
    }
}
/* End custom */

/* Empty charts overlays */
/*#topProductsContainer,
.sparkline-container {
  position: relative;
}

}*/


.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
    filter: alpha(opacity=60);
    background: #fff;
    text-align: center;
}

    .overlay div {
        position: relative;
        font-size: 34px;
        margin-top: -17px;
        top: 50%;
    }

.navbar-right {
    float: right !important;
    margin-right: 0;
}
