﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/* #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 Alert style */
.icn-bottomAlert {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 60px;
    text-align: center;
    z-index: 100;
    margin-bottom: 0px;
    padding: 15px;
}
/* #endregion */

/* #region custom Kendo UI styles */


h1 a {
    color: #fff;
    text-decoration: none;
}

h2 {
    font-weight: lighter;
}

.placeholder img {
    display: inline-block;
}

div.max500 {
    max-width: 500px;
}

p .k-button {
    margin: 15px;
}

#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;
    }

label {
    font-weight: bold;
}


.col-form-label {
    font-weight: 600;
    text-align: right;
}

.col-half {
    flex: 0 0 5.333333% !important;
    max-width: 5.333333% !important;
}

.k-dropdown .k-dropdown-wrap {
    background-color: transparent;
}

.k-dropdown .k-state-hover {
    background-color: #E4E7EB;
}

.k-grid .k-grid-header .k-header .k-link {
    height: auto;
    font-size: 10px;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}

.k-grid {
    font-size: 11px;
}

    .k-grid td {
        line-height: 2em;
    }


.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}



.k-dropdown .k-dropdown-wrap {
    background-color: transparent;
}

.k-dropdown .k-state-hover {
    background-color: #E4E7EB;
}



.k-grid .k-grid-header .k-header .k-link {
    height: auto;
    font-size: 10px;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}

.k-grid {
    font-size: 11px;
}

    .k-grid td {
        line-height: 2em;
    }


.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}
/* #endregion */

/* Schedule Observation */
.so-card-header {
    background-color: rgba(0,0,0,.08) !important;
}

.so-element-values {
    background-color: rgba(0,0,0,.04) !important;
}

.so-percent-complete .k-button-increase, .so-percent-complete .k-button-decrease {
    background-color: darkgray !important;
}

.so-percent-complete .k-slider-track {
    background-color: darkgray !important;
}
/* #endregion */

@media (min-width: 767px) {
    .min-width-460-md {
        flex-basis: 460px !important;
        max-width: 460px !important;
    }
}

@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;
    }
}

.validation-summary-errors {
    color: red;
}

.gridErrors {
    color: red;
}

.ar-gridbtn {
    color: white !important;
}

#icnBottomAlert:not(.show) {
    display: none;
}

.so-element-values {
    font-size: 0.8rem;
}

.lbl-rm-margin label {
    margin: 0;
}

/* startregion - Grid Custom */
.k-grid .btn-primary {
    color: #fff;
}
/* endregion - Grid Custom */

/* startregion - Tab Panels */
.tab-pane {
    padding: 10px 10px 0px 10px;
    border: 1px solid #dee2e6;
    border-top: 0;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
/* endregion - Tab Panels */
