﻿html{
    height: 100%;
}
/*body {
    font-family: 'Oswald', sans-serif !important;
    background-image: url('../imgs/beachbg1.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    min-height: 100%;
    padding-bottom: 5px;
}
*/

/*body {
    min-height: 100vh;
    margin: 0;
    position: relative;
}

header {
    min-height: 50px;
    background: lightcyan;
}

footer {
    background: PapayaWhip;
}
*/
/* Trick: */
body {
    font-family: 'Oswald', sans-serif !important;
    background-image: url('../imgs/yellowflowers.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    min-height: 100%;
    position: relative;
}

    body::after {
        content: '';
        display: block;
        height: 50px; /* Set same as footer's height */
    }

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #338BA8;
    padding-left: 3em;
    padding-right: 3em;
}

.editImageButton {
    background-image: url('../imgs/editPencil.png');
    height: 20px;
    width: 20px;
}

.menulinks {
    color: #ffffff;
    text-decoration: none !important;
}

.footerlinks {
    color: #ffffff;
    text-decoration: none !important;
}

.footerlinks:hover {
        color: #ffd800;
    }

/*#footer1 {
        position: fixed;
    bottom: 0;
    background: #338BA8;
}

#footer2 {
    background: #296E85;
}
*/
#menuShade1 {
    background: #338BA8;
}

.pagingLinks {
    background-color:lightblue ;
    height:50px;
}

.hidden {
    display: none;
}
.panel {
    padding-bottom: 10px;
    padding-top: 10px;
}
 
h1,h2,h3,h4,h5,h6,h7 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
}
.card-header {
    background-color: #338BA8 !important;
    color: whitesmoke !important;
}
.card-header2 {
    background-color: #a83345 !important;
    color: whitesmoke !important;
}


/*div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
*/
/*min-height: 100%;*/


/*#gridView {
    margin: 25px auto 0 auto;
}

    #gridView > tbody > tr:nth-child(1) {
        background-color: #0f40e0;
    }

    #gridView > tbody > tr:not(:nth-child(1)) {
        background-color: #ff6a00;
    }

    #gridView > tbody > tr.pagingDiv {
        background-color: #f2f2f2;
    }

        #gridView > tbody > tr.pagingDiv table {
            padding-left: 10px;
            width: 35%;
        }

            #gridView > tbody > tr.pagingDiv table td {
                display: inline;
            }
.pagingLinks a, .pagingLinks span {
        display: inline-block;
        padding: 0px 9px;
        margin-right: 4px;
        border-radius: 3px;
        border: solid 1px #c0c0c0;
        background: #e9e9e9;
        box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
        font-size: .875em;
        font-weight: bold;
        text-decoration: none;
        color: #717171;
        text-shadow: 0px 1px 0px rgba(255,255,255, 1);
    }

        .pagingLinks a:hover {
            background: #fefefe;
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
            background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
        }

        .pagingLinks a.active {
            border: none;
            background: #616161;
            box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
            color: #f0f0f0;
            text-shadow: 0px 0px 3px rgba(0,0,0, .5);
        }

.pagingLinks span {
    color: #f0f0f0;
    background: #616161;
}*/