/* css to customize Leaflet default styles  */
.popupCustom .leaflet-popup-tip,
.popupCustom .leaflet-popup-content-wrapper {
    /* background: #e0e0e0;
    color: #234c5e;  */
	background-color: rgba(255, 255, 255, 0.5);
	text-shadow: 1px 1px 0px white, -1px -1px 0px white;
}
.popupCustom .leaflet-popup-content {
    margin: 3px 8px;
}
	
.tooltipCustom {
	box-shadow: none;
	white-space: nowrap;
	border: 0;
	background-color: transparent;
	padding: 0;
	text-shadow: 1px 1px 0px white, -1px -1px 0px white;
}

.popupLabel {
	border: 0;
	background-color: transparent;
}

/*Wraperclass for the divicon*/
.map-label {
	position: absolute;
	bottom: 0;left: -50%;
	display: flex;
	flex-direction: column;
	text-align: center;
}
/*Wrap the content of the divicon (text) in this class*/
.map-label-content {
	order: 1;
	top: 10px;
	position: relative; left: -50%;
	text-shadow: 1px 1px 0px white, -1px -1px 0px white;
	white-space: nowrap;
}

.dygraph-legend {
	background: rgba( 255, 255, 255, 0.7 ) !important;
}

.dygraph-axis-label-y2 {
	background: rgba( 255, 255, 255, 0.7 ) !important;
}

.dygraph-y2label {
	background: rgba( 255, 255, 255, 0.7 ) !important;
}
/*
.esri-view-width-xlarge .esri-popup__main-container {
	width: 350px !important; 
}
.esri-view-width-medium .esri-popup__main-container {
    width: 300px;
}*/
.image-table {
	margin: 1px 5px 1px 5px;
}

.action-button {
	background-image: url(resource/skyriver/controller_v1.png);
	background-repeat:no-repeat;
	background-position: center center;

    font-size: 16px;
    background-color: transparent;
    border: 1px solid #d3d3d3;
    color: #6e6e6e;
    height: 32px;
    width: 32px;
    text-align: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.action-button:hover,
.action-button:focus {
    background: #0079c1;
    color: #e4e4e4;
}

.active {
    background: #0079c1;
    color: #e4e4e4;
}

/* color piker begin */
.color {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 25px;
}
.color input {
    min-width: 50px;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}
.color-choice {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
	height: 18px;
    padding: 3px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: .075rem solid #ddd;
    border-radius: .25rem;
    box-shadow: inset 0 0.2rem 0.4rem rgba(0,0,0,.05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*.color-choice:before {
    position: absolute;
    top: -.075rem;
    right: -.075rem;
    bottom: -.075rem;
    z-index: 6;
    display: block;
    content: "1";
	height: 18px;
    padding: 3px 10px;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: .075rem solid #ddd;
    border-radius: 0 .25rem .25rem 0;
}
.color-choice:after {
    content: "2";
    float: left;
    margin-left: 25px;
}*/
.leaflet-color-picker-form{
	display:none;
	margin-top: -30px;
}
#colorPicker{
	background-image:none;
}
#colorPicker > img{
	margin-top: 6px;
    line-height: 2.5em;
    color: #464646;
    pointer-events: none;	
}
.closeColorInput{
    float: left;
    font-size: x-large;
    line-height: 27px;
    border-right: 1px solid #b1b1b1;
    width: 25px;
    margin-top: -5px;
    margin-left: -3px;
}
.activeColor{
    background-color:#ff0000;
    width: 20px;
    height: 18px;
    /*margin-left: -50px;*/
    display: inline-block;
    border-radius: 4px;
}
/* color piker end */