﻿/* The following three styles are used to 
   create the "sticky" footer that is at
   the bottom of the page, even if the page
   content doesn't fill the entire page.
*/

html {
    position: relative;
    min-height: 100%;
}

.premier-logo {
    margin-left:10px;
    height: 128px;
    width: 576px;
    content: url('images/logoNew.png');
}

.directionsLink {
    border-bottom: 1px dotted white;
    color: white !important;
    text-decoration: none !important;
}

.phoneLink {
    border-bottom: 1px dotted #046ab2;
    color: #046ab2;
    text-decoration: none;
}

.searchOptionsLink {
    color: #046ab2;
    text-decoration: underline;
}

.websiteLink {
    border-bottom: 1px dotted #046ab2;
    color: #046ab2;
    text-decoration: none;
}

.newSearchLink {
    color: #046ab2;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
}

.textResultsLink {
    border-bottom: 1px dotted #046ab2;
    color: #046ab2;
    text-decoration: none;
    font-weight: bold;
}

.textResultsLink i {
    font-size:x-large;
}

.providerName {
    padding: 2px;
    font-weight: bolder;
}

.providerNameUnderline {
    cursor: pointer;
    border-bottom: 1px dotted #046ab2;
    color: #046ab2;
}

.providerInfo {
    margin: 0 0 0 25px;
}

/* Search options controls (uses table for layout) */
.searchOptions {
    font-size: small;
    padding: 15px;
    border: none;
    margin-right: auto;
    margin-left: auto;
}

    .searchOptions td {
        padding: 3px 3px 3px 3px;
    }

    .searchOptions th {
        padding: 2px 1px 0 2px;
        font-family: 'Oswald', sans-serif;
        color: #1F4255;
        font-size: 1rem;
    }

/* search results lines in page header */
/* this seems to have no effect and can be removed from tags that use it */
/*.resultsMessage {
    text-align: center;
}*/

/* table of data collapsed under Provider name */
table.providerDataTable td {
    border: none;
    padding: 0 1em 0 .5em;
}

/* background of text that matches filter expression in "provider or business name field */
.filterMatch {
    background-color: yellow;
}

.progressbackground {
    z-index: 999;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.25);
}

.progressindicator {
    z-index: 1000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background: url(Images/PremierLogoIconOnlySm.png) no-repeat center center;
    animation: rotation 4s infinite linear;
}

@keyframes rotation {
    from {transform:rotate(0deg)}
    to {transform:rotate(360deg)}
}

.lightGreenBackground {
    background-color: #E4E8D8;
}

/* business hours table */
.hourstable td {
    border: 0;
    padding: 0;
    padding-left: .5em;
    white-space: nowrap;
    min-width: 200px;
}

/* small map in search results */
.googlemap {
    border: 1px solid lightgray;
    border-radius: 5px;
    height: 201px;
    width: 201px;
}

.googlemapouterdiv {
    min-height: 201px;
    min-width: 201px;
}

.form-check {
    margin-bottom: 0;
}

    .form-check input {
        position: absolute;
        margin-top: 0.25rem;
        margin-left: -1.25rem;
    }

        .form-check input:only-child {
            position: static;
        }

    .form-check label {
        /*padding-left: 1.25rem;*/
        margin-bottom: 0;
    }

.form-check-repeater {
    margin-bottom: 0;
}

    .form-check-repeater input {
        position: absolute;
        margin-top: 0;
        margin-left: 35px;
    }

        .form-check-repeater input:only-child {
            position: static;
        }

    .form-check-repeater label {
        padding-left: 45px;
        margin-bottom: 0;
        vertical-align: middle;
    }

/* this overrides the same class in bootstrap */
.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: small; /* changed from 75%*/
}

.lightItalics {
    font-style:italic;
    color: gray;  
}

body > .container {
    padding: 160px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.show-bs-grid > div {
    border-style: dashed;
    border-color: red;
    background-color: mistyrose;
    border-width: 1px;
    display: none; /* uncomment to show grid cell markers */
}

.hamburger {
    color: black;
    font-weight: bold;
    border-color: black;
    border-radius: 3px;
    margin-left: 5px;
    padding: 5px;
}

    .hamburger:focus {
        outline: none;
    }

.providerName a svg {
    transition: .3s transform ease-in-out;
}

.providerName a.collapsed svg {
    transform: rotate(-180deg);
}

div .navbarOffsetSearchResults .card {
    border-color: #1F4255;
}

div .navbarOffsetSearchResults .card-header {
    background-color: #1F4255;
    color: white;
}

.locationHeader {
    font-family: 'Oswald', sans-serif;
    color: white;
}

/*
 *****   Screen size dependent styles   *****
*/

.header1 {
    font-size: 1.25rem;
}

.header2 {
    font-size: 1rem;
}

.navbarOffset {
    margin-top: 120px !important;
    /*  allow for height of fixed navbar */
}

.navbarOffsetSearchResults {
    /*margin-top: 200px;*/
    /*  allow for height of fixed navbar on search results page */
}



.form-label, .form-check-label, .form-text {
    font-size: 1.1rem;
}

.locationHeader {
    font-size: 1.1rem;
}

.locationInfoTable td {
    vertical-align: top;
}

    .locationInfoTable td:nth-child(1) {
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }

    .locationInfoTable td:nth-child(2) {
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }

    .locationInfoTable td:nth-child(3) {
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }

body {
    /* Margin bottom by footer height plus a little whitespace */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
    line-height: 25px; /* Vertically center the text there */
}

.navbar {
    width: calc(100vw - 10px);
}

.height31px {
    height: 31px;
}


@media screen and (min-width: 320px) {
    .header1 {
        font-size: 1.25rem;
    }



    .navbarOffsetSearchResults {
        margin-left: 15px;
    }
}


/* sm */
@media screen and (min-width: 576px) {
    .header1 {
        font-size: 1.25rem;
    }
    
}

/* md */
@media screen and (min-width: 768px) {
    .header1 {
        font-size: 1.5rem;
    }


    .header2 {
        font-size: 1rem;
    }

    .sidebar-wrapper {
        top: 115px;
    }



   .navbarOffset {
        margin-top: 250px !important;
    }

    .navbarOffsetSearchResults {
        /*margin-top: 155px !important;*/
    }

    

    .form-label, .form-check-label, .form-text {
        font-size: 1.25rem;
    }
}

/* lg */
@media screen and (min-width: 992px) {

    .locationHeader {
        font-size: 1.25rem;
    }

    body {
        /* Margin bottom by footer height */
        margin-bottom: 40px;
    }

    .footer {
        height: 30px;
        line-height: 30px;
    }
}

/* xl */
@media screen and (min-width: 1200px) {
}

input[type = "radio"] {
    height: 19px;
    width: 19px;
}

