﻿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;
}

/*Footer style*/
.foot{
    position:fixed !important;
    width:100%;
    bottom:0;
    text-align:center;
    padding-top:15px;
    background:#384958;
    border-top:1px solid #666;
}

/* HTML5 display-role reset for older browsers */
body {
  /*line-height: 1;
  font-size: 12px;
  font-family: 'Source Sans Pro'*/
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.page-title {
    color: #333333;
}

ol, ul {
  list-style: none;
}

html, body {
height: 100%;
font-family: 'Source Sans Pro';
}
p { /*color: #4c4a37;*/ font-family: 'Source Sans Pro'; /*font-size: 14px;*/ line-height: 20px; margin: 0 0 24px; }

h2 { /*color: #7c795d;*/ font-family: 'Source Sans Pro'; font-size: 21px; font-weight: 400; line-height: 25px; margin: 0 0 24px; }

/*a,

a:visited { color: lightskyblue; font-weight: 600; text-decoration: none; }

a:hover { text-decoration: underline }
h1 a,

h1 a:visited { color: #333333 }
h1 a:hover { color: #93291b; text-decoration: none; }*/


html,
body,
.row,
.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;

	-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;
}*/

/* Bootstrap overrides*/
.row,
.container-fluid {
   padding: 0;
   margin: 0;
}

.column{
  padding-left: 0;
  padding-right: 0;
}

/* Nav section */
.menu-hover:hover
     {
        background-color: #9370DB;
        border-color: #9370DB;
    }

#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: white;
    /*color: #b8bbc2;*/
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 1em;
    font-size: 9.5px;
    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;
}

.headSearch {
    text-align: right;
    margin-top: -2px;
    margin-left: 200px;
    height: 40px;
    padding: 0 0 0 0;
    float: right;
    position: relative;
}
#dash-logo {
    color: #fff;
    background-color: #f0ad4e /*#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;
}

#employee-list {
    height: 100%;
}

#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;
}

#employee-list,
#employee-details-wrapper {
    padding: 0;
}

#employee-details-wrapper {
    height: 100%;
    overflow-y: auto;
    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 {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #dbdbdb;
    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;
}

#EmployeesList {
    border: none;
    overflow: auto;
    height: 100%;
    height: calc(100% - 154px);
}

#employee-details-wrapper {
    border: none;
    overflow: auto;
    height: 100%;
    height: calc(100% - 86px);
}

.name {
    font-size: 14px;
    color: #35373d;
}

.title {
    font-size: 9px;
    line-height: 9px;
    color: #8a8b8f;
    text-transform: uppercase; 
    display: inline-block;   
}

.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,
.section-header{
    font-size: 11px;
    color: #35373d;
    text-transform: uppercase;
    padding-bottom: 1.091em;
    padding: 15px 0;
}

#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;  
}

.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;
}

/* Regional sales */
#statsContainer {
    background-color: #fff;
}

#regional-sales {
    border: none;
    overflow-y: auto;
    height: calc(100% - 86px);
}

#regional-sales .row {
    height: auto;
}

#map-wrapper {
    background-color: #eeeeee;
}

#map-details span {
   line-height: 13px;
}

#countryCustomers {
    font-size: 11px;
}

#topProductsContainer {
   
    padding: 15px;
}

#topProductsContainer h3{
    padding-left: 15px;
}

/* Products & Orders*/
#products-orders-main-content {
    border: none;
    overflow: auto;
    height: 100%;
    height: calc(100% - 86px);
    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;
}

.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: 10px 15px 0px;
}

#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-wrapper {
    padding: 15px;
}

#map {
    height: 350px;
    outline: 0;
}

#about {
    font-size: 15px;
    line-height: 24px;
}

#about > div {
    padding: 90px 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;
}

.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- */

.mySlides {display:none}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media screen and (max-width: 768px) {
    .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%;
    }

    #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;
    }
}

@media screen and (max-width: 380px) {
    .select-period {
        display: none;
    }

    .period-wrapper {
        margin: 5px auto;
    }
}

@media screen and (min-width: 381px) and (max-width: 396px) {
    .select-period {
        display: none;
    }
}

/* custom */
@media screen and (min-width: 525px) and (max-width: 557px) {
    #employee-list h3 {
        font-size: 8px;
    }
}

@media screen and (min-width: 558px) and (max-width: 632px) {
    .select-period {
        margin: 0;
    }
}
/* End - custom */

/*min-width: 768px -> .col-sm- */
@media screen and (min-width: 768px) and (max-width:992px)  { 
    #EmployeeQuarterSalesLabel,
    #EmployeeAverageSalesLabel {
        font-size: 24px;
    }

    .select-period {
        margin: 0;
    }
}

@media screen and (min-width: 768px) and (max-width:1204px) {
   
}

/* Custom */
@media screen and (min-width: 768px) and (max-width: 831px) {
     #main-section-header h2 {
        font-size: 12px
    }

    .period-wrapper {
        font-size: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 863px) {
   #main-section-header h2 {
       padding-right: 0;
       font-size: 12px;
    }
}

@media screen and (max-width:960px)  { 
    #MarketShareLabel, 
    #RevenueLabel,
    #OrdersLabel,
    #CustomersLabel,
    #countryName {
        font-size: 24px;
    }
}

@media screen and (min-width: 863px) and (max-width:1040px)  { 
    #main-section-header h2 {
        font-size: 14px;
    }
}

@media screen and (max-width: 505px) {
     #MarketShareLabel,
     #RevenueLabel,
     #OrdersLabel,
     #CustomersLabel,
     #countryName {
        font-size: 14px;
    }
}

@media screen and (max-width: 1096px) {
    .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){
    .product-details span {
        font-size: 24px;
    }
    .product-details-wrapper h5 {
        top: 0;
    }
    .product-name-cat {
        display: none;
    }
}

@media screen and (max-width: 1196px){
   .employee-details-image{
        display: none;
    }     
}

@media screen and (min-width: 1092px) and (max-width: 1570px){
    .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%;
}

/* clear floats */
.employee:after,
.bio:after {
    content:"";
    clear:both;
    display: block;
}

/*Grid Styles NeSA*/

.table .tealTable .redTable .charcoalTable {
    font-family: "Trebuchet MS", Source Sans Pro;
    font-size: 0.9em;
    font-weight: normal;
    width: 100%;
    display: table;
    border-collapse: separate;
    /*border: solid 1px #428bca;*/
    background-color: white;
}

.tealTable th {
    color: white;
    text-align: left;
    padding: 3px 7px 2px;
    background-color: #23a393;
}
.redTable th {
    color: white;
    text-align: left;
    padding: 3px 7px 2px;
    background-color: #f56969;
}
.charcoalTable th {
    color: white;
    text-align: left;
    padding: 3px 7px 2px;
    background-color: #333;
}
.yellowTable th {
    color: white;
    color:black;
    text-align: left;
    padding: 3px 7px 2px;
    background-color: #ffbf00;
}

.yellowTable .TableHeader {
    font-family: "Bree Serif";
    font-size: 1.5em;
    text-transform: none;
    margin-bottom: 5px;
    color: black;
    font-weight: normal;
    padding-top: 10px;
    text-align: center;
}

.yellowTableSubheader {
    background-color: rgb(255, 234, 27) !important;
    background-color: #ffd71b !important;
    color: black !important;
    vertical-align:top;
}

.tealTable td, tr, th {
    border: 1px ridge #ddd;
    padding: 3px 7px 2px;
}
.redTable td, tr, th {
    border: 1px ridge #ddd;
    padding: 3px 7px 2px;
}
.charcoalTable td, tr, th {
    border: 1px ridge #ddd;
    padding: 3px 7px 2px;
}
.yellowTable td, tr, th {
    border: 1px ridge #ddd;
    padding: 3px 7px 2px;
}

.yellowTable th.noborder, tr.noborder, td.noborder
{
    border: none !important;
}

/*.yellowTable td.noborder {
    border: none !important;
}*/

.table td, tr, th {
    border: 1px ridge #ddd;
    padding: 3px 7px 2px;
}
        thead{
            font-family: "Bree Serif";
            /*font-weight: normal;*/
        }

    .header th a {
        color: white;
        text-align: left;
        padding: 3px 7px 2px;
    }

.table th {
    color: white;
    background-color: #428bca;
    text-align: left;
    padding: 3px 7px 2px;
}

    .TableHeader {
        font-family: "Bree Serif";
        font-size: 1.5em;
        text-transform: none;
        margin-bottom: 5px;
        color: #0057a8;
        font-weight: normal;
        padding-top:10px;
        text-align: center;
    }

    .TableSubHeader1 {
        text-transform: none;
        /* font-weight: 200; */
        margin-bottom: 5px;
        font-size: 1.2em;
        font-weight: bold;
        color: #0057a8;
    }

    .headerh3 {
        text-transform: none;
        /* font-weight: 200; */
        margin-bottom: 5px;
        font-size: 1.2em;
        font-weight: bold;
        color: #0057a8;
    }

    /*Tabs styles*/


.Normal {
       font-size: 1.20em;
    font-family: Source Sans Pro;
    font-weight: normal;
    color: Black;
    padding-top : 10px;

}

/*glyphicon styles*/
.glyphicon-chevron-padding-top {
    top : -15px
}
 

/*Modal Popup IE 11 recommended the solution was to override a bootstrap style*/

body.modal-open {
    overflow: visible;
}


/*Deadline list*/
#ListDeadline { width:320px; }
#ListDeadline ol { font-style:italic; font-family:Source Sans Pro; font-size:24px; color:#bfe1f1;  }
#ListDeadline ol li { }
#ListDeadline ol li p { padding:8px; font-style:normal; font-family:Source Sans Pro; font-size:13px; color:#eee; border-left: 1px solid #999; }
#ListDeadline ol li p em { display:block; }


/*Home page Styles*/
.social-dk li a.facebook {
    background-position: 0 0;
}


.social-dk li a {
    display: block;
    width: 32px;
    height: 32px;
    text-align: left;
    text-indent: -9999px;
    background: url(/Content/library/social-media-dk.png) 0 0 no-repeat;
}


.widgettitle {
    color : black;
}


#fpgreybar {
    background-color: #d1d3d4;
    -webkit-box-shadow: 2px 0px 5px #000000;
    -moz-box-shadow: 2px 0px 5px #000000;
    box-shadow: 2px 0px 5px #000000;
}

#internaldatayear {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #27b899;
    font-family: "Bree Serif", serif;
    color: #0a54a3;
    font-weight: 500;
    padding: 3px 5px;
    width: 50%;
}

.chart-loading {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}


/*CSS Load Container*/

.cssload-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 10000;
}

    .cssload-container.active {
        display: block;
    }

    .cssload-container img {
        margin-bottom: 10px;
    }

    .cssload-container > div {
        position: fixed;
        top: 50%;
        width: 100%;
        margin-top: -147px;
    }

        .cssload-container > div .progress {
            width: 100%;
            max-width: 250px;
            margin: 0 auto;
        }

    .cssload-container #neploadimage {
        -webkit-animation-name: spinner;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 3s;
        animation-name: spinner;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-duration: 3s;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

/* WebKit and Opera browsers */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotateY(0deg);
    }

    40% {
        -webkit-transform: rotateY(-360deg);
    }

    100% {
        -webkit-transform: rotateY(-360deg);
    }
}
/* all other browsers */
@keyframes spinner {
    0% {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    40% {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }

    100% {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

.covid-image {
    background: url(../content/Images/blury_chart_grid.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-size: contain;
    background-position: center;
    height: 700px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.covid-text {
    border: 3px solid black;
    background-color: white;
    padding: 20px;
    /*height: 100%;*/
}

.pt-15
{
    padding-top:15px;
}

.pt-25
{
    padding-top:25px;
}
