﻿/*
*  This is a stylesheet file used to apply styles to Dashboard & Other views
*/
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;
}

ol, ul {
    list-style: none;
}

html, body {
    height: 100%;
    font-family: icomoon;
    color: rgba(0, 0, 0, 0.64);/*5C5C5C*/
}

html,
body,
.container-fluid,
.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;*/
    font-family: 'icomoon';
    /*scr:url('Fonts/Quattrocento-Regular.otf');*/
    src: /*url('Fonts/Cantarell-Bold.ttf'), url('Fonts/Cantarell-BoldOblique.ttf'), url('Fonts/Cantarell-Oblique.ttf'),*/ url('Fonts/Cantarell-Regular.ttf');
}

[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;
}

/* Bootstrap overrides*/
.row,
.container-fluid {
    padding: 0;
    margin: 0;
}

.column {
    padding-left: 0;
    padding-right: 0;
}

/* Nav section */
#nav-section {
    background-color: #039be5;
    width: 250px;
    float: left;
    height: 100%;
    color: #fff;
}

    #nav-section li {
        /*border-bottom: 1px solid #0394da;
    white-space: nowrap;
    font-size: 11px;
    line-height: 11px;*/ background-color: #0388c9;
        color: #fff;
    }

        #nav-section li a {
            /*color: #BABDC1;*/
            /*text-transform: uppercase;*/
            /*text-decoration: none;
    margin-left: 0.2em;
    font-size: 13.5px;*/
            /*padding: 1.5em 1.2em;*/
            /*padding: 0.5em;*/
            /*background-color: #0388c9;*/ color: #fff;
        }

        #nav-section li:hover {
            /*background-color: #21a7e8;*/
        }

        #nav-section li.active {
            background-color: #6abd2d;
        }

.nav > li > a:hover,
.nav > li > a:focus {
    background: none;
}

#dash-logo {
    
    background: url(../images/ConnectALL.png) no-repeat #fff;
    height: 60px;
    background-position-y:center;
    background-size:250px 50px;

}
#about-logo {
    
    background: url(../images/ConnectALL.png) no-repeat #fff;
    height: 60px;
    background-position-y:center;
    background-size:250px 50px;
    margin-left:80px;

}
.abt-h2 {
    padding-left:80px;
}

#sidebar-nav {
    padding: 0;
}

#rights {
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 15px;
}

/* 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: /*18b296*/ #fff;
    /*-webkit-box-shadow: 0px 0px 53px -17px rgba(0,0,0,0.64);
    -moz-box-shadow: 0px 0px 53px -17px rgba(0,0,0,0.64);
    box-shadow: 0px 0px 53px -17px rgba(0,0,0,0.64);*/
}
#about
    {
        color:#ffffff;
        text-decoration: underline;
        font-style:italic;
    }
    #about:hover
    {
        color: #d8e404;
    }

#wrapper {
    margin-left: 20px;
    margin-right: 20px;
}

#LOGO {
    /*text-align: right;*/
    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: /*18b296*/ #fff;
    -webkit-box-shadow: 0px 0px 53px -17px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 0px 0px 53px -17px rgba(0, 0, 0, 0.64);
    box-shadow: 0px 0px 53px -17px rgba(0, 0, 0, 0.64);
}




.k-state-selected .name,
.k-state-selected .title {
    color: #fff;
}


.placeholder {
    margin-bottom: 20px;
}


.AshokeLogo {
    display: inline-block;text-align: right;width: 50%; float:right;
}

#DateRange {
   width: 50% ;padding:20px !important;font-size:15px ; float:left;
}

.imgdate{
    margin-bottom:2px;
}


#myDashboard {
    border: none;
    overflow: auto;
    height: 100%;
    height: calc(100% - 86px);
}


/* About */
#map-wrapper {
    padding: 15px;
}


/*max-width: 768px -> .col-xs- */
@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;
    }


    #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;
    }



    #rights {
        display: none;
    }
}

@media screen and (max-width: 380px) {


    .period-wrapper {
        margin: 5px auto;
    }

    .AshokeLogo {
        margin: 0;
    }
}

@media screen and (min-width: 381px) and (max-width: 396px) {
}

/* custom */
@media screen and (min-width: 525px) and (max-width: 557px) {
}

@media screen and (min-width: 558px) and (max-width: 632px) {
}
/* End - custom */

/*min-width: 768px -> .col-sm- */
@media screen and (min-width: 768px) and (max-width: 992px) {
}

@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) {
}

@media screen and (min-width: 863px) and (max-width: 1040px) {
    #main-section-header h2 {
        font-size: 14px;
    }
}

@media screen and (max-width: 505px) {
}

@media screen and (max-width: 1096px) {
}

@media screen and (max-width: 1160px) {
}

@media screen and (max-width: 1196px) {
}

@media screen and (min-width: 1092px) and (max-width: 1570px) {
}
/* End custom */


#Menus {
    -webkit-box-shadow: -4px 5px 16px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 5px 16px -14px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 5px 16px -14px rgba(0, 0, 0, 0.75);
    background-color: #f3f3f3;
    height: 50px;
}
