

html, body {
    font-family: Calibri, 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 22px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
}

.container-fluid, #page-content-wrapper, #wrapper {
    height: inherit;
}

#iframeArea {
    background-color: #C9CCD5;
}

#map-canvas {
    width: 100%;
    height: 100% !important;
}


#basic-map-canvas {
    width: 100%;
    height: 100% !important;
}

#more-options {
    background-color: #EFF1F8;
}

.sidebar-nav table {
    width: 100%;
}

.searchListIconColumn {
    vertical-align: top;
    width: 28px;
}

.searchListTextColumn {
    line-height: 12px;
    vertical-align: middle;
    margin-left: 5px;
    padding-left: 15px;
}


.more-details {
    font-size: 14px;
    line-height: 1;
}

    .more-details span {
        display: block;
        font-weight: bold;
        margin: 5px 0;
    }

    .more-details ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.get-directions, .view-detials {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    color: #fff;
    background-color: #0064ac;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.get-directions:active, .get-directions-list:active, .get-directions-mappopup:active { color: #fff; background-color: #0064ac; }
.get-directions:visited, .get-directions-list:visited, .get-directions-mappopup:visited{ color: #fff; }
.get-directions:hover, .get-directions-list:hover, .get-directions-mappopup:hover { color: #fff; font-weight: bold; background-color: #007cd5; text-decoration: none; }
.view-detials:active, .view-detials:visited,.view-detials:hover { color: #fff; font-weight: bold;  }

.searchListTextColumn a.get-directions-list, .get-directions-mappopup, .view-detials {
    
    width: 130px;
    height: 30px;
    display: inline-block;
    padding: 10px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    color: #fff!important;
    
}
.searchListTextColumn a.get-directions-list {
    margin-bottom: 10px;
    padding-top: 8px;
    padding-left: 12px;
    background-color: #424242;

}
.get-directions-mappopup {
    width: 120px;
    padding: 5px 10px;
    height: 25px;
    
}

@media (max-width: 992px) {
    .map-column { height: 600px;}
    
}
@media (max-width: 480px) and (orientation: portrait) {
    .searchListTextColumn a.get-directions-list, .view-detials {
        width: 100%;
    }
    .searchListTextColumn a.get-directions-list {
        margin-top: 0px;
    }
    .get-directions-mappopup {
        width: 100%;
    }

}

.searchListTextColumn a.view-detials {
    background-color: #0064ac;
    color: #fff!important;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-left: 12px;
    margin-right: 5px;
}

#lnkShareThisLocation {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    color: #fff;
    -ms-border-radius: 1px;
    border-radius: 1px;
    font-weight: bold;
    font-size: 14px;
    border-width: 0;
    background-color: #424242;
}
#lnkShareThisLocation:hover { background-color: #565656; }
@media (max-width: 992px) {
    .map-column { height: 600px;}
}

.arrow-container {
    vertical-align: top;
}
.searchList-expandable-container__button {
    display: table;
    float: right;
    margin-right: 20px;
    
}

    .searchList-expandable-container__button img {
        display: block;
        width: 16px;
        height: 16px;
    }
    .searchList-expandable-container__button img.up-arrow {
        transform: rotate(180deg);
    }
    .collapsed .searchList-expandable-container__button img.down-arrow {
        display:inline;
    }
    .collapsed .searchList-expandable-container__button img.up-arrow {
        display:none;
    }
    .searchList-expandable-container__button img.down-arrow {
        display:none;
    }
    .searchList-expandable-container__button img.up-arrow {
        display:inline;
    }



.searchListAddress {
    margin-bottom: 15px
}
.searchListAddress, .available24hours {
    padding: 2px 0 0 0;
    font-size: 14px;
    color: #565656;
}

.locationText {
    color: #0064AC!important;
    font-size: 14px!important;
    line-height: 1.5;
    
}
 b { font-weight: bold!important; }

.searchListTextColumn a {
    color: #0064AC!important;
    text-decoration: none!important;
    cursor: pointer!important;
}

a {
    color: #0064AC;
    text-decoration: none;
    cursor: pointer;
}

    a:visited,
    a:hover {
        color: #0064AC;
        text-decoration: underline;
    }

#more-options li {
    list-style-type: none;
}

.tag {
    float: left;
    position: fixed;
    z-index: 1000;
    padding: 20px 0;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
}

    .tag button,
    .btn.map-button-style {
        margin-left: 0 !important;
        /*OR remove margin rules at all breakpoints – we want this to sit to the left within the new parent container.*/
    }


.item {
    /*width: 400px;
	margin: auto;*/
    text-align: left;
    /*margin-top: 10px;
	margin-top: 10px;
	background: #F2F2F2;
	padding: 10px;*/
    box-shadow: 0px 0px 0px #CCC;
}

    .item.title {
        font-size: 18px;
        font-weight: bold;
    }

.subtitle {
    font-size: 18px;
    color: #444;
}


.modalSeperator {
    width: 45px;
    margin: auto;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #FDC50C;
    padding: 0;
}
/*.active {
    background-color: #cccccc;
    color: #f2f2f2;
}*/


.filter-options > li > a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
}

    .filter-options > li > a:hover {
        color: #000;
        text-decoration: underline;
        cursor: pointer;
    }

.form-control {
    font-size: 22px;
}

.optionsinput {
    margin-top: 10px;
    background-color: red;
}

.map-button-style {
    color: #fff;
    background-color: #424242;
    border-color: #424242;
    transition: background-color 0.2s, color 0.2s, opacity 0.2s, border 0.2s;
    background-image: none;
    border-radius: 2px;
    border: 0px solid transparent;
    text-align: left;
    position: absolute;
    z-index: 1;
}

    .map-button-style:hover {
        color: #fff;
        background-color: #606060;
        border-color: #606060;
    }

.map-position {
    position: relative;
    overflow: hidden;
    transform: translateZ(0px);
}

#infoWindowContainer {
    max-width: 240px;
}

    #infoWindowContainer .branch-hours {
        display:inline-block;
        width: 85px;
    }
    #infoWindowContainer .branch-hours-hour {
        display:inline-block;
        width: 60px;
    }


.list-item {
    width: 100%;
    padding-top: 10px;
    
}
.list-item:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}
.list-item hr {
    margin: 0;
    padding: 0;
}
.list-item .list-item-container {
    padding-left: 15px;
}

#filterListUl {
    padding: 0;
}

#filterList {
    padding-left: 0;
    padding-right: 0;
}

#fullscreen-control-ui {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 2px;
    cursor: pointer;
    margin:8px 8px 22px 0;
}

    #fullscreen-control-ui:focus {
        outline:2px solid black;
    }

#fullscreen-control {
    background: url('/tools/branchandatmlocator/resources/images/fullscreen_not_active.svg');
    height: 18px;
    width: 18px;
    left: 41%;
    position: absolute;
    top: 40%;
    transform: translate(-50%,-50%);
    box-sizing: content-box;
}

    #fullscreen-control-ui:hover > #fullscreen-control {
        background: url('/tools/branchandatmlocator/resources/images/fullscreen_active.svg');
    }

#fullscreen-control-exit {
    background: url('/tools/branchandatmlocator/resources/images/fullscreen_exit_not_active.svg');
    height: 18px;
    width: 18px;
    left: 40%;
    position: absolute;
    top: 40%;
    transform: translate(-50%,-50%);
    box-sizing: content-box;
}

    #fullscreen-control-ui:hover > #fullscreen-control-exit {
        background: url('/tools/branchandatmlocator/resources/images/fullscreen_exit_active.svg');
    }

#zoom-in-control-ui {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-start-start-radius:2px;
    border-start-end-radius:2px;
    cursor: pointer;
    margin: 8px 8px 1px 0;
}

    #zoom-in-control-ui:focus {
        outline:2px solid black;
    }

#zoom-in-control {
    background: url('/tools/branchandatmlocator/resources/images/zoomin_not_active.svg');
    height: 18px;
    width: 18px;
    left: 41%;
    position: absolute;
    top: 58%;
    transform: translate(-50%,-50%);
    box-sizing: content-box;
}

    #zoom-in-control-ui:hover > #zoom-in-control {
        background: url('/tools/branchandatmlocator/resources/images/zoomin_active.svg');
    }

#zoom-out-control-ui {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-end-end-radius: 2px;
    border-end-start-radius: 2px;
    cursor: pointer;
    margin: 0 8px 8px 0;
}

    #zoom-out-control-ui:focus {
        outline:2px solid black;
    }

#zoom-out-control {
    background: url('/tools/branchandatmlocator/resources/images/zoomout_not_active.svg');
    height: 18px;
    width: 18px;
    left: 41%;
    position: absolute;
    top: 43%;
    transform: translate(-50%,-50%);
    box-sizing: content-box;
}

    #zoom-out-control-ui:hover > #zoom-out-control {
        background: url('/tools/branchandatmlocator/resources/images/zoomout_active.svg');
    }
 
