/*
# **********************************************************************
#
#  (c) 2018 Tobias Fleckenstein <tfleckenstein@mp-group.net>, mp group GmbH
#
# **********************************************************************
# date/time    : 12.07.2018
# project      : inlingua Standortsuche
# developer    : Tobias Fleckenstein
#
#   .-------------'```'----....,,__                        _,
#   |                               `'`'`'`'-.,.__        .'(
#   |                                             `'--._.'   )
#   |                                                   `'-.<
#   \               .-'`'-.                            -.    `\
#    \               -.o_.     _                     _,-'`\    |
#     ``````''--.._.-=-._    .'  \            _,,--'`      `-._(
#       (^^^^^^^^`___    '-. |    \  __,,..--'                 `
#        `````````   `'--..___\    |`
#                              `-.,'
# **********************************************************************
*/

/* BOF Standorte */
#result{
	width: 100%;
}
#Gmap{
	width: 100%;
	height: 600px;
}
.centerDirectSelect .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: 0em;
	content: "\f107";
	font-family: Font Awesome\ 5 Pro;
	font-weight: 300;
	border:none;
}
.centerDirectSelect > .dropdown-toggle{
	color: #ffffff !important;
}
.centerDropdown {
	height: 50vh;
	overflow-y: auto;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.centerDropdown .dropdown-item{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.placesOr{
	display: inline-block;
	margin-top: 9px;
	font-weight: 600;
}
.radiussearchDefault{
	margin:0;
	padding:0;
}
.radiussearchDefault li{
	display:inline-block;
	background:none;
	margin:0;
	padding: 0 5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.radiussearchDefault li:nth-child(1){
	width:40%;
	font-weight: 700;
}
.radiussearchDefault li:nth-child(2){
	width:20%;
}
.radiussearchDefault li:nth-child(3){
	width:20%;
}
.radiussearchDefault li:nth-child(4){
	width:10%;
	text-align: right;
}
.radiussearchDefault li:nth-child(5){
	width:10%;
	padding-right:0;
}
.showOwnmap .radiussearchDefault li:nth-child(3){
	width: 30%;
}
.showOwnmap .radiussearchDefault li:nth-child(4){
	display: none;
}
.alert-showOwnmap {
	background-color:transparent;
}
.radiussearchItemHeader{
	background: #bbbbbb;
	background: rgba(187,187,187,1);
	color: #ffffff;
	font-weight: 700;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom: 15px;
}
.radiussearchItem li{
	vertical-align: middle;
}
.radiussearchItem li i{
	display: none;
}
.vCard{
	cursor: pointer;
	color: #0052aa;
	color: rgba(0,82,170,1);
}
.vCard:hover,
.vCard:active,
.vCard:focus{
	color: #0052aa;
	color: rgba(0,82,170,.75);
}
.radiussearchDetailItem i.fal{
	margin-right: 5px;
}
.radiussearchDetailMap{
	width: 100%;
	height: 100%;
	min-height: 540px;
	max-height: 540px;
}
.mpgRadiusSearchMapAddress h2 {
	margin-top: 20px;
}

/* int serach */
.intSearchDefault{
	margin:0;
	padding:0;
}
.intSearchDefault li{
	display:inline-block;
	background:none;
	margin:0;
	padding: 0 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.intSearchDefault li:nth-child(1){
	width:50%;
	font-weight: 700;
}
.intSearchDefault li:nth-child(2){
	width:50%;
	text-align: right;
}
.intSearchDefault.radiussearchItemHeader{
	background: #0052aa;
	background: rgba(0,82,170,0.75);
	color: #ffffff;
	font-weight: 700;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom: 15px;
}
.intSearchDefault.radiussearchItem li{
	vertical-align: middle;
}
.intSearchDefault.radiussearchItem li i{
	display: none;
}

.card-view {
	clear: both;
}
.card-view span{
	margin-bottom: 10px;
}
.card-view .title {
	display: block;
	width: 50%;
	float: left;
}
.card-view .value {
	display: block;
	width: 50%;
	float: right;
}

/* nat A-Z*/
.mpgInlinguaLocationAlphabet span {
	float: left;
	margin-right: 10px;
	margin-bottom: 0.6em;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 34px;
}
.mpgInlinguaLocationList{
	margin:0;
	padding:0;
	list-style: none;
}
.toAlphabet{
	float: right;
	margin-top: -35px;
	margin-right: 10px;
}
/* EOF Standorte */

/* -------- BOF mpWorld ---------- */
.mpHomeWorld{
	position: relative;
}
.mpHomeWorldMap{

}
.mpHomeWorldSelect{
	position: absolute;
	width: 45%;
	bottom: 5%;
	right: 15%;
}
@media (max-width: 767px) {
	.mpHomeWorldSelect{
		position: relative;
		width: 100%;
		bottom: inherit;
		right: inherit;
	}
}
/* -------- EOF mpWorld ---------- */
