/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* https://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content

==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 9999px) {
	
	#languageToggle{
		position:absolute;
		right:0px;
		top:0px;
		width:160px;
		height: 42px;
		border-left: 1px solid #fff;
		vertical-align:middle;	
		padding: 0 0 0 10px;
	}
	.language{
		float:left;
		padding:2px 5px 2px 5px;
		vertical-align: middle;
		margin: 12px 0 5px 0;
	}
	.language a{
		color:grey;
		text-decoration:none !important;
	}
	#navMenu{
		position: absolute;
		right: 40px;
		top: 15px;	
	}
	#navMenu ul li{
		float: left;
		padding:0 10px 0 5px;
		margin-bottom:0px;
	}
	
	#spanish{
		border-left: 1px solid #fff;
	}
	#flagTitle{
		position:absolute;
		top:14px;
		right:10px;
		font-size:16px;
		z-index:500;
		width: 145px;
		padding-left: 20px;
	}
	}
	#flagTitle:hover{
		color:black;
		text-decoration:none;
	}
	
	#languageSpanish>div,
	#languageBahasa>div{
		float:left;
	}

	#basemapContainer{
		position:absolute;
		left:100px;
		top:10px;
		z-index:20;
	}

	#basemapContentPane{
		width:300px;
		height:200px;		
	}

	#map{
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0;
		top: 0px;
	}
	
	#map_root{
		background-color: rgb(98, 143, 173);
	}

	#mapTools {
		position:absolute;
		background-color: #ccc;
		right:10px;
		top:10px;
		width:400px;
		height:300px;
		z-index:20;
	}

	#mapLegend {
		position:absolute;
		background-color: #ccc;
		right:10px;
		bottom:10px;
		width:300px;
		height:200px;
		z-index:20;
	}

	#countryFlagContainer{
		text-align:right;
		height:100%;
		line-height: 70px;
		position:relative;
		margin-right: 170px;
		vertical-align: middle;
		margin-top: -7px;
		
	}

	#countryFlag{
		vertical-align: middle;	
		width: 70px;
		float: right;
		margin-top: 6px;
	}

	.app label{
		display:inline;
	}

	#editingDiv{
		width:100%;
		height:100%;
	}
	#searchMenu{
		postion: absolute;
		z-index:1400;
	}
	#search{
		
		float:left;
	}
	#searchButton {
	    background: url("images/ico-search.png") no-repeat scroll center center rgb(77, 77, 77);
		border: 0px none;
		display: block;
		float: left;
		z-index: 100;
		height: 24px;
		padding: 0px;
		top: 7px;
		padding-bottom: 1px;
		left: 304px;
		
		position: absolute;
		overflow: hidden;
		text-indent: 27px;
		white-space: nowrap;
		width: 27px;
	}
	
	#searchButton:hover{
		cursor:pointer;
	}
	#gridDiv {
    	height: 240px;
    	font-size: 14px;
	}
	

	.editorDialogPane {
		position:absolute;
		top:100px;
		left:300px;
		width:400px;
		height:400px;
		overflow-y:auto;
		font-size: 12px;
	}
	
	.legendMoreOptions{
		position:absolute;
		right:3px;
		top:3px;
	}
	
	.legendContainer{	
		max-height: 200px;
		position:absolute; 
		right:80px; 
		bottom:8px; 
		z-Index:999;
		overflow:hidden;
		max-width:350px;
	}

	#mainTitle{
		display: block;
		text-align: left;
		line-height: 58px;
		vertical-align: middle;
		position:absolute;
		width: 100%;	
		height:58px;
		font-size: 26px;
		font-weight: 600;
		margin: 0px 12px;
		background-color: rgb(255,255,255);
	}


	.app #mainTitle h4{
		line-height: 60px;
	}	

#layersCP p{
	text-align: center;
	margin: 10px 0 0 0;
}
#carpeLink{
	position:absolute;
	bottom: 5px;
	left:40px;
	cursor:pointer;
}
#usaidLink{
	position:absolute;
	bottom: 5px;
	left:120px;
	cursor:pointer;
}
#legendCP{
	overflow-y: auto;
	height:145px !important;


}
	

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {



	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {




	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {




	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {




	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/