﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.modaloading {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(100, 100, 100, 0.8);
    z-index: 100;
    opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    border-radius: 5px;
    font-family: Arial;
    font-size: 10pt;
    width: 200px;
    height: 80px;
    display: none;
    position: fixed;
    background-color: dimgray;
    border-color: black;
    color: whitesmoke;
    z-index: 999;
}

.k-loading-image:before,
.k-loading-image:after {
    display: none !important;
}
/* The styles below adjsut the loading indicator image appearance */
.k-loading-image {
    background-image: url('../images/GIF_v3_MasterDocumental_64x59.gif');
    background-position: center;
    background-repeat: no-repeat;
    /*border: 1px solid #f3f3f3;
    border-radius: 50%;
    border-top: 1px solid blue;
    border-bottom: 1px solid blue;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;*/
}

/* #region Navbar styles */
.navbar-header {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}

.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;
    }

    .k-rpanel-expanded ul {
        flex-direction: column;
    }
}

.appbar-container {
    height: 50px;
    overflow: auto;
}

.custom-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
}

.inbox-icon {
    background-image: url('~/images/project.svg');
}

.hidden {
    display: none;
}

.k-tabstrip-content {
    padding: 0.25rem; /*Bootstrap p-1*/
}

.custom-shadow {
    box-shadow: 0 .5rem 1rem rgba(1,1,1, .15) !important;
}

.tg-backdrop{
    z-index: 11000;
}