/***********************************************************************************/
/***********************************************************************************/
/* (c) 2013 Ryan Horne, Ancient World Mapping Center
// Title: leaflet_layers.js
// Purpose: Contains css styles used with a-la-carte transitional framework
// Author(s): Ryan Horne
// Version: 1.0 30 August 2013
// Released under GPLv2 */
/***********************************************************************************/
/***********************************************************************************/

.nonMapOverlay
{
	background: white;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
	padding: 20px;
	margin: auto;
	width: 60%;
	height: 60%;
}

.olControlLayerSwitcher .layersDiv 
{
	background-color: rgba(255,255,255,0.8) !important;
    margin: 1em !important;
    font: 14px/16px Arial, Helvetica, sans-serif;
	color: #000000;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin: auto;
}

.olControlAttribution 
{
	position: absolute;
	font-size: 6px;
	text-align: right;
	color: #eeeeee;
	bottom: -10;
	right: -10;
	background: #130085; /* fallback for IE - IE6 requires background shorthand*/
	background: rgba(0, 60, 136, 0.3);
	filter: alpha(opacity=30);
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	border-radius: 5px 0 0 0;
    bottom: 1px !important;
}


.olControlAttribution a 
{
	color: #eeeeee;
	font-weight: bold;
}

/* style and buttons from http://jsfiddle.net/_DR_/K2WaA/1/ */
.Panel1 
{
    width: 18px;
    height: 54px;
    cursor: pointer;
    left: 10px;
    top: 10px;
}

.Panel2 {
    width: 18px;
    height: 54px;
    cursor: pointer;
    left: 9px;
    top: 74px;
}

.Panel3 {
    width: 18px;
    height: 54px;
    cursor: pointer;
    left: 10px;
    top: 138px;
}

.firstItemInactive
{
	background-color: #5082BB;
	border: 3px solid rgba(255, 255, 255, .5);
    width: 20px;
    height: 20px;
    background-image: url(search.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.firstItemInactive:hover
{
    	background-color: #3065A5;
}

.secondItemInactive
{
	background-color: #5082BB;
	border: 3px solid rgba(255, 255, 255, .5);
    width: 20px;
    height: 20px;
    background-image: url(question.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.secondItemInactive:hover
{
	background-color: #3065A5;
}


.zoomButtonRestoreItemInactive 
{
	background-color: #5082BB;
	border: 3px solid rgba(255, 255, 255, .5);
    width: 20px;
    height: 20px;
    background-image: url(globe.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.zoomButtonRestoreItemInactive:hover 
{
	background-color: #3065A5;
}



.loginButtonItemInactive 
{
	background-color: #5082BB;
	border: 3px solid rgba(255, 255, 255, .5);
    width: 20px;
    height: 20px;
    background-image: url(key_white.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.loginButtonItemInactive:hover 
{
	background-color: #3065A5;
}





.olAlphaImg 
{
	opacity:0.45;
	filter: alpha(opacity = 45);
}

.olControlLayerSwitcher .layersDiv
{
	opacity:0.85; 
	filter: alpha(opacity = 85);
	background-color: #FFFFFF;
	-moz-border-radius: 15px 0px 0px 15px;
	border-radius: 15px 0px 0px 15px;
}

.olControlOverviewMapElement 
{
	background-color: rgba(255, 255, 255, .5) !important;
}

.olPopupCloseBox
{
	width: 14px;
	height: 14px;
	position: absolute;
	top: 10px;
	right: 28px;
	background: url(close.png) no-repeat top left !important;
	margin: 0px;
	font-size: 1px;
	padding: 0px;
	cursor: pointer; cursor: hand;
}

.olPopupCloseBox:hover
{
	background: url(close-hover.png) no-repeat top left !important;
	cursor: pointer; cursor: hand;
}


.olPopup h1
{
	font-size: x-large !important;
	text-align: center;
	padding: 2px 0px 2px 0px;
	margin: 0px 6px 0px 6px;
}

.ui-dialog-titlebar {
	background-color: rgba(255, 255, 255, .8) !important;
  background-image: none;
	color: rgba(255, 255, 255, .8) !important;
		border-radius: 0px !important;
		    border: 0 !important;
    padding: 0 !important;
}

.ui-dialog-buttonpane {
	background-color: rgba(255, 255, 255, .8) !important;
  background-image: none;
	color: rgba(255, 255, 255, .8) !important;
		border-radius: 0px !important;
		    border: 0 !important;
    padding: 0 !important;
}

