.minMax span.pull-right {
    margin-right: 4px !important;
}
/**For typeahead **/
.backSection .backTo {
  font-size: 24px;
  font-weight: bold;
  /* color: #406622; */
  display: inline;
  padding-right: 5px;
}

.type-ahead-color {
	background-color: #EEEEEE;
}

.custom-popup-wrapper {
	  /*border-radius: 6px;*/
	  width:100% !important;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    background-color: #eeeeee;
    box-shadow: 1px 0px 13px 0px rgba(0, 0, 0, 0.2), 0 6px 5px 0 rgba(0, 0, 0, 0.19);
  }


.typeAheadGroupingMessage {
    padding: 15px 0px 0px 20px;
 /*   border-bottom: 1px solid #ddd; */
    color: black;
    font-size: 16px;
    /*font-weight:bold;*/
}

.typeahead_error {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    color: #D20962;
    font-weight:bold;
}

.typeahead_top_message {
    padding-left: 20px;
    padding-right: 15%;
    font-size: 14px;
}
.typeahead_bottom_message {
    padding-left: 15px;
    padding-right: 30px;
    padding-top: 10px;
    /*font-weight:bold;*/
    font-size: 16px;
}
.typeahead_bottom_message_body {
    padding-left: 15px;
    padding-right: 30px;
    /*font-weight:bold;*/
    font-size: 14px;
}

.custom-popup-wrapper > .dropdown-menu {
    position: static;
    float: none;
    display: block;
    min-width: 160px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 10px;
}

.typeahead_grouping{
	overflow: hidden;
}

.typeahead_separator{
	height: 1px;
	background: #a1a1a1;
	margin-top: 12px;
	margin-left: 20px;
	margin-right: 20px;
}

/** width 50% of screen on large screens and
    100% on small screens **/
@media only screen and (min-width: 641px) {
	.typeAheadSearchPopup{
		width: 50%;
		min-height: 50px;
	}
}
@media only screen and (max-width: 640px) {
	.typeAheadSearchPopup{
		position: fixed;
		max-height: 100%;
		min-height: 55px !important;
		left: 0;
		top: 50px;
		width: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
	}
}

.typeAheadLocationPopup {
	width: 94%;
	overflow: auto;
}

input.openTextSearch {
	display: inline;
	width: 80%;
}
button.openTextSearch {
    display: inline;
    height: 50px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

input.typeAheadCheckbox {
	opacity: 1;
}

/** width 50% of screen on large screens
@media only screen and (min-width: 640px) {
	.typeAheadSearchPopup{
		width: 50%;
	}
}**/

/** for disable functionality of pagination buttons**/
.disabled {
    cursor: not-allowed;
    border:0 none;
    color:#2f3338 !important;
    background-color:#69747a !important;
    opacity:1 !important;
}

.txtColor{
	color: #fff !important;
}
.noResults{
}
div.ratings.nofloat {
	float:none;
	/*margin-left:10px;*/
}
.fontNormal{
  font-weight: normal;
}
.desktopView{
  display: block;
}
.mobileView{
  display: block;
}
@media (min-width: 992px){
  .desktopView{
    display: block;
  }
  .mobileView{
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
      .desktopView{
        padding-left: 25px;
      }
}
@media (min-width: 1200px) {
      .desktopView{
        padding-left: 128px;
      }
}
@media (max-width: 991px){
  .desktopView{
    display: none !important;
  }
  .mobileView{
    display: block;
  }
}
.mobileBlockView{

}
.mobileBlockView:hover, .mobileBlockView:focus{
  color: #ffffff;
}
@media (max-width: 699px){
  .mobileBlockView{
    padding: 6px 26px !important;
    width: 100%;
    font-size: 16px;
  }
}
.vissibleHidden {
	visibility:hidden !important;
	width:1pt !important;
	margin:0px;
	float:right;
}
.spanNopaddingRight {
	padding-right: 10px !important;
}

#associatedNGroups{
    margin-left: 13px;
}

.aet-provsearch-content h3.inRed{
	color:#D31E11;
}

.locationDown {
	padding-top: 10px;
	color: #D20962;
}

.viewMore {
	padding-left: 20px;
}
.viewMore a {
	font-weight: normal !important;
  font-size: 14px !important;
}


/**For provider results **/
.searchNoResults, .searchError {
	color: #D20962;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

.searchErrorEAP {
	color: #D20962;
	padding-right: 12px;
	padding-top: 15px;
  padding-left:30px;
}

.pageTitleDiv{
       float: left;
       padding-left: 11%;
}

#blackText{
color:#2f3338;
}

/* Extra links */
@media (min-width: 1024px){
	.extralinks_short{
		width: 15.66666667%;
    /* width: auto; */
    margin-right: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
	}
  .extralinks_long{
		width: 29.33333333%;
    /* width: auto; */
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
	}
}
@media (min-width: 1199px){
  .extralinks_long{
		margin-right: 30px;
  }
}
/**For Other Useful Resources section**/

.other_useful_resources {
    padding-top: 10px;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    background-color: #eee;
}
@-moz-document url-prefix() {
    .other_useful_resources {
    padding-top: 10px;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: -20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    background-color: #eee;
}
}
/*@media (min-width: 1024px){
	.resource_directories{
		width : 18%;
		float : left;
	}
}

@media (min-width: 1024px){
	.resource_print{
		width : 15%;
		float : left;
	}
}


@media (min-width: 1024px){
	.resource_quality{
		width : 21%;
		float : left;
	}
}

@media (min-width: 1024px){
	.resource_savings{
		width : 17%;
		float : left;
	}
}
@media (min-width: 1024px){
	.resource_other{
		width : 21%;
		float : left;
	}
}*/

@media (min-width: 1024px){
	.otherResourceMar{
		margin-right: 23px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
	}
}
@media (max-width: 1023px){
  .otherResourceMob {
      width: 100%;
      float: left;
      margin-bottom: 10px;
      margin-top: 10px;
  }
}
@media (min-width: 768px){
	.openchangeplan {
    margin-right: 9.5%;
}
}

.resource-details{
	position : relative;
	min-height : 1px;
	padding-right : 15px;
	padding-left : 15px;
	margin-top : 2%;
}


.notAvFont{
font-size: 16px;
margin: 0;
}



.dummyTextOdd {
color : white;
}

.dummyTextEven{
color : #fff;
}
.dummyTextOdd::-moz-selection { /* Code for Firefox */
    color: white;
}
.dummyTextOdd::selection {
    color: white;
}
.dummyTextEven::-moz-selection { /* Code for Firefox */
    color: #eee;
}

.dummyTextEven::selection {
    color: #eee;
}
.flagLinkText{
color: #7D3798;
text-decoration: none;
}
.bottomMargin{
margin-bottom: 10px;
}
@media screen and (max-width: 992px){
	.noTop{
		top : 0px !important;
		position: relative !important;
	}
	.noBorder{
		border:none !important;
	}
}
#load_MoreSec {
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
}
.borderSectionFirst{
	border-top: 5px solid #076F86;
    top: -305px;
}
.borderBox{
	padding-right: 15px !important;
	padding-left: 15px !important;
	/*margin-left: 10px;*/
}

/**For LinkBlocls

.psMedicalDocsSpecs{
	display:none;
}
.psDentalCare{
	display:none;
}

.psVision{
	display:none;
}
.psHospFacilites{
	display:none;
}
.psPharmacy{
	display:none;
}

.psLabsTesting{
	display:none;
}
.psProcsConds{
	display:none;
}

.psBehavHealth{
	display:none;
}
.psMedEquipments{
	display:none;
}
.psAltMedicine{
	display:none;
}
.psChiropractors{
	display:none;
}
.psAccupunture{
	display:none;
}
.psMassageTherapy{
	display:none;
}
.psDietNutrition{
	display:none;
}
.psBehavHealthSpecs{
	display:none;
}
.psEmpAssProgram{
display:none;
}
.psSubstanceAbuse{
display:none;
}
.psDentalPediatrics
{
display:none;
}
.psDentalOrthodontists{
display:none;
}
.psMedicalDocs
{
display:none;
}
.psVirtualVisits
{
display:none;
}
.psVisionEyeExam
{
display:none;
}
**/

.psFluShot
{
}
.customTextStyle{
font-size: 21px;
}
.paddingLeft0{
padding-left: 0px !important;
}
.spanishFont{
	font-size:16px !important;
	font-weight: bold;
	float: right;
}
.customPrint{
	padding: 0 10px !important;
}
.customUl{
	padding:5px !important;
}
.rateStyle{
	padding-top:2px;
}
@media screen and (max-width: 992px){
.hospWidth{
    width: 100% !important;
    max-width: none !important;
    }
}
.detailsBold{
	font-weight: bold;
	color: #23527c;
}
.point{
	cursor:pointer;
}
.errorColor{
	color: #D20962 !important;
}
.sessionError{
	text-align:center;
	font-weight:bold;
	font-size:25px;
	padding-top:0px !important;
}
.sessionErrorOne{
	text-align:center;
	font-weight:bold;
	color:#000000 !important;
	padding-top:0px !important;
}
.sessionErrorTwo{
	text-align:center;
	font-weight:bold;
	color:#000000 !important;
	padding-bottom:0px !important;
}
.linkStyle{
	text-decoration:underline;
}
.NPAClass{
	text-decoration:underline;
	color:#D20962;
}
.psminMax {
  width: 100%;
  position: absolute;
  top: 16px;
  font-weight: bold;
}
.psminMax span {
  color: #2f3338;
}
.psminMax span.pull-left {
  margin-left: -16px;
}
.psminMax span.pull-right {
  margin-right: -16px;
}
@media (min-width: 992px) {
  .psminMax span.pull-left {
    margin-left: -28px;
  }
  .psminMax span.pull-right {
    margin-right: -35px;
  }
}

.pssliderMiles{

}
@media (max-width: 992px) {
  .nameFontForMobile{
    font-size: 18px !important;
  }
  	.marginButton{
  		/*margin-right: 6px !important;*/
  	}
  	.customStyle{
 		width: 250px !important;
 	}
 	.ratingsCustomStyle{
 		padding-left: 0px !important;
   	 	padding-right: 0px !important;
    	padding-top: 2px !important;
 	}
 	.ratingCustomStyle{
		padding-left: 0px !important;
		padding-right: 5px !important;
		padding-top: 5px !important;
 	}
 	.customDivStyleForCost{
	 	padding-left:0px !important;
	 	padding-right:0px !important;

	 }
	 .col-md-3.col-xs-12 div .customStyleDiv{
	 	padding:0px 0px 0px 3px !important;
	 }
	 #load_MoreSec{
	 	position: relative !important;
	 }
	 .linkBlockStyle{
	 	/*margin-right: -5px !important;
    	margin-left: -10px !important;*/
    padding: 0px 15px !important;
    }
    .txtAlignmentLeft{
    	text-align:left !important;
    }
    .welcomeTextFont{
    	font-size: 17px !important;
    }
    .paddingLinkBlocks{
    	padding-left:12px !important;
    }
 }

 .customWidth{
 	width:100% !important;
 }

 .guestStyle{
 	padding-right: 18px;
 }
 #providerSearchUsefulLinks{
 margin-bottom : 25px;
 }
 .disclaimer{
 margin-top: 25px;
 }

 .disclaimer span{
     font-style: normal;
    /* font-weight: bold; */
   /* color: red;*/
 }
 .address_icon{
    font-size: 14px;
 	width: 20px;
    height: 22px;
    background-repeat: no-repeat;
    background-image: url(../../images/directions.png);
    background-size: 100%;
    margin-right: 7px;
 }
 .contact_icon{
 	font-size: 14px;
 	width: 20px;
    height: 22px;
    background-repeat: no-repeat;
    background-image: url(../../images/phone_icon.png);
    background-size: 100%;
    margin-right: 7px;
 }
 .providerNameDetails{
 	font-size: 18px;
    border-left: 0px;
    display: inline-block;
 }
 @media (min-width: 993px) {
 	.costIndentation{
 		padding-left: 7%;
 	}
 	.customAddressStyle{
 		float: left;
    	width: 130px;
    	display: inline;
    	padding-left: 5px
 	}
 	.widthStyle{
 		width:25%;
 	}
 	.customDisplayForAddress{
 		display:inline-block;
 	}

 }

	/* div.hoverClass:hover{
 		background-color:#eee;
 	} */
/*  div.hoverClass:hover h3{
 		text-decoration: underline;
 	}*/
  div.hoverClass a {
    text-decoration: none !important;
  }

	.noDecoration{
		text-decoration:none !important;
	}

     .OR_block{
         padding: 20px 15px 0px 15px;
     }



     /** type-ahead search box
     - when focused on mobile screen, it is fixed on top
     - when focused or blured on big screen, normal position
     **/
     @media (min-width: 991px) {
     .type-ahead-search-box-focus,
     .type-ahead-search-box-blur {
     	padding-bottom: 0;
     	margin-bottom: 15px;
     	position: relative;
     }
     }
     @media (max-width: 991px) {
     .type-ahead-search-box-focus {
     	position: fixed;
     	left: 0;
     	top: 0;
     	width: 100% !important;
     	z-index: 100;
     }
     .type-ahead-search-box-blur{
     	padding-bottom: 0;
     	margin-bottom: 15px;
     	position: relative;
      width: auto !important;
      }
     }

     /** type-ahead popup **/
     .type-ahead-search-popup {
     	border-radius: 6px;
     	width:97%;
     	position: absolute;
     	top: 100%;
     	left: 0;
     	z-index: 1000;
     	display: none;
     	background-color: lightgrey;
     }
     @media only screen and (min-width: 640px) {
     	.type-ahead-search-popup {
     		border-radius: 6px;
     		width:50%;
     		position: absolute;
     		top: 100%;
     		left: 0;
     		z-index: 1000;
     		display: none;
     		background-color: lightgrey;
     	}
     }

     /* put dots after text if it doesn't fit in type-ahead */
     .typeahead_grouping a {
     	text-overflow: ellipsis;
     	white-space: nowrap;
     	overflow: hidden;
	text-decoration: none;
     }

     /** for disable functionality of pagination buttons**/
     .disabled {
         cursor: not-allowed;
         border: none;
         background-color:#B18CC1 !important;
         opacity:1 !important;
         border-radius: 5px;
     }

    .pagination > .disabled > a {
          border-color: #7D3F98;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
          cursor: not-allowed;
          background-color: #eee;
          border-color: #B18CC1;
    }

    ul .pagination-number a span {
      color:#fff;
    }

    .pagination > li > a, .pagination > li > span, .pagination > li > a, .pagination > li > a:hover, .pagination > li > a:focus {
          background-color: #7D3F98;
          opacity:1 !important;
          border-radius: 5px;
          border: 1px solid #7D3F98;
          z-index: 1;
    }

     /* Added for placeholder text style */
     input#Doctors::-webkit-input-placeholder,
     input#urgent_care::-webkit-input-placeholder,
     input#Physicians::-webkit-input-placeholder{
       color:   #076f86;
     }
     input#Doctors:-moz-placeholder,
     input#urgent_care:-moz-placeholder,
     input#Physicians:-moz-placeholder{
       color:   #076f86;
     }
     input#Doctors:-ms-input-placeholder,
     input#urgent_care:-ms-input-placeholder,
     input#Physicians:-ms-input-placeholder{
       color:   #076f86;
     }
     /* Added for search bar*/
     input#Doctors, input#Physicians ,input#urgent_care ,input#urgent_care-center,input#procedure,input#Specialist{
     	background-image: url('../../images/search.png');
         background-repeat: no-repeat;
         background-position: 15px 17px;
         padding-left: 45px;
         height: 50px;
         font-size: 18px;
     	background-color: #eee;
         border: 0 none;
         border-bottom: 1px solid #ccc;
         border-right: 1px solid #ccc;
     	border-radius: 8px;

     }
     input#Doctors:focus{
     	box-shadow: 2px 2px 2px #69747a
     }


     /* map styles */
div.map_none,
button.map_none {
	display: none;
}
div.map_mobile_full,
div.map_iphone_full { /* map without directions */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 0;
	z-index: 100;
}
div.map_mobile_full {
}
div.map_iphone_full {
}

image.map_mobile_full,
image.map_iphone_full,
image.map_mobile,
image.map_iphone,
image.map_desktop {
	position: relative;
	top: 30px;
	z-index: 101;
}
image.map_mobile_full {
	right: 10px;
}
image.map_iphone_full {
	right: 30px;
}
image.map_mobile {
	right: 10px;
}
image.map_iphone {
	right: 30px;
}
image.map_desktop {
	right: 10px;
}

div.directions_none {
	display: none;
}
div.directions_mobile,
div.directions_iphone,
div.directions_desktop {
	padding-top: 30px;
	padding-left: 20px;
}
div.map_mobile,
div.map_iphone { /* map with directions */
	position: relative;
	height: 300px;
	top: 0;
	padding-top: 0;
	z-index: 100;
}
div.map_mobile {
	width: 102%;
}
div.map_iphone {
	width: 100%;
}
div.map_desktop { /* map with or without directions */
	position: relative;
	height: 500px;
	width: 500px;
	top: 0;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
}

/* route directions labels */
.routeLabel {
	min-width: 60px;
}

.directionsFromAddress, .directionsToAddress {
	width: 300px;
}

.second-level-result-description a:hover h3{
    /*text-decoration: underline;*/
  }
.second-level-result-description a:hover h4{
    /*text-decoration: underline;*/
  }

.txtDecNone:hover {
    text-decoration: none !important;
}

.hand{
cursor:pointer;
}

 .noBorder{
 	border-right:0px !important;
 }

 @media (max-width:991px){
 	.widthAdjM {
 		width:auto !important;
 		margin-left: 15px;
     margin-right: 15px;
 	}
 }
.typeAheadHeight{
  height: 55px !important;
  min-height: unset !important;
  max-height: unset !important;
}
.typeAheadHeightCheck{
  height: 25px !important;
  min-height: unset !important;
  max-height: unset !important;
}

/* @media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3) {
    .typeAheadHeight{
      height: auto !important;
      min-height: unset !important;
      max-height: unset !important;
    }
} */

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #7D3798;
  font-size: 16px;
}
@media ( max-width : 320px) {
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus{
  font-size: 12px !important;
	}
}

.typeaheadNoresultsBox{
  border: 1px solid #007D82;
  margin: 15px 20px 5px 20px;
}
.typeaheadNoMatchBox{
  border: 1px solid lightgrey;
  margin: 35px 20px 5px 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
.typeAheadHeaderFont
{
  font-size: 18px;
  color: #00767A;
  font-weight: 700;
}
.typeAheadNoResultBoxBodyFont
{
  color: #00767A;
}
.typeAheadNoMatchHeaderFont
{
  font-size: 18px;
  color: #D20962;
  font-weight: 700;
}
.typeAheadNoMatchBodyFont
{
  color: #D20962;
}
.typeAheadResultHeaderFont
{
  color: #7d3f98;
  font-weight: 700;
}

.diskLtItem li{
  list-style-type: disc;
  margin: 10px 20px 10px 20px;
}

.typeaheadClose{
  margin-right:10px;
  /* margin-top: 5px; */
}

button.typeaheadClose:focus {
    outline:black solid 3px
}

.triggerMsg{
	padding: 18px;
    box-shadow: 1px 0px 13px 0px rgba(0, 0, 0, 0.2), 0 0px 5px 0;
	margin-bottom:15px;
	background-color: #fff !important;
}
