﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}

/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}
/* #endregion */

/* #region custom Kendo UI styles */
#configure {
    display: none;
}

.k-panelbar .k-content {
    padding: 20px;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}
/* #endregion */

@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    .k-rpanel {
        width: 100%;
    }

    .k-rpanel-expanded {
        margin-top: 1rem;
    }

    .navbar-header {
        width: 100%;
    }

    .footer {
        height: 60px;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }
}





/*DGE*/

/* pour que kendo-textbox prenne 100% en largeur */
/*.k-floating-label-container {
    width: 100%;
}*/
/*
    DGE
    spinner
*/
.spin-all {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: white;
    z-index: 99;
    text-align: center;
    opacity: 0.8;
}


.grid-details-template ul {
    list-style: none;
    font-style: normal;
    font-weight: bold;
    margin: 15px;
    padding: 0;
}

    .grid-details-template ul li {
        margin: 0;
        line-height: 1.7em;
    }

.grid-details-template label {
    display: inline-block;
    width: 200px;
    padding-right: 10px;
    text-align: right;
    font-style: italic;
    font-weight: normal;
}
