﻿
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
    height: 60px;
}
/* #endregion */

/* #region custom Kendo UI styles */
h1 {
    margin: 0;
    font-size: 32px;
    font-weight: lighter;
    color: #fff;
}

h2 {
    font-size: 30px;
    font-weight: lighter;
}

.placeholders {
    margin: 30px auto;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

#configure {
    display: none;
}

p .k-button {
    margin: 0 15px 0 0;
}

#responsive-panel {
    padding: 0;
}

    #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%;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }
}
.classBoldTxt {
    font-weight: bold;
}
.menuitemSelected {
    color: black;
    font-weight: bold;
}

/*.k-grid .k-header .k-button {
    background-color: deeppink;
}*/

.k-grid-edit {
    background-color: #4da4eb !important;
    /*   #497285 !important;*/
    color: white !important;
}

/*.k-grid-delete {
    background-color: #b8e8ff !important;
    color: white !important;
}

.k-grid-add {
    background-color: #b8e8ff !important;
    color: white !important;
}

.k-grid-excel {
    background-color: #497285 !important;
    color: white !important;
}*/

.k-grid-update {
    /*background-color: #F4BB44 !important;*/
    background-color: #ADD8E6 !Important;
    color: white !important;
}

.k-grid-cancel {
    /*   background-color: #F4BB44 !important;*/
    background-color: #ADD8E6 !Important;
    color: white !important;
}


/*wrap text on grid column header*/
.k-grid-header .k-header {
    overflow: visible;
    white-space: normal;
}

/* second level grid header */
/*#grid .k-grid tbody .k-grid .k-grid-header .k-header {
    background-color: pink !important;
}*/

/*first level grid header color*/
/*#grid */
 .k-header {   
    color: #fff !important /*white !important*/;
    /* font-weight: bold;*/
}

.k-grid-header {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,60,121,1) 82%, rgba(0,212,255,1) 100%);
}
.cellHighlightDanger {
    color: red;
    font-weight: bold;
}

.cellHighlightSuccess {
    color: red !Important; /*#2fcb54;*/
    font-weight: bold !Important;
    
}
.center {
    /* margin: auto;
            width: 5%;
            border: 1px solid #eee;
            z-index: 100;
            margin-top: 45%;*/
    z-index: 100;
    position: absolute;
    top: 45%;
    left: 48%;
    width: 5%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

/*menu bar*/
.k-menu .k-item .k-link {
    color: CadetBlue; /*White*/
}

.k-menu:hover .k-item:hover .k-link:hover {
    color: blue; /*White*/
}

.highlight {
    /* background-color: #F4BB44 !Important;*/
    background-color: #ADD8E6 !Important;
}

.backgroundhighlight {
   /* background-color: #F4BB44 !Important;*/
    background-color: #808080 !Important;
}
.cell {
    overflow: visible;
    white-space: normal;
    background-color: AliceBlue;
    color: CadetBlue;
    font-weight: bold;
}

.k-alt {
    background-color: white !important;
}

.EditableFields {
    background-color: #eee ; /*#FFFFF0;*/ /*#C0C0C0;*/ /*#b8e8ff*/
}
.NonConfirmedOrder {
  /*  background-color: red;*/
    color: #ff6a00;
}
.k-grid-header {
    text-align: center;
}

.no-outline {
    border: none;
    outline: none;
    font-weight: bold;
    color: limegreen;
    /*border-bottom: 1px solid #ccc;*/ /* You can adjust the color and thickness of the outline */
}

.dn{
    display :none ;
}

.cardLink:hover {
    position: relative;
    top: -20px;
    width: 300px;
    /*border :1px solid #7fb9e5;*/
    height: 150px;
    float: left;
    margin-left: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #4da4eb;
    text-align: center;
    vertical-align: middle;
    line-height: 150px;
    border-radius: 30px;
}

.cardLink {
    position: relative;
    width: 300px;
    background-color: #fff;
    height: 150px;
    float: left;
    margin-left: 30px;
    border: 1px solid #d3d3d3;
    margin-top: 25px;
    margin-bottom: 30px;
    color: #4da4eb;
    text-align: center;
    vertical-align: middle;
    line-height: 150px;
    border-radius: 30px;
}

/*nav menu*/

/*@import url('https://fonts.googleapis.com/css?family=Exo+2');

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}*/

/*body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Exo 2';
    background: #131313;
    font-size: 12px;
    overflow-x: hidden;
}*/

/*a {
    text-decoration: none;
    color: #fff;
    padding: 13px;
    opacity: .8;
    white-space: nowrap;
}*/

   /* a:hover {
        opacity: 1;
    }

    a:before {
        font-family: apple color emoji,segoe ui emoji,notocoloremoji,segoe ui symbol,android emoji,emojisymbols,emojione mozilla;
    }*/

.menu-item:first-of-type a {
    border-radius: 13px 0 0 21px;
  /*  border : 1px solid red;*/
}

.menu-item:last-of-type a {
    border-radius: 0 21px 13px 0;
}

.sub-menu .menu-item:first-of-type a {
    border-radius: 13px 21px 0 0;
}

.sub-menu .menu-item:last-of-type a {
    border-radius: 0 0 21px 13px;
}

nav {
    max-width: 660px;
    max-height: 480px;
    display: flex;
    align-items: flex-end;
    animation: bounceIn 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275) 1 forwards;
    animation-delay: 500ms;
    transform-style: preserve-3d;
    opacity: 0;
    /*border: 1px solid red;*/
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scaleX(.55) scaleY(.89);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

ol {
    list-style: none;
    padding: 0;
    margin: 0;
  

}

.sub-menu {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 89px;
    transform: skewY(-5deg) scale(.89) rotateX(-5deg) rotateZ(-3deg);
}

    .sub-menu a {
        font-size: 15px;
    }

.menu-item {
    position: relative;
    display: inline-flex;
    padding-right:60px;
    padding-left:60px;
}

    .menu-item:hover .sub-menu {
        pointer-events: all;
        animation: showBounce 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
        transform-style: preserve-3d;
    }

@keyframes showBounce {
    100% {
        opacity: 1;
        transform: translateX(-21px) skewY(-5deg);
    }
}


.sub-menu li {
    display: flex;
}

.sub-menu a {
    font-size: 17px;
}


/*.menu-item:nth-of-type(3) .sub-menu li:nth-of-type(2) a {
    font-size: 21px;
}

.menu-item:nth-of-type(3) .sub-menu li:nth-of-type(3) a {
    font-size: 27px;
}*/

.menu-item a {
    position: relative;
    text-align: center;
}

    .menu-item a:before {
        content: '';
        display: block;
        font-size: 34px;
        transform: rotateZ(-8deg);
        margin-bottom: 5px;
        transition: transform 189ms ease-out;
    }

    .menu-item a:hover:before {
        animation: hoverEmoji 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
    }

@keyframes hoverEmoji {
    0% {
        transform: scaleX(.89) rotateX(-21deg) rotateZ(-8deg);
    }

    100% {
        transform: rotateZ(-8deg);
    }
}

nav > ol > .menu-item:nth-of-type(1) > a:before {
  /*  content: '🏠';*/
    content: url('planningIcon.png');
}

nav > ol > .menu-item:nth-of-type(2) > a:before {
    /*content: '🤷';*/
    content:  url('floorcount.png');
}

nav > ol > .menu-item:nth-of-type(3) > a:before {
    /*content: '🛠️';*/
    content:  url('sort.png');
}

nav > ol > .menu-item:nth-of-type(4) > a:before {
    /* content: '🍽️';*/
    content: url('user.png');
}
/*
nav > ol > .menu-item:nth-of-type(5) > a:before {
    content: '📨';
}*/

/*nav > ol > .menu-item:nth-of-type(3) ol li a:before,
nav > ol > .menu-item:nth-of-type(4) ol li a:before {
    content: '💪';
    display: inline-flex;
    font-size: inherit;
    transform: rotateZ(-8deg);
    margin-right: 5px;
    transition: transform 300ms ease-out;
}*/

nav > ol > li {
    width: 20%;
    margin-right: -4px;
}

/*nav > ol > .menu-item:nth-of-type(4) ol li:nth-of-type(1) a:before {
    content: '🍖';
}

nav > ol > .menu-item:nth-of-type(4) ol li:nth-of-type(2) a:before {
    content: '♨️';
}

nav > ol > .menu-item:nth-of-type(4) ol li:nth-of-type(3) a:before {
    content: '☀️';
}*/

/* tooltip class*/
.leaflet-tooltip.class-tooltip {
    font-weight: bold;
    font-size: 15px;
}
/*
.class-popup .leaflet-popup-content-wrapper {
    background: #2980b9;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
}

    .class-popup .leaflet-popup-content-wrapper a {
        color: #2980b9;
    }

.class-popup .leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
}

.class-popup .leaflet-popup-tip {
    background: #2980b9;
}*/


