html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}


body {
    margin-bottom: 60px;
    background-color: #d3d3d3 !important;
}

.header-border-bottom {
    border-bottom: 7px solid #E7503D !important;
}

.footer-border-top {
    border-top: 5px solid #E7503D !important;
}


/* #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-menu-link {
    color: black;
}

.k-state-highlight .k-menu-link {
    border-radius: 5px;
    background-color: white;
}

.k-state-active {
    font-size: 1em;
    color: black;
    background-color: white;
}

.k-grid .k-command-cell > .k-button {
    margin: 5px;
}

.k-listbox-actions {
    justify-content: center;
}

    .k-listbox-actions [data-command="transferTo"] {
        width: auto;
    }

    .k-listbox-actions [data-command="transferFrom"] {
        width: auto;
    }

.k-grouping-row {
    cursor: pointer;
}

.k-grid {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
/*.k-group-cell {
    background: #8ed0ba !important;
}
*/
.testBtn {
    color: black;
}

#responsive-panel {
    padding: 0;
    width: 100%;
}

    #responsive-panel .k-menu {
        padding: .5rem;
        justify-content: center;
        color: black;
    }

.switch_tbl_btn {
    text-align: center;
}
/* #endregion */


@media(min-width:1680px) {
    .container {
        max-width: 1580px;
    }
}

@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;
    }
}

@media (max-width: 451px) {
    .switch_tbl_btn {
        text-align: end;
    }

    .k-window {
        height: auto !important;
        max-height: 800px !important;
    }
}

.k-listbox .k-list-scroller {
    border-radius: 25px;
    padding: 3px;
}

.k-list-content {
    margin: 10px 0 20px 0
}

.ClickCSS {
    text-decoration: underline;
}

    .ClickCSS:hover {
        color: lightblue;
        cursor: pointer;
    }


.loginBox {
    border: 1px solid black;
    border-radius: 25px;
}
