﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 40px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    line-height: 40px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */

/* Not required for template or sticky footer method. */

body > .container, body > .container-fluid {
    padding: 160px 20px 50px 20px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}


.fixed-top-secondary {
    margin-top: 56px;
    background: #f5f5f5;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

/*.container {
    margin-left: 0 !important;
}*/


/* GRID STUFF */
.k-grid .k-header.k-grid-toolbar {
    border-color: #e6e6e6;
    background-color: #fff;
    color: #000;
}

    .k-grid .k-header.k-grid-toolbar .k-button {
        border-radius: 2px;
        border-color: #f5f5f5;
        color: #444;
        background-color: #f5f5f5;
        background-position: 50% 50%;
        box-shadow: none;
    }

        .k-grid .k-header.k-grid-toolbar .k-button:hover {
            background-color: white;
            border-color: #f5f5f5;
            box-shadow: 0 2px 6px rgba(0, 0, 0, .2), 0 2px 3px rgba(0, 0, 0, .05);
        }

#message_ {
    margin-top: 20px;
}

.empty-grid {
    padding: 30px;
}

.pad-3 {
    padding-right: 3px;
    padding-left: 3px;
} 

.pad-7 {
    padding-top: 7px;
    padding-right: 3px;
    padding-left: 7px;
} 

.pad-3l {
    padding-right: 3px;
}

.pad-3r {
    padding-left: 3px;
}

/* CALENDAR */
.popover {
    max-width: 500px;
    min-width: 500px;
}

.slimhr {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

/*Watermark form dev/test*/
#watermarkMenu {
    color: red;
    font-weight: bold;
    font-size: 18pt;
    text-transform: uppercase;
    margin-top: 14px !important;
    letter-spacing: 6px;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: -1;
    left: 0px;
    top: -10px;
    white-space: nowrap;
    opacity: 0.1;
}

.nav-item {
    margin-right: 10px;
}

.float_center {
    position: fixed;
    z-index: 999;
    margin-top: 15%;
    margin-left: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
}

.text-end {
    text-align: right !important;
}

.float-end {
    float: right !important;
}