body.phone div.coe-map-portlet div#map-container {
    height: 220px;
}
div.coe-map-portlet div#map-container {
    height: 420px;
}
div.coe-map-portlet div#map-container div#map {
    height: 100%;
    position: relative;
}

/* Dashed border on Kosovo */
div.coe-map-portlet div#map-container div#map .amcharts-map-area-XK {
  stroke-dasharray: 5, 0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5;
}

div.coe-map-portlet div#map-container div#map .amcharts-map-area-RS {
  stroke-dasharray: 20.55, 0, 0.7, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.3, 25 
}

div.coe-map-portlet .ammapDescriptionWindow {
    background-color: rgba(255,255,255,0.9);
	font-family: 'Open Sans', sans-serif;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	border-radius: 1px;
	font-size: .9em;
    border: 1px solid #ccc;
    padding: 10px;
}

div.coe-map-portlet .ammapDescriptionTitle {
    font-size: 14px;
    text-transform :uppercase;
	letter-spacing:1px;
}

div.coe-map-portlet .ammapDescriptionWindowCloseButton {
	border-radius: 0px;
	cursor: pointer;
	margin: 4px 4px 0 0;
}

div.coe-map-portlet div.ammapDescriptionText {
	width: 100%;
	font-size: 13px;
}

div.coe-map-portlet .ammapDescriptionText img.flag {
	display: inline-block;
	width: 56px;
	margin: 4px 15px 0 0;
	vertical-align: top;
	border-radius:0px;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}

div.coe-map-portlet .ammapDescriptionText .text {
	width: 320px;
	display: inline-block;
	line-height: 16px;
}

div.coe-map-portlet .ammapDescriptionText .text span.disclaimer {
	font-weight: normal;
    font-size: .8em;
    line-height: 14px;
}

div.coe-map-portlet .ammapDescriptionText a {
	color: #2163a1;
	display: block;
	margin-top: 5px;
	text-decoration: none;
}

div.coe-map-portlet .ammapDescriptionText a:after {
	content: " \00BB";
}

div.coe-map-portlet .ammapDescriptionText a:hover {
	color: #666;
}

div.coe-map-portlet a.disclaimer {
	font-size: .8em;
	color: #999;
}

div.coe-map-portlet .amcharts-main-div {
    height: 100%;
}
div.coe-map-portlet .amcharts-legend-div {
    top: auto !important;
    bottom: -8px !important;
}

/**
 * Configuration styles
 */
div#coe-map-config div {
    box-sizing: border-box;
}

div#coe-map-config div.row-fluid {
    margin-bottom: 24px;
}

div#coe-map-config div.tab-pane {
    margin-bottom: 30px;
}

div#coe-map-config div.spaced {
    padding: 10px;
}

div#coe-map-config div.margin {
    margin-bottom: 10px;
}

div#coe-map-config textarea {
    min-height: 150px;
}

div#coe-map-config textarea.dump {
    width: 100%;
}

div#coe-map-config div#tab-help ul {
    list-style: none;   
}
div#coe-map-config.config-form {
	background: white;
    width: 100%;
    padding: 15px 0;
	margin: 0;
    position: fixed;
    bottom: 0;
}

.input-inline-block-level {
    width: 100%;
    min-height: 30px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.input-inline-block-level.small {
    width: 86%;
}
.group-color-display,
.aui select.group-color-selector {
    color: #FFFFFF;
    width: 40px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
}
.aui select.group-color-selector option {
	font-size: 0;
    width: 40px;
    height: 30px;
}
.aui select.group-color-selector option[label="Light blue"] {
    background-color: #A8BCEA;
}
.aui select.group-color-selector option[label="Dark blue"] {
    background-color: #123751;
}
.aui select.group-color-selector option[label="Vibrant red"] {
    background-color: #D4310D;
}
.aui select.group-color-selector option[label="Oasis green"] {
    background-color: #588304;
}
.aui select.group-color-selector option[label="Ocean blue"] {
    background-color: #1B7EAC;
}
.aui select.group-color-selector option[label="Acai purple"] {
    background-color: #990066;
}
.aui select.group-color-selector option[label="Blue turquoise"] {
    background-color: #00838F;
}
.aui select.group-color-selector option[label="Concrete grey"] {
    background-color: #737373;
}
.map-help {
    font-size: 0.8em;
}

/**
*Save button floating to skip the long scroll 
*/

#coe-map-config form{
	margin: 0px;
	padding: 10px 0px;
	position: fixed;
	bottom: 0px;
	background-color: rgb(255, 255, 255);
	width: 100%;
	border-top: 1px solid rgb(186, 186, 186);
}

/*fix popup position*/
@media screen and (max-width: 767px) {
	.ammapDescriptionWindow.amcharts-description-div {
		position: relative !important;
		width: auto !important;
		left: 0 !important;
		top: 0px !important;
		right: 0 !important;
	}
	div.coe-map-portlet .ammapDescriptionText .text {
		width: auto;
	}
}