﻿/* CSS 3.0 specification */
/* Provider directory (FAD) styles*/
/* Author: bors235 */
/* Created: Aug. 7, 2013 */
/* Last updated: Aug. 21, 2016 */

/*@import url('/_WebNavCommon/CSS/stylesAdapt.css');*/
/*@import url('/_WebNavCommon/CSS/flyout_menuAdapt.css');*/
/*@import url('/_WebNavCommon/CSS/breadcrumbsAdapt.css');*/
/*@import url('/_WebNavCommon/CSS/leftnavAdapt.css');*/
/*@import url('/_WebNavCommon/CSS/footerAdapt.css');*/
/*@import url('/_WebNavCommon/CSS/sitealertAdapt.css');*/


/* =========================================================*/
/* all device styles */
/* =========================================================*/

body {
    line-height: 150%; /*this fixes the difference in line-height between browsers*/
}

/*Hack to enable IE8 to print the map pin layer*/
#onePixel {
    background: transparent url('../Images/transparent.png') center no-repeat;
    height: 1px;
    width: 1px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9;
}

/*ensure scrollbars appear iOS*/
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 9px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
        box-shadow: 0 0 1px rgba(255,255,255,.5);
    }

#filterResults {
    display: none;
}

.hiddenContainer {
    display: block;
    position: absolute;
    left: -10000px;
    top: 0;
}

#printResultsDialog, #searchMsgLoc {
    display: none;
}

#title {
    padding: 5px 0;
}

#resultsContainer {
    padding: 0;
    margin: 0;
}

    #resultsContainer h1.pageTitle {
        color: #374C59;
        font-weight: normal;
        font-size: 25px;
        line-height: 30px;
        text-align: left;
    }

div.formContainer {
    margin-left: 15px;
}

#printDiv {
    display: none;
}

.tooltip_templates { 
    display: none; 
}

.tipBubble {
    text-align: left;
}

/* forms */
fieldset.formSet {
    border: 1px solid #D4D4D4;
    padding: 10px;
    margin-top: 1.5em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 65%;
    -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box; /* For all Gecko based browsers */
    box-sizing: border-box;
}

    fieldset.formSet legend {
        color: #676767;
        font-weight: bold;
        font-size: 13px;
        padding: 0 3px;
    }

    #frmGrpCategory label {
	display: block; 
	margin: 0 0 1.0em 0
}

    #frmGrpCategory label:last-of-type {
	margin: 0;
}


#frmGrpCategory span {
	display: block;
    font-size: 11px; 
	margin-left: 17.23px
}

div.searchButPosition {
    margin: 1.0em 0 0 35.0em;
}

#butSearch {
    cursor: pointer; 
    margin-left: 12px;
    height: 30px; 
    text-align: center;
    width: 90px;
}
/* end forms */


table.form {
    margin: 10px 0 0 0;
    background: none;
    border: none;
    border-collapse: collapse;
}

/*email and print icons*/
#tools {
    float: right;
}

#tools #lblEmailSearchResults, #tools #lblEmailDetail {
    display: inline-block;
    height: 28px;
    width: 45px;
    background: url('/_WebNavCommon/images/icon_email.gif') no-repeat 0 30%;
}

#tools #lblPrintSearchResults, #tools #lblPrintDetail {
    display: inline-block;
    height: 28px;
    width: 45px;
    background: url('/_WebNavCommon/images/icon_print.gif') no-repeat 0 30%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #tools #lblEmailSearchResults, #tools #lblPrintSearchResults {
    height: 28px;
  }
}

#dispSearchCriteria {
    margin: 1.0em 0 0 0;
}

.lblDisable {
    color: #aaaaaa;
}

#body .formGroup {
    margin: 1.0em 0;
    border: 1px solid #D4D4D4;
    background: #F5F5F5;
    padding: 5px;
    text-align: left;
}

#body .formGrpHead {
    font-weight: bold;
    display: block;
    margin: 0;
    padding: 0 0 0 20px;
    *display: inline;
}

#body .filterBox {
    border: 1px solid #D4D4D4;
    padding: 3px;
    margin: 10px 0;
    vertical-align: middle;
    background: #F5F5F5;
}

#body #facetsContainer {
    margin: 0px auto;
}

body .ui-dialog .ui-dialog-content {
    padding: 0;
}

body .ui-dialog-title {
    font-weight: bold;
}

a.activate_modal {
    display: block;
    color: #414141;
    text-decoration: none;
}

#dispFilterSelection {
    margin: 0 0 10px 0;
}

#body #dispFilterSelection span.facetSelect {
    font: normal 12px/24px Sans-serif;
    height: 22px;
    display: inline-block;
    background: #daf29e url('../Images/facet_delete.png') no-repeat 98% center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border: 1px solid #D4D4D4;
    padding: 1px 24px 1px 3px;
    margin-right: 5px;
    cursor: pointer;
}

#body .collapsibleHead:hover {
    cursor: pointer;
}

#body #scopeLink li {
    margin-left: 0;
    padding-left: 22px;
    background: none;
}

    #body #scopeLink li.active {
        margin-left: 0;
        padding-left: 22px;
        background: url('/_WebNavCommon/images/icon_checkmark.gif') no-repeat left 8px;
    }

#body .plus {
    background: url('/_WebNavCommon/images/plus.png') no-repeat left center;
}

#body .minus {
    background: url('/_WebNavCommon/images/minus.png') no-repeat left center;
}

/*restrict the height*/
#specialists_window, #physicalRehab_window {
    min-height: 364px;
    padding-right: 15px;
}

#body .wdgIndent {
    margin: 5px 0 0 20px;
}

    #body .wdgIndent li {
        font-size: 11px;
        line-height: 100%;
    }

        #body .wdgIndent li input {
            margin-top: -3px;
            margin-left: -5px;
            vertical-align: middle;
        }

        #body .wdgIndent li.arrowContainer {
            padding: 0; /*reset*/
            margin: 0; /*reset*/
            line-height: 100%; /*reset*/
            padding: 10px 0;
            vertical-align: middle;
            background: url('/_WebNavCommon/images/icon_addService.png') no-repeat 95% center;
            border-top: 1px dotted #D4D4D4;
        }

            #body .wdgIndent li.arrowContainer:hover {
                background: #EEEEEE url('/_WebNavCommon/images/icon_addService.png') no-repeat 95% center;
                cursor: pointer;
            }

            #body .wdgIndent li.arrowContainer:last-child {
                border-bottom: 1px dotted #D4D4D4;
            }

#sortItemList {
    position: relative;
    font: normal 13px Sans-serif;
    width: 120px;
    height: 22px;
}

#newSearch {
    display: inline-block; 
    margin: 15px 0 10px 0;
}

#newSearch span {
    background: url("../Images/simpleGeocoder.png") no-repeat scroll left center;
    vertical-align: middle;
    float: left;
    width: 16px;
    height: 16px;
}

#newSearch a {
    padding-left: 3px;
    line-height: 20px;
}

/*GROUP FACETS*/
/*dialog group facets*/
body div.ui-dialog-content .wdgIndent {
    margin: 5px 0 0 15px;
    text-align: left;
}

    body div.ui-dialog-content .wdgIndent .wdgIndent {
        margin: 1.0em 0 15px 15px;
    }

body div.ui-dialog-content .wdgIndent li {
    line-height: 135%;
    margin: 0 0 1.0em 0;
}

    body div.ui-dialog-content .wdgIndent li input {
        margin-top: -3px;
        margin-left: -5px;
        vertical-align: middle;
    }



/*limit height for left facets*/
ul.heightLimit {
    max-height: 170px;
    overflow-y: auto;
}

/*limit height for popover facets*/
.dialogLimit {
    padding: 10px 0;
    max-height: 304px;
    overflow-y: auto;
    -webkit-box-shadow: inset 10px 10px 20px -10px rgba(122,122,122,0.75);
    -moz-box-shadow: inset 10px 10px 20px -10px rgba(122,122,122,0.75);
    box-shadow: inset 10px 10px 20px -10px rgba(122,122,122,0.75);
}

/*mileage change container*/
#comboMileage {
    background: #FFF;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 5px 0 5px 20px;
    height: 32px;
    width: 180px;
    vertical-align: middle;
    text-align: center;
}

#edit-attributes-1 {
    font: normal 14px Sans-serif;
    color: #414141;
    border: none !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../Images/drop_down_arrow.gif') no-repeat;
    background-position: 65px 15px;
    width: 80px;
    text-indent: 0.01px;
    text-overflow: "";
    padding-top: 7px;
}

#edit-attributes-1:hover {
    color: #000;
}

#edit-attributes-1 option {
    font: normal 13px Sans-serif;
    line-height: 30px;
}


span.step {
    display: block;
    width: 30px;
    height: 32px;
    font: bold 16px/30px Sans-serif;
    text-align: center;
    cursor: pointer;
}
span.step:hover {
    background: #ddd;
}

span.stepdown {
    float: left;
    border-right: 1px solid #D4D4D4;
}

span.stepup {
    float: right;
    border-left: 1px solid #D4D4D4;
}


/*columns*/
#columnLeft {
    width: 320px;
    float: left;
}

#columnRight {
    width: 64%;
    float: right;
}

#body .tblPagingBar {
    width: 100%;
    margin: 0;
    padding: 0;
}

    #body .tblPagingBar .tdLeftCol {
        text-align: left;
        padding: 0 4px 0 0;
    }

    #body .tblPagingBar .tdRightCol {
        text-align: right;
        padding: 0 4px 0 0;
    }

#mapDiv {
    left: 0;
    height: 100%;
    width: 100%;
    border: solid 1px #D4D4D4;
    cursor: move;
    position: relative;
}

#resetMap {
  display: inline-block; 
  margin: .5em 0 0 0;  
}


#mapLegend {
     margin: .5em 0 0 0; 
     font-size: 11px; 
     float: right;
}


/* custom tabs */
#tabs {
    /*position: relative;*/
}

    #tabs div.outTab {
        position: absolute;
        left: -15000px;
    }

/*spinner arrows*/
span.spinner {
    color: red;

}


/*Specialists group popovers*/
.groupFooterBar {
    background: #FFF;
    padding: 4px 0;
    margin: 5px 0 0 0;
    text-align: center;
}

#specialists_window .groupFooterBar, #physicalRehab_window .groupFooterBar {
    background: rgb(239,239,239);
}

#body .subGroupSpacing {
    margin-top: 8px !important;
}

#resultsInfo {
    background: #FFF;
    background: url("/_WebNavCommon/Images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 0 50% #E6E6E6;
    border: solid 1px #D4D4D4;
    /*opacity: 0.5;*/
    /*filter: alpha(opacity = 50);*/
}

#msgPhone {
    height: 32px;
    margin: 1.5em 0;
    background: url("/_WebNavCommon/Images/icon_phone.png") no-repeat 0 50% #FBC388;
    border: solid 1px #F3901D;
}

    #msgPhone p {
        padding: 0 2px;
        margin: 0 0 0 30px;
        font-family: Sans-serif;
        font-size: 12px;
        line-height: 32px;
    }

/*Provider details*/
#columnList {
    width: 75%;
}

#prvdrSortOptions {
    float: right;
    margin-top: -3.0em;
}

/*map and directions*/
#directionsContainer {
    margin: 15px 0;
}

#directionsLayout {
    background: #FFF;
    display: none;
}


div.leftContainer {
    position: relative;
    width: 35%;
    float: left;
    border: none;
    padding: 0;
}

div.leftInnerContainer {
    border: solid 1px #D4D4D4;
    padding: 10px;
}

#addressEntryContainer {
    float: right;
    width: 58%;
    border: solid 2px #D4D4D4;
    padding: 10px;
    background: #F5F5F5;
}

.spacer35 {
    padding-left: 35px;
}

.lblDirectionsInput {
        display: none; /*should be inline block - REVISIT*/
    }

/*driving directions*/
#map {
    padding: 0;
    height: 300px;
    width: 99.8%;
    position: relative;
    background: #FFF;
}

#lblEmailMapDirections {
    display: inline-block;
    font-weight: normal;
    height: 35px;
    background: url('/_WebNavCommon/images/icon_email.gif') no-repeat 0 40%;
}

#lblPrintSearchResults {
    display: inline-block;
    font-weight: normal;
    height: 35px;
    background: url('/_WebNavCommon/images/icon_print.gif') no-repeat 0 40%;
}

/*grid layout*/
table.itemLayout {
    width: 88%;
    margin: 0;
    border-right: 1px dotted #666;
    /*border-collapse: collapse; Safari can't display right border properly*/
}

    table.itemLayout th {
        text-align: left;
        font-weight: normal;
        padding: 0;
    }

        table.itemLayout th a {
            font-weight: bold;
        }

    table.itemLayout td {
        vertical-align: top;
        text-align: left;
        padding: 0;
    }

    table.itemLayout .rtAlign {
        text-align: right;
        padding-right: 10px;
    }

    table.itemLayout td.cellCenter {
        text-align: center;
        vertical-align: middle;
        width: 100px;
        font-size: 11px;
    }

span.distanceMiSpan {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 0;
    height: 32px;
}

/*facility provider list*/
table.facProviderList {
    border-collapse: collapse;
    margin: 1.0em 0;
    width: 100%;
}

    table.facProviderList td.center {
        text-align: center;
        vertical-align: top;
        width: 30px;
    }

    table.facProviderList td.rtAlign {
        text-align: right;
    }

    table.facProviderList td {
        padding: 4px;
        padding: 0;
    }


/*paging*/
#body span.numberedPagingSpan input {
    /*padding: 0 5px;*/
}

#body input.nextButton, #body input.prevButton {
    /*padding: 0 5px;*/
}

#bottomPaging {
    margin-top: 10px;    
    text-align: center;
    }

/* #Buttons*/
input[type="submit"], input[type="reset"], input[type="button"] {
    background: #eee; /* Old browsers */
    background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
    background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,.2)), color-stop(100%, rgba(0,0,0,.2))); /* Chrome,Safari4+ */
    background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
    background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* Opera11.10+ */
    background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* IE10+ */
    background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* W3C */
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    line-height: normal;
    padding: 4px 5px;
    margin: 0 1px;
    font-family: Arial, Helvetica, sans-serif;
}

    input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
        color: #222;
        background: #ddd; /* Old browsers */
        background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
        background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,.3)), color-stop(100%, rgba(0,0,0,.3))); /* Chrome,Safari4+ */
        background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
        background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* Opera11.10+ */
        background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* IE10+ */
        background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* W3C */
        border: 1px solid #888;
        border-top: 1px solid #aaa;
        border-left: 1px solid #aaa;
    }

    input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
        border: 1px solid #666;
        background: #ccc; /* Old browsers */
        background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
        background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,.35)), color-stop(100%, rgba(10,10,10,.4))); /* Chrome,Safari4+ */
        background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
        background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* Opera11.10+ */
        background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* IE10+ */
        background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* W3C */
    }

    input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }






#body .currentPage {
    cursor: default;
    background: rgb(255,228,138);
}

#body address {
    padding: 0;
    margin: 0;
    text-indent: 0;
    line-height: 125%;
}

#body h4.catSelect {
    display: table; /*important to shrink select down to content*/
}

span.arrowContainer {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url('/_WebNavCommon/Images/hideBut.gif') no-repeat 0 0;
}

span.arrowContainerHide {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url('/_WebNavCommon/Images/showBut.gif') no-repeat 0 0;
}

#body span.mapLetter {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    border: 2px solid #000;
    /*background: #6b98ff;*/
    background: #DAF29E;
    text-align: center;
    padding: 0 4px;
    display: inline-block;
    width: 10px;
}

span.mileIndicator {
    font-weight: bold;
    font-size: 14px;
}

#body img.icon {
    vertical-align: middle;
}

.map .logo-med, .map .logo-sm {
    background: none;
    cursor: none;
}

/*popup infowindows*/
#mapDiv .content {
    /*bors235 commented out to test */
    float: none; /*this line prevents the infoTemplate from displaying in the proper direction */
    /*text-align: initial;*/
    /* padding: 0; prevents a collision of the content class of the global style sheet */
}

.esriPopup .sizer {
    width: 250px;
    padding: 0;
}

.esriPopup {
    font-family: sans-serif; /*overwrites the Verdana font*/
}

td.attrName {
    display: none;
}

/*mileage reimbursement*/
#tipReimbursement {
    display: none;
    font-size: .90em;
    padding: 0 0 0 36px;
    background: url('/_WebNavCommon/images/icon_caution.gif') no-repeat left top;
}

span.detail {
    font-weight: bold;
}

span.FADhelp {
    display: block;
    margin: 1.0em 0;
}

/*override ESRI styles for controls and the maximize infoWindow*/
.esriControlsBR, .esriPopup .titleButton.maximize {
    display: none;
}

#body table#map_zoom_slider {
    position: absolute;
    left: 5px !important;
    top: 2px !important;
    height: 200px;
    z-index: 30;
}

div.titlebar a.hide {
    display: inline-block;
    color: #000;
    background-color: rgb(255,255,255);
    height: 17px;
    width: 17px;
    opacity: 0.5;
}

#map .logo-med {
    display: none;
}

#body .ui-state-default, .ui-widget-content .ui-state-default {
    background: url("/_WebNavCommon/Images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 0 50% #E6E6E6;
}

/*absolutely postion arrows loader*/
img#loadingImgMain {
    position: absolute;
    height: 200px;
    width: 200px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
    z-index: 100;
}

/*driving directions map load image*/
img#loadingImg {
    position: absolute;
    right: 370px;
    top: 60px;
    z-index: 100;
}

.itemBGColor {
    background-color: green;
}

.ui-menu-item {
    text-indent: 1.5em;
}

#body .ui-tabs .ui-tabs-panel {
    padding: 0;
}

a.ui-state-hover {
    font-weight: inherit;
}

.noindent {
    text-indent: 0;
}

.bold {
    font-weight: bold;
}

.hilite {
    color: #000;
    font-weight: bold;
}

/*driving directions*/
#fromLocAddress, #toLocAddress {
    width: 90%;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 22px;
}

.imgMapPin {
    vertical-align: middle;   
}

#providerStats {
    margin: 1.0em 0 0 0;
    width: 52.5%;
    float: left;
    border-right: 1px dotted #D4D4D4;
}

#providerInfo {
    width: 40.5%;
    margin: 1em 0 0 0 0;
    float: right;
}

/*results message*/
#msgRefineResults {
    border: 6px solid #ace7e9;
    padding: 4px;
    margin-top: .5em;
}

    #msgRefineResults span.text {
        width: 90%;
        display: inline-block;
    }

    #msgRefineResults span.img {
        float: right;
        background: url('../Images/facet_delete.png') no-repeat right center;
        height: 20px;
        width: 20px;
        cursor: pointer;
    }

label {
    color: #000;
}

/*ESRI geocoder*/
.simpleGeocoder .esriGeocoderContainer * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.simpleGeocoder .esriGeocoderContainer, .nameFieldContainer {
    width: 99%; /*DO NOT SET TO 100%*/
    border: 1px solid #7F9DB9;
    color: #41606A;
    padding: 0 1px;
}

.simpleGeocoder .esriGeocoderContainer ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

.simpleGeocoder .esriGeocoder {
    display: block;
    width: 100%;
    margin: 0;
    border: 2px solid #666;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: none;
    border-radius: 5px;
    display: block;
    margin: 0;
    width: 100%;
}

/*ESRI geocoder input field*/
.simpleGeocoder .esriGeocoder input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-collapse: collapse;
    color: #41606A;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin: 0 6px;
    outline: 0 none;
    padding: 6px 0;
    vertical-align: middle;
    width: 88%;
}

.nameFieldContainer input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-collapse: collapse;
    color: #41606A;
    display: block;
    margin: 0 6px;
    outline: 0 none;
    padding: 6px 0;
    vertical-align: middle;
    width: 88%;
}

#body ul li.esriGeocoderResult {
    background: none;
}

/*remove background color on focus*/
#providerSearchForm .InputBox:focus {
    background: none;
}

/*remove the mag glass from search field*/
#locationSearch div.esriGeocoderSearch {
    display: none;
}

.simpleGeocoder .esriGeocoder .esriGeocoderSearch {
    margin-left: 0;
}

/*ESRI geocoder results*/
.simpleGeocoder .esriGeocoderResults {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #7F9DB9 #7F9DB9;
    border-image: none;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #7F9DB9;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    display: none;
    left: 0;
    margin: -1px 0 0 -1px;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;
}

.simpleGeocoder .esriGeocoderResult {
    padding: 6px;
    display: block;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

  #body .simpleGeocoder li.esriGeocoderResult:hover, #body .simpleGeocoder li.esriGeocoderResultEven:focus, #body .simpleGeocoder li.esriGeocoderResultOdd:focus {
        background-color: #F2F5F8;
    }


/*end desktop device styles */
/*==================================================================================================*/



/* =========================================================*/
/* LANDSCAPE tablet device styles */
/* =========================================================*/
@media screen and (min-width: 769px) and (max-width: 960px) {


    .content {
        padding: 0;
    }

    /*restrict the height*/
    #specialists_window {
        min-height: 364px;
    }

    #map {
        width: 100%;
        height: 80%;
    }

    #columnLeft {
        width: 34.375%;
    }

    #columnRight {
        width: 64%;
    }

    #tools #lblEmailSearchResults {
        background: url('/_WebNavCommon/images/icon_email.gif') no-repeat 0 0;
    }

    #tools #lblPrintSearchResults {
        background: url('/_WebNavCommon/images/icon_print.gif') no-repeat 0 0;
    }


    
}
/* end LANDSCAPE tablet device styles */
/*==========================================================*/



/* =========================================================*/
/* PORTRAIT tablet device styles */
/* =========================================================*/
@media screen and (min-width: 569px) and (max-width: 768px) {

    /*prevents orientation automatic text re-sizing*/
    body {
        -webkit-text-size-adjust: 100%;
    }

    .fixBG {
        position: fixed;
    }

    /* hide stuff and make smaller */
    #breadcrumbs, #relatedLinks, #tools1 {
        display: none;
    }

    #body .tblPagingBar .tdLeftCol {
        text-align: center;
    }

    #frmGrpCategory span {
        margin-left: 17.23px;
    }

    #columnRight {
        float: none;
        min-height: 100%;
        width: 100%;
        z-index: 1;
        transition: all 0.3s ease 0s;
        padding: 0 0 30px 0;
        background: transparent;
    }

    .content {
        padding: 0;
        float: none;
    }

    span.pagingSpan input {
        padding: 8px 10px;
    }

    #bottomPaging {
        text-align: center;
    }


    /*
    #columnLeft {
        bottom: 30px;
        display: none;
        position: fixed;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        -moz-border-top-left-radius: 15px;
        -moz-border-top-right-radius: 15px;
        -webkit-border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        box-shadow: #666 0px 3px 5px;
        -moz-box-shadow: #666 0px 3px 5px;
        -webkit-box-shadow: #666 0px 3px 5px;
        width: 50%;
        height: 75%;
        margin: 10px auto;
        z-index: 50;
        background: #F5F5F5;
        padding: 0 10px;
        border: 1px solid #D4D4D4;
        overflow-y: scroll;
    }
    */

    /*slide right facet filtering*/
    #columnLeft {
        margin-left: -100%;
        float: left;
        background: #FFF;
        width: 80%;
        z-index: 3;
        padding: 10px 10px 0 0;
    }

    #columnRight {
        float: left;
        margin-left: 0;
        width: 100%;
        z-index: 1;
        padding: 0 0 30px 0;
    }

    body.active #columnLeft {
        margin-left: 0;
        width: 40%;
        -moz-transition: width 0.8s ease 4s;
        animation: ease;
    }

    body.active #columnRight {
        margin-right: -100%;
    }

    .overflow-hidden {
        overflow: hidden;
    }

    /*tappable filtering*/
    #filterResults {
        display: block;
        height: 44px;
        width: 100%;
        margin: 0 auto;
        position: fixed;
        z-index: 200;
        bottom: 0;
        left: 0;
        padding: 0;
        background: rgba(122, 122, 122, 1.0);
        text-align: center;
        -moz-box-shadow: 0px -5px 7px rgba(122, 122, 122, .65);
        -webkit-box-shadow: 0px -5px 7px rgba(122, 122, 122, .65);
        box-shadow: 0px -5px 7px rgba(122, 122, 122, .65);
        box-shadow: 0px -5px 7px rgba(122, 122, 122, .65);
    }

    #sortMobileContainer {
        bottom: 0;
        display: none;
        position: fixed;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        -moz-border-top-left-radius: 15px;
        -moz-border-top-right-radius: 15px;
        -webkit-border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        box-shadow: #666 0px 3px 5px;
        -moz-box-shadow: #666 0px 3px 5px;
        -webkit-box-shadow: #666 0px 3px 5px;
        width: 90%;
        height: 75%;
        margin: 10px auto 0 auto;
        z-index: 50;
        background: #F5F5F5;
        padding: 0 10px;
        border: 1px solid #D4D4D4;
    }

    /*tappable refine and sort buttons*/
    #filterResults {
        display: block;
        height: 44px;
        width: 100%;
        margin: 0 auto;
        position: fixed;
        z-index: 200;
        bottom: 0;
        left: 0;
        padding: 0;
        background: rgba(12, 12, 12, 0.65);
        text-align: center;
        -moz-box-shadow: 0px -5px 5px rgba(0,0,0, 0.15);
        -webkit-box-shadow: 0px -5px 5px rgba(0,0,0, 0.15);
        box-shadow: 0px -5px 5px rgba(0,0,0, 0.15);
        box-shadow: rgba(0,0,0, 0.15);
    }

    #refineMobile {
        font-size: 16px;
        padding: 12px 10px 12px 40px;
        cursor: pointer;
        border-top: none;
    }

    #sortMobile {
        font-size: 16px;
        padding: 12px 10px 12px 35px;
        cursor: pointer;
        border-top: none;
        margin-left: -3px;
    }

    .butRefineBG {
        color: orange;
        background: rgba(12, 12, 12, 0.85) url('../Images/FilterResults.png') no-repeat 10px center;
        border: 2px ridge #FFF;
    }

    .butRefineBGActive {
        color: #CAEEFF;
        cursor: pointer;
        background: #000 url('../Images/FilterResults.png') no-repeat 10px center;
        border: 2px ridge #FFF;
    }

    .butSortBG {
        color: orange;
        background: rgba(12, 12, 12, 0.85) url('../Images/SortResults.png') no-repeat 10px center;
        border: 2px ridge #FFF;
    }

    .butSortBGActive {
        color: #CAEEFF;
        cursor: pointer;
        background: #000 url('../Images/SortResults.png') no-repeat 10px center;
        border: 2px ridge #FFF;
    }

    /*map and directions*/
    div.directionsContainer {
        margin: 15px 0;
        padding: 0;
    }

    #body p.actionLink {
        margin: 0;
        padding: 8px 20px 8px 0;
        display: inline-block;
    }

    div.leftContainer {
        position: relative;
        width: 99.8%;
        float: none;
        border: none;
        padding: 0;
    }

    div.leftInnerContainer {
        border: solid 1px #D4D4D4;
        padding: 10px;
    }

    #addressEntryContainer {
        float: none;
        /*-moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;*/
        width: 95.333%;
        border: solid 2px #D4D4D4;
        padding: 10px;
    }

    .lblDirectionsInput {
        display: none;
    }

    /*provider details*/
    #columnList {
        width: 100%;
    }

    /*tabs*/
    #body .ui-tabs .ui-tabs-nav li {
        padding: 3px 10px;
    }

    /*sort provider select*/
    #sortItemList {
        position: absolute;
        left: -9999px;
    }

    #lblSortItemList {
        display: none;
    }

    #body #sortLink {
        margin-left: 40px;
    }

    #body #sortLink li a {
        margin-left: 0;
        padding-left: 22px;
        background: none;
        text-decoration: underline;
    }

        #body #sortLink li.active {
            margin-left: 0;
            padding-left: 22px;
            background: url('/_WebNavCommon/images/icon_checkmark.gif') no-repeat left 8px;
        }
}
/* end PORTRAIT tablet device styles */
/*==========================================================*/



/* =========================================================*/
/* SMARTPHONE device styles */
/* =========================================================*/
@media screen and (min-width: 320px) and (max-width: 568px) {
    /*iOS webkit appearance*/
    /*prevents orientation automatic text re-sizing*/
    body {
        -webkit-text-size-adjust: 100%;
    }

    /*override ui-lni-theme*/
    .ui-widget {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 90% !important;
    }

    .fixBG {
        position: fixed;
    }

    #breadcrumbs, #taskBar, #relatedLinks, td.dispLeft, td.dispRight, #tools, #tools1, #sidebar, #emailMapDirections, #lblEmailMapDirections, #lblPrintSearchResults  {
        display: none;
    }

    #filterHeading {
        display: block;
    }

    #butGetDirections {
        margin: 1.0em 0 0 0;
    }

    #body .tblPagingBar .tdLeftCol {
        text-align: center;
    }

    div.formContainer {
        margin: 0 10px;
    }

    #resultsContainer {
        padding: 10px;
        margin-bottom: 10em;
    }

    /*move spinning loader up*/
    #resultsLoading {
        margin-top: -10px;
    }

    table.itemLayout {
        width: 83.75%;
    }

    #body p.actionLink {
        margin: 0;
        padding: 8px 20px 8px 0;
        display: inline-block;
    }

    /*restrict the height of the tall items*/
    #specialists_window, #physicalRehab_window {
        max-height: 80%;
        background: #EFEFEF;
    }

    /*limit height for popover facets*/
    .dialogLimit {
        /*max-height: 304px;*/
        max-height: 244px;
    }

    /* FORMS */
    /*initial search entries*/
    /*container layout*/
    fieldset.formSet {
        width: 100%;
        float: none;
    }

    #frmGrpCategory span {
        margin-left: 20px;
    }

    #frmGrpLocation, #frmGrpName {
        border: none;
        padding: 5px 0;
        
    }

    .simpleGeocoder .esriGeocoder input, .nameFieldContainer input {
        font-size: 16px;
        line-height: 115%;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .InputBox {
        font-size: 16px;
        line-height: 100%;
        height: 28px;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    select.listBox {
        font-size: 16px;
        height: auto;
    }

    #selPrvCat {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sortProviderList {
        font-size: 16px;
    }

    #locationSearch, #nameSearch {
        width: 100%;
        -webkit-box-sizing: border-box; 
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #facetsContainer {
        padding-bottom: 42px;
    }

    span.pagingSpan input {
        padding: 8px 10px;
    }

    /*=========================================================*/
    /*slide right facet filtering*/
    #columnLeft {
        margin-left: -100%;
        float: left;
        background: #FFF;
        width: 100%;
        width: 80%;
        z-index: 3;
        padding: 10px 10px 0 0;
        -webkit-transition: .2s all ease;
        -moz-transition: .2s all ease;
        transition: .2s all ease;
    }

    #columnRight {
        float: left;
        margin-left: 0;
        width: 100%;
        z-index: 1;
        padding: 0 0 30px 0;
    }

    body.active #columnLeft {
        margin-left: 0;
        width: 100%;
    }

    body.active #columnRight {
        margin-right: -100%;
    }

    .overflow-hidden {
        overflow: hidden;
        display: none;
    }

    #SpecialistsList, #PhysicalRehabList {
        background: #FFF;
    }

    /*tappable refine and sort buttons*/
    #filterResults {
        display: block;
        height: 60px;
        width: 100%;
        margin: 0 auto;
        position: fixed;
        z-index: 200;
        bottom: 0;
        left: 0;
        padding: 0;
        background: rgba(122, 122, 122, 1.0);
        text-align: center;
        -moz-box-shadow: 0px -5px 5px rgba(122, 122, 122, .65);
        -webkit-box-shadow: 0px -5px 5px rgba(122, 122, 122, .65);
        box-shadow: 0px -5px 5px rgba(122, 122, 122, .65);
        box-shadow: 0px -5px 5px rgba(122, 122, 122, .65);
    }

    #sortMobileContainer {
        bottom: 0;
        display: none;
        position: fixed;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        -moz-border-top-left-radius: 15px;
        -moz-border-top-right-radius: 15px;
        -webkit-border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        box-shadow: #666 0px 3px 5px;
        -moz-box-shadow: #666 0px 3px 5px;
        -webkit-box-shadow: #666 0px 3px 5px;
        width: 90%;
        height: 100%;
        margin: 10px auto 0 auto;
        z-index: 50;
        background: #F5F5F5;
        padding: 0 10px;
        border: 1px solid #D4D4D4;
    }


    #refineMobile {
        font-size: 16px;
        padding: 12px 10px 12px 40px;
        cursor: pointer;
        border-top: none;
    }

    #sortMobile {
        font-size: 16px;
        padding: 12px 10px 12px 35px;
        cursor: pointer;
        border-top: none;
        margin-left: -3px;
    }

    .butRefineBG {
        color: orange;
        background: rgba(12, 12, 12, 0.85) url('../Images/FilterResults.png') no-repeat 10px center;
        border: 2px ridge #FFF;
    }

    .butRefineBGActive {
        color: #CAEEFF;
        cursor: pointer;
        background: #000 url('../Images/FilterResults.png') no-repeat 10px center;
        border: 2px ridge #FFF;
    }

    .butSortBG {
        color: orange;
        background: rgba(12, 12, 12, 0.85) url('../Images/SortResults.png') no-repeat 10px center;
        border: 2px ridge #FFF;
    }

    .butSortBGActive {
        color: #CAEEFF;
        cursor: pointer;
        background: #000 url('../Images/SortResults.png') no-repeat 10px center;
        border: 2px ridge #FFF;
    }

    
    /*sorting classes*/
    #sortItemList {
        position: absolute;
        left: -9999px;
    }

    #lblSortItemList {
        display: none;
    }

    #body #sortLink {
        margin-left: 40px;
    }

    #body #sortLink li {
        margin-left: 0;
        padding: 0.5em 0 .75em 22px;
        line-height: 135%;
        background: none;
        font-weight: bold;
        text-decoration: underline;
    }

        #body #sortLink li a {
            display: inline-block;
            cursor: pointer;
        }

        #body #sortLink li.active {
            margin-left: 0;
            padding-left: 22px;
            background: url('/_WebNavCommon/images/icon_checkmark.gif') no-repeat left 8px;
        }


    #providerStats {
        margin: 1.0em 0 0 0;
        width: 100%;
        float: none;
        border-right: none;
    }

    #providerInfo {
        width: 100%;
        float: none;
    }

    #dispSearchCriteria {
        margin: 1.0em 0;
    }

    /*map and directions*/
    #directionsContainer {
        margin: 0 0 15px 0;
        padding: 0 10px;
    }

    div.leftContainer {
        position: relative;
        width: 100%;
        float: none;
        border: none;
        padding: 0;
    }

    div.leftInnerContainer {
        display: none;
    }


    /*driving directions*/
    #fromLocAddress, #toLocAddress {
        width: 100%;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    #mapContainer {
        padding: 0 20px;
    }

    .lblDirectionsInput {
        display: none;
    }

    #lblEmailMapDirections {
        height: 20px;
    }

    #lblPrintSearchResults {
        height: 20px;
    }

    #addressEntryContainer {
        float: none;
        width: auto;
        border: solid 2px #D4D4D4;
        padding: 10px;
    }

    /*tabs*/
    /*add extra margins for the map layers*/
    .addMargin {
        margin: 0 10px 0 10px;
    }

    #body .ui-tabs .ui-tabs-nav li {
        padding: 5px 10px;
    }

    /*provider details*/
    #pageSubtitle {
        line-height: 250%;
    }

    #columnList {
        width: 100%;
    }

    #facProviderList {
        margin-top: 1.0em;
    }

    #body #sortLink {
        margin-left: 40px;
    }

    #body #sortLink li a {
        margin-left: 0;
        padding-left: 22px;
        background: none;
        text-decoration: underline;
    }

        #body #sortLink li.active {
            margin-left: 0;
            padding-left: 22px;
            background: url('/_WebNavCommon/images/icon_checkmark.gif') no-repeat left 8px;
        }

}
/* end SMARTPHONE device styles */
/*==========================================================*/


/* =========================================================*/
/* SMARTPHONE PORTRAIT ONLY device styles */
/* =========================================================*/
@media screen and (min-width: 320px) and (max-width: 568px) and (orientation:portrait) {
    span.numberedPagingSpan {
        display: none;
    }
}


@media screen and (min-width: 320px) and (max-width: 568px) and (orientation:landscape) {
    /*limit height for popover facets*/
    .dialogLimit {
        max-height: 200px;
    }
}



/*BACKUP*/

/*
        /*for slideup/down*/
    /*
    #columnLeft {
        bottom: 0;
        display: none;
        position: fixed;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        -moz-border-top-left-radius: 15px;
        -moz-border-top-right-radius: 15px;
        -webkit-border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        box-shadow: #666 0px 3px 5px;
        -moz-box-shadow: #666 0px 3px 5px;
        -webkit-box-shadow: #666 0px 3px 5px;
        width: 90%;
        height: 100%;
        margin: 10px auto 0 auto;
        z-index: 50;
        background: #F5F5F5;
        padding: 0 10px;
        border: 1px solid #D4D4D4;
        overflow-y: scroll;
    }
        */