﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.marker {
}
/*loader start*/
@import url(https://fonts.googleapis.com/css?family=Raleway+Dots);

/*loader end*/
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/*Header styles*/
.header {
    padding: 5px 5px;
    color: #195188;
    font-weight: bold;
}
/*Body elements: start*/
.container {
    margin-left: 5px;
}

.loading-spinner {
    width: 8%;
    float: left;
}

canvas {
    height: 69px;
}

.custom-input {
    border: none;
    padding: 2px 2px;
    font-size: large;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}

.custom-message {
    border: none;
    padding: 2px 2px;
    font-size: large;
    font-weight: bold;
    color: #195188;
    display: none;
}

.custom-message-search {
    width: 28%;
    float: left;
    margin-top: 8px;
}

.custom-error {
    border: none;
    padding: 2px 2px;
    font-size: large;
    font-weight: bold;
    color: #ff0000;
    display: none;
}

.custom-input-zipcode {
    width: 80px;
}

.custom-input-distance {
    width: 48px;
}

.search-section {
    padding-bottom: 5px;
}

#map {
    width: 80%;
    height: 400px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 15px;
    border: solid 1px lightgray;
    clear: both;
}

.pharmacyListTable {
    float: left;
    width: 35vh;
}

#pharmaciesList {
    width: 85vh;
}

@-moz-document url-prefix() {
    .hourList {
        margin-top: -3px;
        margin-left: -8%;
    }
}

.hourList {
    margin-top: -3px;
    margin-left: -6%;
}

.phonenumber {
    margin-left: 1%;
}

.address {
    margin-left: 1%;
}

@media screen and (max-width: 991px) and (min-width: 771px) {
    .pharmacyListTable {
        float: none;
        width: 50vh;
    }

    .hourList {
        margin-top: -3px;
        margin-left: -7%;
    }

    #pharmaciesList {
        width: 80vh;
    }

    .loading-spinner {
        width: 8%;
        margin-top: -8px;
    }

    canvas {
        height: 69px;
    }

    .custom-message-search {
        width: 44%;
        margin-top: 0px;
    }
}

@media screen and (min-width: 992px) {
    .pharmacyListTable {
        float: none;
        width: 50vh;
    }

    .hourList {
        margin-top: -3px;
        margin-left: -8%;
    }

    #pharmaciesList {
        width: 80vh;
    }

    .loading-spinner {
        width: 10%;
        margin-top: -7px;
    }

    canvas {
        height: 69px;
    }

    .custom-message-search {
        width: 44%;
        margin-top: 0px;
    }
}


@media screen and (max-width: 770px) and (min-width: 550px) {
    .pharmacyListTable {
        float: none;
        width: 50vh;
    }

    .hourList {
        margin-top: -3px;
        margin-left: -8%;
    }

    #pharmaciesList {
        width: 80vh;
    }

    .loading-spinner {
        width: 8%;
        margin-top: -8px;
    }

    canvas {
        height: 69px;
    }

    .custom-message-search {
        width: 60%;
        margin-top: 0;
    }
}

@media screen and (max-width: 549px) and (min-width: 0px) {
    .pharmacyListTable {
        float: none;
        width: 620vh;
    }

    .hourList {
        margin-top: -3px;
        margin-left: -8%;
    }

    .phonenumber {
        margin-left: 0.2%;
    }

    .address {
        margin-left: 0.2%;
    }

    #pharmaciesList {
        width: 80vh;
    }

    .loading-spinner {
        width: 8%;
        margin-top: -8px;
    }

    canvas {
        height: 69px;
    }

    .custom-message-search {
        width: 67%;
        margin-top: 0px;
    }
}


.table td, .table th {
    padding: .25rem;
    vertical-align: top;
    border: none;
}

.infoList {
    width: 55%;
}
/*Body elements: end*/
/*Info window elements: start*/
.pharmacyName {
    font-weight: bold;
    font-size: 16px;
    float: left;
}

.pharmacyAddress {
    font-size: 14px;
    float: left;
}

.hours {
    width: 100%;
    margin-top: 10px;
}
/*Info window elements: end*/
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.pageNumber {
    float: left;
    padding: 5px 5px;
    color: #195188;
    font-weight: 500;
}

    .pageNumber:hover {
        font-weight: 800;
        cursor: pointer;
        text-decoration: underline;
    }

.pageNumber-selected {
    float: left;
    padding: 5px 5px;
    color: #808080;
    font-weight: 600;
    cursor: default;
    text-decoration: underline;
}
