
body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.hp_slidesbox{
	margin-top: 0px;
}

#input_submit{
	right: 10px;
	z-index: 5;
}



.suchergebnis_bild_premium, .suchergebnis_bild {
	width: 86px;
	height: 110px;
	overflow: hidden;
	float: left; 
	border-radius: 4px;  
	position: relative;
	border: 1px solid #969696; 
	box-shadow: 0px 0px 5px 0px #C9C9C9;
}

.suchergebnis_bild_premium img, .suchergebnis_bild img{
	z-index: 2;
	margin:0px!important;
	min-height: 100%;
	min-width: 100%;
}

.suchergebnis_bild_premium .photoframe_m_premium, .suchergebnis_bild .photoframe_m, .suchergebnis_bild .photoframe_m_premium{
	display: none;
}

#suche_start{
	position:absolute;
	width:774px;
	height:77px;
	float:left;
	margin-top:0px;
	left:175px;
	background-color:#FFFFFF;
	z-index:1;
	border-right:1px solid #CCCCCC;	
	border-left:1px solid #CCCCCC;	
	border-radius:0;	
}

#suche_start form{
	display: table;
}
.suche_description{
	padding: 0px 10px;
	position: relative;
	margin: -5px 0px 0px 0px;
	font-size: 13px;
	display: table;
}

.suche_description p{
	float: left;
	margin-left: 2px;
}

.suche_description p:last-child{
	margin-left: 176px;
}

.suchebottomre  {
	margin-top: 73px;
}


#suche_start_leftbg {
	position: relative;
	float: left;
	width: 372px;
	top: 5px;
	left: 10px;
	z-index: 2;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	height: 35px;
	background-image: url(../bundles/twentystepsfoundfoundletsdocinsider/images/search_icon_who.png);
	background-size: auto 15px;
	background-repeat: no-repeat;
	background-position: 8px 11px!important;
}

#input_was {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	border: 0px;
	top: 0px;
	left: 26px;
	padding-left: 2px;
	outline: none;
	border-style: none;
	height: 25px;
	color: #5d5d5f;
}

#suche_start_rightbg {
	position: relative;
	float: left;
	margin-left: 5px;
	width: 253px;
	top: 5px;
	left: 10px;
	z-index: 2;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	height: 35px;
	background-image: url(../bundles/twentystepsfoundfoundletsdocinsider/images/search_icon_where.png);
	background-size: auto 18px;
	background-repeat: no-repeat;
	background-position: 6px 9px!important;
}

#input_wo {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 506px;
	padding-left: 2px;
	top: 6px;
	left: 28px;
	border: 0px;
	outline: none;
	border-style: none;
	height: 25px;
	color: #5d5d5f;

}

.rotter{
	color:#555!important;
	font-weight: bold;
}

form.sucheen input::-webkit-input-placeholder {
   color: #9f9f9f;
   font-weight: normal;
}

form.sucheen input:-moz-placeholder { /* Firefox 18- */
   color: #9f9f9f;  
   font-weight: normal;
}

form.sucheen input::-moz-placeholder {  /* Firefox 19+ */
   color: #9f9f9f; 
   font-weight: normal; 
}

form.sucheen input:-ms-input-placeholder {  
   color: #9f9f9f;  
   font-weight: normal;
}


/* Map Styles */

.gm-style-iw{
	left:0px!important;
	top:0px!important;
	height:auto!important;
}


/*Autocomplete*/
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: #fff;
	overflow: hidden;
	z-index:99999;
}


.ac_results ul {

	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	border-bottom: 1px solid #eaeaea;
	margin: 0px;
	padding: 10px 15px 10px 5px;
	cursor: pointer;
	display: block;
	color:#5e5e60;
	width: 99%;
	font-size: 10px;
	font-weight:normal;
	overflow: hidden;
	   opacity: 0.7;
   -webkit-transition:color 1s ease-in;  
   -moz-transition:color 1s ease-in;  
   -o-transition:color 1s ease-in;  
   transition:color 1s ease-in; 
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.ac_results li:hover {
	-webkit-transition:background-color 0.5s linear;  
	-webkit-transition:color 0.5s linear; 
background-color:#c9311b;
color:white;
	opacity: 1;
	font-size:12px;
}
.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
background-color:#c9311b;
color:white!important;
	opacity: 1!important;
	font-size:12px!important;
}

.typeaheadleftspan {
	position: relative;
	float: left;

}
.typeaheadrightspan {
	position: relative;
	float: right;
	padding-right:15px;
}
.typeaheadleftspansmall {
	font-size: 8px;
	font-weight:bold;
}
.diSearchRequest {
	position: relative;
	float:left;
	width:100%;
	padding-top:10px;
	padding-left:20px;
}
.di_SearchBoxDistance  {
	width:50px;
	height: 100px;
	background:url(../bundles/twentystepsfoundfoundletsdocinsider/images/didestinationbox.png);	
	background-repeat: no-repeat;
	margin-top:-2px;
	margin-right:5px;
	cursor:pointer;
}
.requestlupe{
	position: relative;
	float: left;
	width:25px;
	margin-right:10px;
	background-image: url(../bundles/twentystepsfoundfoundletsdocinsider/images/requestlupe.png);
	height:25px;
}
.direquestQ {
	font-weight: bold;
	font-size:18px;
}
.disuchergebnis_bp {
	position: relative;
	float: right;
	height:42px;
	width:220px;
	text-align: right;
	overflow: hidden;
}
.disuchergebnis_b {
	width:180px;position:relative;float:left;height:40px;text-align:right;margin-top:5px;
}
.diSratingwrap {
	top:0;width:260px;height:160px;overflow:hidden;
}
.MapListContainer {
	position:absolute;
	top:20px;
	right:13px;
	width:197px;
	height:auto;
	min-height: 20px;
	max-height:500px;
	border-top-radius:5px;
	z-index:15;
}
.MapListScrollContainer {
	position: absolute;
	top: 60px;
	padding: 0px 0px 0px 20px;
	right: -13px;
	width: 340px;
	height: auto;
	min-height: 637px;
	max-height: 637px;
	-ms-overflow-y: scroll;
	overflow-y: scroll;
	z-index: 15;
}
.disearchpremiumtherapies {
	width:780px;
	height:18px;
	margin-top:8px;
	position:relative;
	font-size:12px;
	float:left;
	overflow:hidden;
}

.twitter-typeahead {
	top:5px!important;
	left:5px!important;
}
.tt-hint {
display:none;
}
.highlight {
	font-weight:normal!important;
	color:#5d5d5f!important;
	
}
.tt-profilesCount {
	font-weight: normal!important;
	font-size:10px;
	color:#5d5d5f!important;
}
.tt-type {
	font-size:10px;
	margin: 6px 0px 4px 0px;
}
.tt-dropdown-menu {
	background-color: #ffffff;
	z-index: 9999!important;
	top: 66px!important;
	left: -17px!important;
	padding: 5px;
	width: 500px!important;
	border: 1px solid #cccccc;
	border-top: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.tt-dropdown-menu > div:first-child {
	margin-top: -16px
}

.tt-suggestion {
	font-size:12px;
	z-index:9999!important;
}
.tt-valuew {
	margin: 5px 0px 0px 0px;
	color: #c9311b;
	font-weight: normal!important;
	max-width: 349px;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 30px;
}

.tt-div {
	position:relative;
	float:left;
	margin-left:5px;
	z-index:9999!important;
	width:95%;
}
.tt-is-under-cursor .tt-div {
	position:relative;
	float:left;
	margin-left:5px;
	z-index:9999!important;
	width:95%;
	border-bottom: 1px solid #929292!important;
	margin-bottom: -1px;
}
.tt-div:hover {
	color:#c9311b!important;
	border-bottom: 1px solid #929292!important;
	margin-bottom: -1px;
}
.tt-div:hover .highlight{
	color:#c9311b!important;
}
.tt-heada {
	position: relative;
	float: left;
	padding-top: 12px;
	font-size: 13px;
	margin: 0px 0px 2px 5px;
}

.tt-heada {
	position: relative;
	float: left;
	padding-top: 12px;
	font-size: 13px;
	margin: 0px 0px 2px 5px;
}

.tt-heada:first-child {
	margin-top:0!important;
}
.tt-is-under-cursor .tt-valuew{
	color:#c9311b!important;
}
.notFoundBox {
	position: relative;
	float:left;
	margin-left:145px;
	height:auto;
}

.notFoundBox p{
	margin: 0px 0px 7px 0px;
}
.scrolltopfixed {
	margin-right: 20px;
	margin-top: 10px;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 4px;
	position: relative;
	float: right;
	width: 95px;
	font-size: 14px;
	height: 25px;
	text-align: center;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-image: url(../bundles/twentystepsfoundfoundletsdocinsider/images/scrolltopfixed.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.notFoundBox h1 {
	width:100%;
	color:#c9311b;
	margin-left:20px;
	font-weight:normal;
}
.notFound{
	position:relative;
	float:left;
	height:135px;
	width:140px;
	overflow:hidden;
	background-image: url(../bundles/twentystepsfoundfoundletsdocinsider/images/notFound.png);
}
.topleftpremium {
	margin-left: 20px;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	float: left;
	padding: 5px 31px 5px 11px;
	font-size: 13px;
	color: white;
	cursor: pointer;
	background-color: #5d5d5f;
	background-image: url(../bundles/twentystepsfoundfoundletsdocinsider/images/docinsider-premium-icon.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: auto 60%;
}	
.longheadline {
	width:600px!important;
}
.megalink {
	color:#5d5d5f!important;
	text-decoration: none;
}
.premiuminfowrap {
	height:200px;
	padding-top:50px;

	width:400px;
}
.premiuminfo {
	padding: 20px;
	position: absolute;
	border: 1px solid #cccccc;
	border-radius: 5px;
	top: 32px;
	left: 15px;
	z-index: 99991;
	font-size: 12px;
	color: #5d5d5f;
	height: auto;
	width: 400px;
	box-shadow: -4px -1px 10px -1px #cccccc;
	background-color: #ffffff;
	opacity: 0.95;
}

.premiuminfo:before{
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #cccccc;
	content: "";
	position: absolute;
	top: -11px;
	margin-left: -1px;
}

.premiuminfo:after{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	content: "";
	position: absolute;
	top: -9px;
}


.DocInsiderTopControls {
	padding-left:10px;
	position:relative;
	float:left;
	z-index:999;
	top:0;
	margin:0 auto;
	height:80px;
	width:940px;
	background-image:url(../bundles/twentystepsfoundfoundletsdocinsider/images/topControlBackground.png);
	background-repeat: repeat;
/*	background-position: -3px -31px;*/

}
.premiumbottomright {
	width:230px;
	margin-top:-22px;
	height:140px;
}
.premiumBoxRight {
	position: relative;
	float:right;
	width:230px;
	margin-top:5px;
	margin-right:0px;
	height:150px;

}
.premiumresultwrapper {
	margin-left:20px;
	position: relative;
	float:left;
	border-left: 1px solid #5d5d5f;
	border-bottom: 2px solid #5d5d5f;
	margin-right:25px;
}
.diPointBox {
	background-color:#c9311b;
	border-radius: 5px;
	height:53px;
	width:71px;
}
.MapList{
	list-style: none;
	margin: 0;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 15px;
}

.MapList li{
	border-bottom: 1px solid #cccccc;
	padding: 7px 0px;
	overflow: hidden;
	cursor: pointer;
}


.MapListItem span.link{
	cursor:pointer;
	color:#c9311b;
	max-width: 250px;
	position: relative;
	overflow: hidden;
	display: block;
	white-space: nowrap;
}
.MapListItem p{
	font-size:10px;
	color:#5d5d5f;
}

.MapListItem .left{
	width: 210px;
	overflow: hidden;
	float: left;
}

.MapListItem .right{
	width: 80px;
	overflow: hidden;
	float: left;
}

.MapListItem .right .diSratingwrap {
	top: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.MapListItem .right .diSratingwrap .diPointBox{
	background-color: #c9311b;
	border-radius: 5px;
	height: 43px;
	width: 41px;
}

.MapListItem .right .diSratingwrap .diPointBox .dicountSpan{
	position: relative;
	float: left;
	width: 45px!important;
	height: 15px!important;
	color: white!important;
	text-align: center!important;
	font-weight: bold!important;
	padding-top: 5px;
	margin: 0!important;
	font-size: 18px!important;
}

.MapListItem .right .diSratingwrap .diPointBox .outOfFive{
	color: white;
	font-weight: bold;
	font-size: 9px;
	text-align: center;
	margin-left: 8px;
}

.MapListItem .diesearchfg{
	font-size: 12px;
	margin-top: 4px;
}

.MapListItem .suchergebnis_adresse_box{
	font-size: 13px;
	line-height: 17px;
}
.MapListItem:hover:before{
	content: "";
	width: 0; 
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid rgba(255, 255, 255, 0.9);
	position: absolute;
	left: 0px;
	margin-top: 20px;
}
.MapListToggler {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #5d5d5f;
	z-index: 100;
	cursor: pointer;
	text-align: center;
	padding: 10px 10px 5px 0px;
	margin-top: -8px;
	width: 170px;
	height: 24px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-image: url(../bundles/twentystepsfoundfoundletsdocinsider/images/scrolltopfixed.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: right;
}

.MapListToggler.MapListToggler_show {
	background-image: url(../bundles/twentystepsfoundfoundletsdocinsider/images/arrow_down.png);

}
.mapWrap {
	position:relative;
	float:left;
	width:100%;
	height:655px;
}
.Newstar_container {
	position:relative;
	float:right;
	width:173px;
	height:40px;
	margin-bottom:4px;
	top:-15px;
	z-index: 0;
}
.Newstar_background {
	position:absolute;
	left:0;
	top:12px;
	width:100%;
	height:40px;
	background-color:#5e5e60;
	z-index: 1;
}
.Newstar_bar {
	position:absolute;
	left:0;
	top:12px;
	width:50%;
	height:40px;
	background-color:#c9311b;
	z-index: 2;
}
.Newstar_wrap {
	position:absolute;
	left:0;
	top:12px;
	width:173px;
	height:40px;
	background-image:url(../bundles/twentystepsfoundfoundletsdocinsider/images/ratingOverlay.png);
	z-index: 4;
}
.Newstar_wrapPremium {
	position:absolute;
	left:0;
	top:12px;
	width:173px;
	height:40px;
	background-image:url(../bundles/twentystepsfoundfoundletsdocinsider/images/ratingOverlaypremium.png);
	z-index: 4;
}
.arztprofil_gesamtbewertung_gesamtbewertung_sterne  {
	position: relative;
	top: 26px;
	border:0;
	height: 77px;
}
.pac-container {
	margin-left:-20px!important;
	width:220px!important;

}
.pac-item-refresh:hover {
	-webkit-transition:background-color 0.5s linear;  
	-webkit-transition:color 0.5s linear; 
	background-color:#c9311b;
	color:white;
	font-size:15px!important;

}
.pac-container:after {
	background-image:none!important;
}

.di_ginfowindoText {
	font-size: 12px!important;
	font-style: normal;
}
.dicountSpan {
	position:relative;
	float:left;
	width:71px!important;
	height:25px!important;
	color:white!important;
	text-align:center!important;
	font-weight:bold!important;
	padding-top:3px;
	margin:0!important;
	font-size:22px!important;


}
.suchergebnis_top {
	position: relative;
	float:left;
	height:auto;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.disearchcontroltop {
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:27px;
	width:60%;
	font-size: 14px;
}
.mapToggleBox {
	position: relative;
	float: left;
	cursor: pointer;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 155px;
	height: 42px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-color: #fff;
	background-repeat: no-repeat;
}
.mapToggleIcon {
	position: relative;
	float: left;
	margin-top:8px;
	width:30px;
	height:25px;
	background-image: url(../bundles/twentystepsfoundfoundletsdocinsider/images/maptoglsprite.png);
	background-position: 0 0 ;
	overflow: hidden;
	
}
.diSpremiumTitel {
	margin-top:11px!important;
}
.outOfFive {
	color:white;font-weight:bold;font-size:12px;text-align:center;margin-left:20px;
}
.ListToggleIcon {
	position: relative;
	float: left;
	margin-top: 8px;
	margin-right: 5px;
	margin-left: 7px;
	width: 29px;
	height: 25px;
	background-image: url(../bundles/twentystepsfoundfoundletsdocinsider/images/listtoglsprite.png);
	background-position: 0 0;
	overflow: hidden;	
}
.mapToggleIconH {

	background-position:  0 -27px  ;

	
}
.listToggleIconH {

	background-position: 0 -26px  ;

	
}
.listTogglebox {
	position: relative;
	float:left;
	width:49%;
	height:100%;
}
.listTogglebox:first-child {
border-right: 1px solid #cccccc;
}
.mapToggleBox span {
	margin-top:14px;
	font-size:12px;
	color: #5d5d5f;
	-webkit-transition: color 0.9s ease-in, font-size 0.9s ease-in-quad;
   	-moz-transition: color 0.9s ease-in, font-size 0.9s ease-in-quad;
    -o-transition: color 0.9s ease-in, font-size 0.9s ease-in-quad;
    transition: color 0.9s ease-in, font-size 0.9s ease-in-quad;
}
.listTogglebox1:hover span{
	color:#c9311b!important;

}
.listTogglebox2:hover .ListToggleIcon {
	background-position: 0 -26px;
}
.listTogglebox1:hover .mapToggleIcon {
	background-position: 0 -27px;
}
.listTogglebox2:hover span{
	color:#c9311b!important;

}
.mapToggleSpan {
	margin-top:3px;
	color:#c9311b!important;
	font-size:12px!important;
}
.disuchergebnis_radius_dropdown {
	position: relative;
	float:left ;
	margin-left:20px;
	margin-top:22px;
}
.premiumtoggle {
	color:#c9311b!important;cursor:pointer;
	font-size:14px;
}
.premiumtoggle:hover {
text-decoration: underline;
}
.visHid {
	visibility: hidden;
}
.premiumportrait {
	margin-top:-8px;
	margin-left:10px;
	clear:both;
	width:620px;
	height:auto;
}
.premiumportrait p{
	margin-top:5px;
}
.boxpremium {
	margin-left:13px;
	width:890px;
	height:123px;
	cursor:pointer;
	margin-right:0px;
}
.premium_kopfzeile {
	height:140px;
width:500px;
overflow:hidden;
z-index:0;
display: block;
}

.premiumresultwrapper .suchergebnis_boxInstant:last-child{
	border-bottom: none;
}


.bottomboxpremium {
	background-color: #cfd9e2;
	padding-right:35px;
	margin-right:0px;
	float: left;
	height:35px;
	width:935px;
	position:relative;
	bottom:0;
	padding-left:20px;
	margin-left:-17px;
}
.premiumlinkarrow { 

	margin-top: 2px;
	margin-right:10px;
	position:relative;float:right;
	overflow:hidden;
	background-image: url(../bundles/twentystepsfoundfoundletsdocinsider/images/premiumlinkarrow.png);
	height:13px;
	width:15px;
	background-repeat: no-repeat;
		background-position: 0px 0px ;

}



.bottomLinkpremium {

	cursor:pointer;
	width:210px;
	height:24px;
	font-size:14px;
	padding-top:8px;
	padding-left:20px;
	position:relative;
	margin-bottom:6px;
	border-radius:5px;
	background-color:#c9311b;
	border: 1px solid #c9311b;
	float: right;
	color:white!important;
	text-align: left;

  	-moz-transition: border  1.7s;
  	-webkit-transition: border 1.7s;
  	-o-transition: border  1.7s;
  	-ms-transition: border 1.7s;
  	transition: border 1.7s;
  	-moz-transition: color  1.7s;
  	-webkit-transition: color 1.7s;
  	-o-transition: color  1.7s;
  	-ms-transition: color 1.7s;
  	transition: color 1.7s;
}
.bottomLinkpremium:hover .premiumlinkarrow{ 
	background-position: 0 -15px;
}
.premiumtel {
	font-weight: bold;
	font-size: 17px;
	white-space: nowrap;
	color: #c9311b;
	position: relative;
	margin-bottom: 5px;
	margin-top: 2px;
	display: block;
}
.bottomLinkpremium:hover { 
	background-color:#ffffff;
	color:#c9311b!important;
     -webkit-transition: background-color 600ms linear;
     -moz-transition: background-color 600ms linear;
     -o-transition: background-color 600ms linear;
     -ms-transition: background-color 600ms linear;
     transition: background-color 600ms linear;
}
.html6 {
	font-size:14px;
	margin-top:10px;
	-webkit-transition: color 0.3s ease-in-quad;
   	-moz-transition: color 0.3s ease-in-quad;
    -o-transition: color 0.3s ease-in-quad;
    transition: color 0.3s ease-in-quad;
}
.html6:hover {
	color:#c9311b!important;
	}
.getplaceicon {
	width:40px;
	height:38px;

	overflow: hidden;
	float:right;
	background-image: url(../bundles/twentystepsfoundfoundletsdocinsider/images/getplacesprite.png);
	background-position: 0 -39px;
}
.getplaceiconactive {
	background-position: 0 0!important;
}
.diesearchfg {
	font-size:14px;
	font-weight:bold;
}
.diGetPlace {
	position: relative;
	float:right;
	cursor:pointer;
	margin-right:30px;
	margin-top:-10px;
	width:200px;
	height:38px;
	text-align: left;
	padding-left:5px;
	border:1px solid #cccccc;
	border-radius:5px;
	background-color: #fff;
	background-repeat: no-repeat;	
}
.diSearchboxRight {
	position:relative;
	float:right;
	height:120px;
	width:270px;
	margin-top:-60px;
	padding-right:0px;
	z-index: 4;
	margin-right: -10px;
}
.suchergebnis_bp {
	padding-top:40px;
}
.difrom5span {
	position:relative;float:left;
	color:white!important;margin:0!important;
	width:80px!important;
	height:15px!important;
	text-align:center!important;
}
/*#sucheouter {
	position: relative;
	float:left;
	max-height:600px;
	height:auto;
	width:100%;
	overflow-y:scroll;
}*/
/*Search Map Infowindows*/
div#information{
  
}
.diSearchBoxRedCountSpan {

	color:#5d5d5f;
	font-size:14px;

}
.di_ginfowindo {
	padding:0px;
	height:auto;
	position:relative;
	max-height:400px;
	float:left;
	  overflow: hidden;
}
.di_ginfowindoPic {
	position: relative; 
	float: left;
	width: 70px;
	height: 120px;
	background: #C9311B;
}

.di_ginfowindoPic a{
	color: #fff;
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
	margin-top: 4px;
}

.di_ginfowindoPic a span{
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

.di_ginfowindoPic img{
	z-index: 2;
	height: 90px;
	width: auto;
}
.di_ginfowindoTextName {
	color: #c9311b;
	font-weight: bold!important;
	font-size: 14px!important;
	line-height: 18px;
}
.di_ginfowindoTextSubjects {
	color:#5d5d5f;
	font-weight:normal;
	text-overflow:ellipsis;
}

.di_ginfowindoContent{
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 3;
	box-shadow: 16px 0px 10px 15px #000;
	min-height: 120px;
	padding: 5px 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.di_ginfowindoContent .Newstar_container {
	position: relative;
	width: 93px;
	height: 22px;
	margin-bottom: 4px;
	top: 0px;
	z-index: 0;
	overflow: hidden;
	float: left;
	margin-top: 5px;
}

.di_ginfowindoContent .Newstar_background {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 40px;
	background-color: #5e5e60;
	z-index: 1;
}

.di_ginfowindoContent .Newstar_bar {
	position: absolute;
	left: 0;
	top: 0px;
	width: 50%;
	height: 40px;
	background-color: #c9311b;
	z-index: 2;
}

.di_ginfowindoContent .Newstar_wrap {
	position: absolute;
	left: 0;
	top: 0px;
	width: 173px;
	height: 23px;
	z-index: 4;
	background-size: auto 23px;
}


/*
Version: 3.4.3 Timestamp: Tue Sep 17 06:47:14 PDT 2013
*/
.select2-container {
    margin: 2px 0px 0px 0px;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    background-image:url(../bundles/twentystepsfoundfoundletsdocinsider/images/selectarrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

/*    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);*/
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {

    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
	margin-right: 26px;
	display: block;
	overflow: hidden;
	font-weight: bold!important;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 25px;
	padding-right: 18px;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
	width: 100%;
	margin-top: -1px;
	position: absolute;
	z-index: 9999;
	top: 100%;
	background: #fff;
	color: #666666;
	border: none;
	border-radius: 0px;
	font-size: 12px;
	line-height: 12px;
	margin-left: 7px
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {

    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {

}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
/*
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #ccc 0%, #eee 60%);*/
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('select2.png') no-repeat 100% -22px;
    background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100%;
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {

}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
	padding: 0 0 0 0px;
	margin: 0px 4px 4px 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
	white-space:nowrap;
    padding: 3px 7px 4px 0px; 
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results .select2-highlighted {
	color:#000000; 
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background-image: url('select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}
