﻿body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    background-color: #e0e0e0;
}

.body-image {
    background-image: url("../images/body_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

main {
    flex: 1 0 auto;
}

.error-color {
    color: #e53935;
    font-size: smaller;
}

.RadUpload .ruBrowse {
    height: 35px !important;
}

/*.page-footer {
    background-color: #bbdefb;
}*/

.RadInput_Bootstrap .riTextBox, .RadInput_Bootstrap .riSelect, .RadInput_Bootstrap .rcSelect, .RadInputMgr_Bootstrap {
    color: #607d8b !important;
    text-transform: uppercase !important;
}

.RadDropDownList_Bootstrap .rddlInner {
    color: #607d8b !important;
}

.rddlSlide, .rddlDropDownSlide {
    z-index: 999999999 !important;
}

input[type="text"][disabled] {
    color: black !important;
}

span[disabled] {
    color: black !important;
}

.RadDropDownList .rddlDisabled {
    color: black !important;
}

.RadGrid {
    min-width: fit-content;
}

    .RadGrid table {
        border-collapse: collapse;
        width: 100%;
    }

    .RadGrid th {
        background-color: #eee;
        font-weight: bold;
    }

    .RadGrid th,
    .RadGrid td {
        border: 0.125em solid #333;
        line-height: 1.5;
        padding: 0.75em;
        text-align: left;
    }

html body .RadGrid .rgRow,
html body .RadGrid .rgAltRow,
html body .RadGrid .rgEditRow,
html body .RadGrid .rgFooter,
html body .RadGrid .rgGroupHeader {
    height: auto;
}

/* Stack rows vertically on small screens */
@media (max-width: 30em) {
    /* Hide column labels */
    .RadGrid thead tr {
        position: absolute;
        top: -9999em;
        left: -9999em;
    }

    .RadGrid tr {
        border: 0.125em solid #333;
    }
        /* Leave a space between table rows and rows and pager */
        .RadGrid tr + tr,
        .RadGrid .rgPager {
            margin-top: 0.5em;
        }

    /* Get table cells to act like rows */
    .RadGrid tr,
    .RadGrid td {
        display: block;
    }

    .RadGrid td {
        border: none;
        border-bottom: 0.125em solid #333;
        /* Leave a space for data labels */
        /*padding-left: 50%;*/
    }
        /* Add data labels */
        .RadGrid td:before {
            content: attr(data-label);
            display: inline-block;
            font-weight: bold;
            line-height: 1.5;
            margin-left: 0;
            width: 50%;
        }
    /* Show only the current page number*/
    .RadGrid .rgWrap.rgNumPart a:not(.rgCurrentPage) {
        display: none;
    }

    .RadGrid .rgWrap.rgAdvPart {
        margin-top: 10px;
    }
}
/* Stack labels vertically on smaller screens */
@media (max-width: 20em) {
    .RadGrid td {
        padding-left: 0.75em;
    }

        .RadGrid td:before {
            display: block;
            margin-bottom: 0.75em;
            margin-left: 0;
        }
}

.materialboxed {
    width: 100%;
    max-height: 150px;
    height: auto;
    margin: 10px;
    padding: 0 !important;
}

.breadcrumb {
    font-size: 15px !important;
}

.popupBackground {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000 !important;
    background-color: rgba(0, 0, 0, 0.5);
}

.popupPanel {
    z-index: 2000 !important;
}
