﻿*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}
#wait-times-body{
    line-height: 1.4;
    color: #444;
}
.container-wait-times{
    font-family: Roboto, sans-serif;
    margin: 0 auto;
    font-size: 18px;
}
p{
    color: #575757;
    line-height: 1.5;
}
a{
    color: #005e85;
}
a:hover{
    color: #333333;
}
.wait-times-header h2{
    float: right;
    font-weight: 100;
    line-height: 1.25;
    font-size: 36px;
    margin-top:0px;
}
.wait-times-dropdown span{
    font-weight:lighter;
    font-size: small;
}
.wait-times-clock{ 
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wait-times-clock-img-box{
    margin-top: -40px;  
    margin-bottom: 15px
}
.wait-times-find{
    display: flex;
    flex-direction: column;
    gap:12px;
    justify-content: space-around;
    color: #575757;
}
.wait-times-find p{
    font-size:18px;
    padding-top:0px;
    margin-top:9.5px;
}
.wait-times-find + strong{
    font-size: 18px;
}
.wait-times-label{
    color: #575757;
    line-height: 1.5;
    margin-bottom: 12px;
}
.wait-times-label-2{
    display: flex;
    align-items: center;
    width: 87%;
}
.wait-times-label-2 label{
    display:none;
    margin-right: 10px;
}
/* Custom Selector for CSS */
.custom-select
{
    position: relative;
    display: inline-block;
    border: 1px solid #929292;
    border-radius: 4px;
    color:#005e85;
    width: 72%
}
.selected-city
{
    background-color: #FFFFFF;
    padding: 12px 12px;
    width: 100%;
    border-radius: 4px;
    position: relative;
    height: 35px;
    line-height: 35px;
}
.select-city
{
    display: none;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    z-index: 2;
    position: absolute;
    margin-top:1px;  
    width: 100%; 
}
.select-city div
{
    padding: 10px 12px;
}
#calgary:hover, #edmonton:hover, #grande-prarie:hover ,#lethbridge:hover, #medicine-hat:hover, #red-deer:hover, #fort-mcmurray:hover
{
    background-color: #F1F1F1;
    color:#333333;
}
.arrow-down
{
    position: absolute;
    right: 12px;
    bottom: 17.5px;
    color: #333333;
}
/* Regular select */
#dd-city-ab{
    width:100%;
    max-width: 400px;
    color: #005e85;
    font-size: 18px; 
    display: none;
}
.cityTab , option
{
    margin-bottom: 20px;
    padding: 20px 5px;
    font-size: 18px;
    line-height: 18px;
    
}
 #dd-city-ab:hover, .cityTab:hover,  .selected-city:hover
{
    background-color: #F1F1F1;
    border-color: #333333;
}
.wait-times-label + select:active, .custom-select:active
{
    outline: 2px #333333 solid;
    outline-offset: 2px;
    border-radius: 0%;
}
.wait-times-selected-heading{
    display:flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px;
}
.wait-times-selected-heading h3 {
    color: #575757;
    line-height: 1.5;
    font-size: 24px;
}
.wait-times-view-all:link{
    text-decoration: none;
}
.wait-times-hospital-attribute-map a{      
    padding-left: 22px;
    font-size: 16px;
}
.wait-times-well{
    border: 1px solid #ccc;
    border-radius: 2%;
    max-width: 100%;
    height: 97%;
}
.wait-times-timetype{
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    border-bottom: 2.5px solid #ccc;   
    align-items: center;
    padding: 12px 20px;
    flex-wrap: wrap;
}
.wait-times-type{
    display: flex;
    align-items: center;
}
.wait-times-type i{
    font-size: 8px;
    padding-right: 4px;
}
.wait-times-attributes{    
    padding: 12px 20px;
}
.wait-times-attributes p {
    font-size: 18px;
}
.wait-times-hospital-attributes{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap:12px;
    margin-top:15px;
    padding-left: 0px;
}
.wait-times-time{
    display:flex;
    align-items:center;
    line-height:0.5;
}
.wait-times-time .fa-clock{
    margin-right:7px;
}
.fa-clock{
    margin-right:4px
}
.wait-times-hospital-attribute{
    display:flex;    
}
.fa-location-dot{
    margin-top:3px;
    margin-right:6px;
    padding:0px 2px;
}
.fa-circle-info, .wait-times-hospital-attribute-hours .fa-clock{
    margin-top:3px;
    margin-right:8px;
}
.wait-times-result-num{
    font-size:18px;
}
.wait-times-time span{
    font-size:22px;
}
.wait-times-type span{
    font-size: 14px;
}
.wait-times-hospital{
    color: #005e85;
}
.wait-times-hospital a{
    font-size: 20px;
    text-decoration:none;
}
.wait-times-hospital-attributes li{
    font-size: 16px;
}
.wait-times-emergency-locations{
    display: grid;
    grid-template-columns: auto;
    row-gap: 20px;
}
#resultsviewAll
{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}
.wait-times-descriptions{
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:15px;
}
.wait-times-descriptions li
{
    font-size:14px;
    font-weight: normal;
    text-decoration: none;
}
.wait-times-descriptions i{
    font-size: 10px;
    margin-right: 5px;
    padding-top: 4px;
}
.wait-times-description{
    display:flex;
}
.wait-times-descriptions span:nth-child(1){
    font-weight: 500;
}
.wait-times-view-all{
    float: right;
}
.wait-times-results-time{
    display: inline;
}
.swiper-container{
    margin: 0 auto;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-partial .swiper-slide{
    border-radius: 2%;  
    height: auto;  
    width:300px;
}
.wait-times-reults-time{
    display: inline; 
}
.wait-times-well-indicator{
   margin: -10px;
}
.wait-times-well-indicator span{
    color:#444;
    background-color: #444;
}
.wait-times-mbl-view-all{
        display: none;
        color:#444;
        margin-top: 20px;
}
.wait-times-well-indicator, #mbl-heading{
    display: none;
}
.wait-times-cards{
    font-family: Roboto, sans-serif;
    color:#575757;
    display:none;
}
.wait-times .wait-times-cant-find, .wait-times .wait-times-cant-find p, .wait-times .wait-times-cant-find a{
    font-size: 14px;
}
.wait-times-cant-find p, p.wait-times-hospital, p.wait-times-results-time
{
    padding:0px;
    margin-top:0px
}
.footer-row
{
    padding: 0px;
}
/* The double wait time well */
.wait-times-dblTime
{
    display: inline-block;
    flex-grow: 1;
    align-items: center;
    padding: 12px 20px;
}
.wait-time-dbl-container
{
    border-bottom: 2.5px solid #ccc;   
    display: flex;

}
.dbl-to-one
{
    display: flex;
    justify-content: space-between;
    padding: 12px 20px 12px 20px;
}
.dbl-wt-one
{
    padding: 10px 10px 10px 20px;

}
.dbl-wt-two
{
    padding: 10px 20px 10px 10px;
    border-left: 2.5px solid #ccc ;

}
.dblwait-times-time .wait-times-time span{
    font-size:1.5rem;
}

@media screen and (max-width:564px) {
    .custom-select
    {
        display: none;
    }
    div.swiper-container
    {
        width: calc(100% + 30px);
        margin-left: -16px;
    }
    #resultsviewAll a
    {
        font-size:14px;
    }
    #resultsviewAll p
    {
        font-size:14px;
    }
    #last-slide
    {
       margin-right: 15px;
    }
}
@media screen and (min-width:564)
{
    .wait-times-dd-city-ab
    {
        display: none;
    }
}
/* Mobile/tablet display */
@media  screen and (max-width:764px){
    .custom-select, #resultsSpan, #desktop-heading
    {
        display: none;
    }
    .wait-times-header h2
    {
        line-height: 1.3;
    }
    /* Select drop down */
    #dd-city-ab{
        width:100%;
        display: block;
    }
    .wait-times-find{
        height:auto;
        margin-top: 15px;
    }
     .wait-times-well{
        min-height: 220px;
        margin-left:16px;
    }
    .wait-times-type span{
        font-size:1.2rem;
    }
    .wait-times-time span{
        font-size:2rem;
    }
    .dblwait-times-time span{
        font-size:1.5rem;
    }
    .wait-times-time span strong{
        font-weight: bold;
        font-size: 110%;
    }
    /* info cards for mobile display */
    .wait-times-well-indicator{
        display:block;
    }
    #mbl-heading
    {
        display: block;
    }
    /* Wait times img with clock*/
    .wait-times-clock{
        width: 70vw;
    }
    .wait-times-clock-img-box{
       padding: 15px;
       margin-top: 10px;
    }
    .wait-times-hospital{
        font-size:1.7rem;
    }
    .wait-times-hospital-attributes{
        font-size:1.3rem;
    }   
    .swiper-slide{
        width: auto;
    }
    .container-wait-times, .wait-times-cards{
        padding:0px;
    }
    .wait-times-emergency-locations{
        margin-top: 10px;
    }
    .swiper-wrapper
    {
        margin-bottom: 10px;
    }
    .wait-times-label span
    {
        display: block;
        margin-top:12px;;
    }
    .wait-times-results-time, .wait-times-view-all
    {
        font-size: 14px;
    }

}
@media screen and (max-width:991px) {
    .wait-times-header h2{
        font-size: 32px;
    }
    .container-wait-times {
        font-size: 16px;
    }
    .wait-times-find p{
        font-size:16px;
    }
    .wait-times-dblTime .fa-clock
    {
        margin-right: 2px;
    }
    .wait-times-dblTime .wait-times-type
    {
        justify-content: flex-start;
    }
}
@media screen and (max-width:1200px)
{
    .dbl-wt-one
    {
        padding: 10px 5px 10px 10px;

    }
    .dbl-wt-two
    {
        padding: 10px 10px 10px 5px;
    }
}