/* _content/DWSystems.FindSnowdrops.RazorWebsite/Pages/Shared/_FooterPartial.cshtml.rz.scp.css */
#FooterOuter[b-7vf7wtp00l] {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 80px;
    display: flex;
    margin: 0px;
    padding: 0px;
}

#FooterInner[b-7vf7wtp00l] {
    background-color: #6B7A8F;
    /*font-size: 16px;*/
    padding: 10px;
    text-align: center;
    margin: 10px !important;
    border-radius: 4px;
    width: 100%;
    color: #EFEFEF;
}

    [b-7vf7wtp00l] a {
        text-decoration: none;
        color: #EFEFEF;
    }

/* _content/DWSystems.FindSnowdrops.RazorWebsite/Pages/Shared/_HeaderPartial.cshtml.rz.scp.css */
#HeaderOuter[b-zv8fx7kz9z] {
    background-color: white;
    padding: 10px;
    margin: 10px !important;
    border-radius: 4px;
}

/*======================== Logo ========================*/

#LargeLogoOuter[b-zv8fx7kz9z] {
    padding: 0px;
    margin-bottom: 10px;
}

    [b-zv8fx7kz9z] #LargeLogoOuter a {
        width: auto !important; /*this is required for latest version of bootstrap*/
    }

.largeLogo[b-zv8fx7kz9z] {
    padding: 0px;
    margin: 0px;
    background-image: url("../images/largelogo.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 350px !important;
    height: 78px;
}

/*======================== Navigation ========================*/

#NavigationOuter[b-zv8fx7kz9z] {
    padding: 0px !important;
    margin: 0px !important;
}

    #NavigationOuter .navbar[b-zv8fx7kz9z] {
        padding: 0px !important;
    }

    #NavigationOuter .navbar-toggler[b-zv8fx7kz9z] {
        margin: 0px;
        padding: 0px;
        border: 0px;
    }

        #NavigationOuter .navbar-toggler:focus[b-zv8fx7kz9z] {
            box-shadow: none;
            outline: none;
        }

.smallLogo[b-zv8fx7kz9z] {
    padding: 0px;
    margin: 0px;
    background-image: url("../images/smalllogo.png");
    width: 250px;
    height: 56px;
}

/*======================== Search ========================*/

#SearchOuter[b-zv8fx7kz9z] {
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

    [b-zv8fx7kz9z] #SearchOuter .form-group, .input-group[b-zv8fx7kz9z] {
        margin: 0px;
        padding: 0px;
    }

[b-zv8fx7kz9z] #SearchOuter .searchInput {
    border-radius: 0 !important;
    height: 38px;
    border: solid;
    border-width: 1px;
    border-color: #6B7A8F;
    font-size: 14px;
    font-family: sans-serif;
}

[b-zv8fx7kz9z] #SearchOuter .searchButton {
    border-radius: 0 !important;
    border: none;
    background: url("../images/Search.png");
    background-position: center; /*Center the image */
    background-repeat: no-repeat; /*Do not repeat the image */
    text-decoration: none;
    color: white;
    outline: none;
    box-shadow: none;
    width: 38px;
    height: 38px;
    background-color: #6B7A8F;
}

    [b-zv8fx7kz9z] #SearchOuter .searchButton:hover, .searchButton:active[b-zv8fx7kz9z], .searchButton:focus[b-zv8fx7kz9z], .searchButton:visited[b-zv8fx7kz9z] {
        border-radius: 0 !important;
        border: none;
        text-decoration: none;
        color: white;
        outline: none;
        box-shadow: none;
        width: 38px;
        height: 38px;
        background-color: #7C8EA5;
    }

/*These overrides are for the search clear buttons only works i chrome, safari*/
[b-zv8fx7kz9z] #Search::-webkit-search-cancel-button {
    position: relative;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    cursor: pointer;
    background: url("../images/SearchClear.png");
    background-size: contain;
}

    [b-zv8fx7kz9z] #Search::-webkit-search-cancel-button:hover {
        position: relative;
        -webkit-appearance: none;
        height: 20px;
        width: 20px;
        border-radius: 10px;
        cursor: pointer;
        background: url("../images/SearchClearHover.png");
        background-size: contain;
    }
/* _content/DWSystems.FindSnowdrops.RazorWebsite/Pages/Shared/_SearchResultPartial.cshtml.rz.scp.css */






.productGroupProductOuterPadding[b-b3i27vo0qj] {
    height: 100%;
    padding-bottom: 10px;
}




/*used input search and produc hgroup pages*/
.productGroupProductOuter[b-b3i27vo0qj] {
    position: relative;
    background-color: white;
    border-radius: 4px;
    height: 100%;
}










.productGroupProductOuter .row[b-b3i27vo0qj] {
    padding: 5px;
    margin: 0px;
}

.productGroupProductOuter .col[b-b3i27vo0qj] {
    padding: 5px;
    margin: 0px;
}


.productGroupProductOuter .col-sm-auto[b-b3i27vo0qj] {
    padding: 5px;
    margin: 0px;
}

.productGroupProductImageOuter[b-b3i27vo0qj] {
    position: relative;
    margin-left: auto !important; /*needed for the image to be displayed centrally on small screen*/
    margin-right: auto !important; /*needed for the image to be displayed centrally on small screen*/
    width: 200px; /* needed for the native image to overlay in small screen*/
    padding: 0px;
    z-index: 10;
}

.productGroupProductImage[b-b3i27vo0qj] {
    max-width: 100%;
    height: auto;
    margin: 0px;
}

.ProductGroupProductImageGlow[b-b3i27vo0qj] {
    box-shadow: 0px 0px 5px 1px green;
   
}



.productGroupProductTextOuter[b-b3i27vo0qj] {
    margin: 0px;
    display: flex;
    flex-flow: column;
    /*margin-top: 10px;*/
}




.productGroupProductDescription[b-b3i27vo0qj] {
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.productGroupProductFountAt[b-b3i27vo0qj] {
    text-align: left;
    padding: 0px;
}

