﻿/*
    OVERRIDES
*/
* {
    font-family: 'Play Regular';
    font-style: normal;
    font-weight: 400;
    touch-action: manipulation;
}
.k-listview-content>.k-selected{
    background-color: #0B9747d9;
    color: #FFFFFF
   /* rgba(255, 99, 88, .25)*/
}

.k-filemanager-listview .k-listview-item{
    width: auto;
    height: auto;
}

img.qrImg{
    max-width: 300px;
    max-height:300px;
}

i.far {
    color: #0B9747;
}

.k-treeview-leaf.k-selected > span > i.far {
    color: #ffffff;
}
i.fas{
    color: #0B9747;
}
.k-treeview-leaf.k-selected > span > i.fas {
    color: #ffffff;
}

@media (max-width:900px)  {
   li.k-treeview-item {
       padding: 0px !important;
   } 
   .k-filemanager-navigation{
       padding: 0px !important;
   }
}

.gridImg{
    max-height: 100px;
    max-width: 250px;
}

.brandCss {
    background-image: url("/images/headerBackground.png");
    background-repeat: repeat-x;
    background-color: #FFFFFF !important;
}

#Logo{
    max-height: 8vh;
    margin: 2.5px;
    padding: 2.5px;
}
#UserMenu {
    background-color: unset !important;
}

    #UserMenu > li.k-item > span.k-link {
        color: #0B9747 !important;
    }

    #UserMenu > li.k-item > a.k-link {
        color: #0B9747 !important;
    }

#NavMenu {
    padding: 0px !important;
    background-color: #0B9747;
}

    #NavMenu > li.k-item > span.k-link {
        color: white !important;
    }

    #NavMenu > li.k-item > a.k-link {
        color: white !important;
    }
.navbar-user {
    font-size: 20px;
    font-weight: 500;
    top: 0 !important;
    right: 15px !important;
    text-align: right !important;
    position: absolute !important;
}

.navbar-left {
    width: 100% !important;
    left: 0px !important;
    right: 0px !important;
    background-color: #2f353b !important;
}

/*.k-grid .k-grid-header th .k-cell-inner,
.k-grid .k-grid-header th .k-cell-inner > .k-link {
    display: block;*/ /*defaults to flex which makes aligning text harder in it*/
    /*text-align: center;
    white-space: normal;
}

.k-column-title {
    white-space: normal;
}*/


.k-grid td {
    margin: 1px !important;
    padding: 1px !important;
    font-size: 12px;
}
.k-grid th {
    margin: 1px !important;
    padding: 4px !important;
    font-size: 14px;
    font-weight: 900;
}
.k-menu-link {
    font-weight: 600 !important;
    /*color: white !important;*/
}

.navbar {
    padding: 0px !important;
    margin: 0px !important;
}

.header-Containter {
    padding: 0px,10px,0px,10px !important;
}
.marg-top-5 {
    margin-top: 5px !important;
}
.marg-right-5 {
    margin-right: 5px !important;
}
.k-multiselect-wrap {
    max-height: 100px !important;
    overflow-y: auto !important;
}

.btn-primary {
    background-color: #628999 !important;
    border-color: #6f99a7 !important;
}

.currentPage {
    color: white !important;
}

.k-group-indicator {
    height: 20px;
}

.k-grouping-header {
    height: 40px;
}
.k-textbox {
    width: 100% !important;
}

.k-grid.thick{
    color: #121212 !important;
    /*font-weight: 400 !important;*/
}


.navbar-left {
    width: 100% !important;
    left: 0px !important;
    right: 0px !important;
    background-color: #2f353b !important;

}
.k-menu-link{
    font-weight: 600 !important;
   
}
.navbar {
    padding: 0px !important;
    margin: 0px !important;
}
.header-Containter {
    padding: 0px,10px,0px,10px !important;
}
/*
    END
*/
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/* #region Navbar styles */
.navbar-header {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
    /*eli changes;*/
    width: 100%;
    background-color: #fff;
}

.navbar-brand {
    font-size: 2rem;
    font-weight: lighter;
}
/* #endregion */


/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}
/* #endregion */

/* #region custom Kendo UI styles */


h1 a {
    color: #fff;
    text-decoration: none;
}

h2 {
    font-weight: lighter;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

#configure {
    display: none;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}

#responsive-panel {
    padding: 0;
    width: 100%;
}

    #responsive-panel .k-menu {
        padding: .5rem;
    }
/* #endregion */

@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    .k-rpanel {
        padding: 0 1rem;
    }

    .k-rpanel-expanded {
        padding: .5rem 1rem;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-brand {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-widget.k-menu-horizontal > .k-item {
        border: none;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }
}
