﻿
/*  [08-16-25 MWD] Start  */
.my-alert {
    background-color: blue;
    font-weight: bold;
    font-size: small;
    color: antiquewhite;
}

@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
    .deskContent {
        display: block;
    }

    .phoneContent {
        display: none !important;
    }
}

@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .deskContent {
        display: block;
    }

    .phoneContent {
        display: none !important;
    }
}

@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}

@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
}

@media (min-width:1281px) { /* hi-res laptops and desktops */
}


/*  [08-16-25 MWD] End  */

.page-header {
    padding-top: 12px;
} 
.highlight {
        background: #E4F2FD;
        text-decoration: underline;
        border: solid 1px #C6D9E9;
        cursor: pointer;
    }

.hello {
    background: #E4F2FD;
    height: 23px;
    text-align: center;
    position: relative;
    border-bottom: solid 1px #C6D9E9;
}

.signin {
    width:50%;
    background: #E4F2FD;
    font-weight: bold;
    height: 23px;
    text-align: left !important;
    position: relative;
    border-bottom: solid 1px #C6D9E9;
    border: solid 1px #c3c3c3;
}

.weather {
    border: solid 1px #C6D9E9;
}
/* Toggle by class - rather than id */
.panel, .flip {
    padding: 5px;
    text-align: center;
    background-color: #e5eecc;
    border: solid 1px #c3c3c3;

}
.flip {
    cursor: pointer;  
}
.panel {
    padding: 20px;
    display: none;
}
.float-left {
    float: left;
}

.float-right {
    float: right;
}
 .about_offset {
    margin-left: 10px  }


/* [07-31-19 MWD added (full path for url also)  */
.about-img {
    background-image: url("~/Gr_perf1.gif");
    min-height: 100%; /* max-width Auto scale */
    /* background-size: 100%;   commenting stopped resize */
    background-clip: border-box;
    background-repeat: repeat-y;
    opacity: 0.9;
    margin-left: 14px;
}

.about-inside-p1 {
    padding-left: 25px;
    padding-top: 2px;
}

.about-inside-p2 {
    padding-left: 26px;
    padding-top: 3px;
}

/* [07-12-16 MWD added  */
.error-img {
    background-image: url("/content/css/site-error.gif") !important;
    min-height: 181px; /* max-width Auto scale */
    max-height: 181px;
    /* background-size: 100%;   commenting stopped resize */
    background-clip: border-box;
    background-repeat: no-repeat;
    /* opacity: 0.9; */
    margin-left: 14px;
}



/* [04-14-20 MWD added  */
.searchform {
    width: 400px;
    margin: 50px auto;
}

.search {
    padding: 50px 15px;
    background: rgba(50, 50, 50, 0.2);
    border: 0px solid #dbdbdb;
}

.button {
    position: relative;
    padding: 50px 15px;
    left: -8px;
    border: 2px solid #207cca;
    background-color: #207cca;
    color: #fafafa;
}

    .button:hover {
        background-color: #fafafa;
        color: #207cca;
    }

.searchddl {
    position: relative;
    /* padding: 50px 15px; */
    left: -8px;
    border: 2px solid #207cca;
    background-color: #207cca;
    color: #fafafa;
}

/*   New search box       */

* {
    box-sizing: border-box;
}
/*
.nav {
    overflow: hidden;
    background-color: #e9e9e9;
}

.nav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.nav a:hover {
    background-color: #ddd;
    color: black;
}

.nav a.active {
    background-color: #2196F3;
    color: white;
}
*/
.nav .search-container {
    float: right;
}

.nav input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
}

.nav .search-container button select {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.nav .search-container button:hover {
    background: #ccc;
}

@media screen and (max-width: 600px) {
    .nav .search-container {
        float: none;
    }

        .nav a, .nav input[type=text], .nav .search-container button {
            float: none;
            display: block;
            text-align: left;
            width: 100%;
            margin: 0;
            padding: 14px;
        }

    .nav input[type=text] {
        border: 1px solid #ccc;
    }
}

.nav #searchbox {
    /*position: absolute; */
    float: right;
    top: 0px;
    left: 5%;
    height: 500px;
    width: 500px;
    z-index: 99;
}