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;*/
}

p {
    margin-top: 8px;
    margin-bottom: 8px;
}

/* 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: 'Montserrat', sans-serif;
}

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;
}

[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;
}

.row-margin {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* Nav section */

.navbar-collapse {
    max-height: unset;
}

#nav-section {
    background-color: #2B292A;
    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:hover {
            background-color: #212329;
        }

            #nav-section li:hover div.logout {
                background-color: #2B292A;
            }

        #nav-section li.active {
            background-color: #0d1016;
        }

.nav > li > a:hover,
.nav > li > a:focus {
    background: none;
}

#sidebar-nav {
    padding: 0;
}

div.logout {
    position: fixed;
    bottom: 0;
}

#rights {
    color: #848690;
    font-size: 9px;
}

    #rights p {
        margin: 7px;
    }

/* 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;
}

#dash-logo {
    color: #fff;
    background-color: #2B292A;
    text-align: center;
    height: 85.6px;
    padding-top: 25px;
}

#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;
}

/*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;
    }

    div.logout {
        position: unset;
        bottom: unset;
    }

    #rights {
        display: none;
    }
}

@media screen and (max-width: 380px) {
}

@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
    }
}

@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) {
    .employee-details-image {
        display: none;
    }
}

@media screen and (min-width: 1092px) and (max-width: 1570px) {
}
/* End custom */

/* Empty charts overlays */

.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%;
    }


/* Mods */
.gray-container {
    background-color: #eeeeee;
    padding: 15px;
}

.white-container {
    background-color: #fff;
    padding: 15px;
}

.k-picker,
.k-textbox {
    width: 100%;
    height: 26.8px;
    padding: 0.17857143em 0;
    border-width: 1px;
    border-style: solid;
}

input.k-textbox {
    line-height: 1.65em;
    text-indent: 0.571em;
}

textarea.k-textbox {
    line-height: 1.65em;
    padding: 4px;
    height: auto;
}

.k-button {
    margin-right: 5px;
}

.button-margin {
    margin-bottom: 10px;
}

.dropdown-menu {
    background-color: #2B292A;
    border: none;
    border-radius: unset;
    min-width: unset;
    width: 100%;
    margin: unset;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background-color: #212329;
    }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        background-color: #0d1016;
    }

#nav-section li a {
    padding: 1.6em 1.2em;
}

a.underline {
    text-decoration: underline !important;
}

.account-icon-container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.nav-pills > li > form {
    color: #428bca;
}

.nav-pills > li > a {
    border-radius: unset;
}

.button-gray {
    background-color: #dedede;
}

/*.form-control, .selectize-input {
    border-radius: unset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}*/

/* KENDO OVERRIDES */

.k-grid .k-header .k-grid-search {
    float: left;
}

.k-grid .k-grid-toolbar .k-grid-add, .k-grid .k-grid-toolbar .k-grid-excel {
    float: right;
}

.k-filter-menu-container {
    width: 200px;
}

.k-picker-wrap {
    width: 150px;
}

.k-multicheck-wrap > li > label > span {
    padding-left: 4px;
}

.k-grid td.k-state-selected:hover, .k-grid tr:hover {
    color: #787878;
}

.k-grid td.k-state-selected:hover, .k-grid tr:hover {
    background-color: #EAEAEA;
}

select.k-button.k-state-hover, select.k-button:hover {
    background-color: #EAEAEA;
}

.form-control {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.k-grid tbody .k-button {
    min-width: 72px;
}

/*@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}*/

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
/*@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}*/

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
/*@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"] {
        font-size: 16px;
    }
}*/

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
/*@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"] {
        font-size: 16px;
    }
}*/

/*@media screen and (max-width: 767px) {
    input, select, textarea {
        font-size: 16px;
    }
}*/


.validation-summary-errors {
    padding-bottom: 15px;
}

.text-danger {
    color: #8B0000;
}

.k-primary.k-state-focused,
.k-primary.k-state-focused.k-state-disabled,
.k-primary:focus,
.k-primary:focus:hover,
.k-state-disabled .k-primary.k-state-focused {
    border-color: #a9a9a8;
    box-shadow: none;
}

hr {
    border-top: 1px solid #ccc;
    margin-top: 10px;
}


.nav-tabs > li > a {
    background-color: #eee;
    border-bottom: none;
}

    .nav-tabs > li > a.active {
        background-color: #eee;
        border-bottom: 2px solid #0045ff;
    }

.tab-pane {
    margin-top: 20px;
    margin-bottom: 20px;
}

.top-margin {
    margin-top: 25px;
}
