﻿
html {
    /*    position: relative;
    min-height: 100%;*/
    height: 100%;
    margin: 0;
    padding: 0;
    border-width: 0;
}

body {
    /*    margin-bottom: 80px;
    overflow: hidden !important;*/
    /*height: 100%;*/
    margin: 0;
    padding: 0;
    border-width: 0;
}

/* #region Navbar styles */
.navbar-header {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}
/* #endregion */

.body-content {
    height: 90%;
    box-sizing: border-box;
    margin-left: 2%;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 2%;
    width: 96%;
}

/* #region Footer styles */
.footer {
    position: fixed;
    padding: 10px 0px 25px 25px;
    background-color: #474C55;
    color: #fff;
    font-size: 13px !important;
    height: 30px;
    min-width: 100%;
    font-size: 0.85em;
    bottom: 0;
}
/* #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;
    }
}

.k-tabstrip {
    height: 100%;
    margin: 0;
    padding: 0;
    border-width: 0;
}

/* Report Viewer Styles */
[id^="rptViewer"] {
    width: 100%;    
    height: 80vh !important;
    font-family: Verdana, Arial;
    overflow-x: hidden;
    overflow-y: auto;
}
@media (max-width: 1600px) {
    [id^="rptViewer"] {
        height: 72vh !important;
    }
}
[id^="rptLOOPViewer"] {
    width: 100%;
    height: 80vh !important;
    font-family: Verdana, Arial;
    overflow-x: hidden;
    overflow-y: auto;
}

@media (max-width: 1600px) {
    [id^="rptLOOPViewer"] {
        height: 72vh !important;
    }
}

.etNavBar {
    background-color: #2d2d2d !important;
    width: 100%;
}

.etMenu {
    background-color: #fff !important;
    background-image: none !important;
    border: none !important;
    border-color: #fff !important;
    color: #007bff !important;
    font-size: 1.1em !important;
}

    .etMenu .k-state-default {
        border: none !important;
        border-color: #fff !important;
        font-size: 1em !important;
    }

    .etMenu .k-link {
        background-color: #fff !important;
        background-image: none !important;
        border: none !important;
        border-color: #fff !important;
        color: #007bff !important;
        font-size: 1em !important;
    }

    .etMenu ul {
        background-color: #fff !important;
        background-image: none !important;
        border: none !important;
        border-color: #fff !important;
        color: #007bff !important;
        font-size: 1em !important;
    }

    .etMenu .k-menu .k-state-active .k-state-hover > .k-link {
        background-color: #fff !important;
        background-image: none !important;
        border: none !important;
        border-color: #fff !important;
        color: #007bff !important;
        font-size: 1em !important;
    }

/* styles for validation helpers */
.field-validation-error {
    color: #E93535;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
   // background-color: rgba(255, 174, 174, .3) !important;
    border: 1px solid #E93535;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #E93535;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}
