/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.description-text dt, .description-text dd {
	color: #889cd5;
}

.dropdown-menu button {
	z-index: 1; /* To keep the menu on top of the map */
}

.dropdown-menu div {
	z-index: 1; /* To keep the menu on top of the map */
}

div #map {
	z-index: 10; /* To keep the menu on top of the map */
}

@media only screen and (max-height: 300px) {
	.map-size {
		height: 150px;
	}
}

@media only screen and (min-height: 301px) and (max-height: 650px) {
	.map-size {
		height: 350px;
	}
}

@media only screen and (min-height: 651px) and (max-height: 900px) {
	.map-size {
		height: 550px;
	}
}

@media only screen and (min-height: 901px) and (max-height: 1100px) {
	.map-size {
		height: 800px;
	}
}

@media only screen and (min-height: 1101px) {
	.map-size {
		height: 1000px;
	}
}